瀏覽代碼

Move Package for PropertyService

deason 6 年之前
父節點
當前提交
f28587dbbc

+ 3 - 3
src/main/java/cn/com/qmth/examcloud/app/service/PropertyService.java → src/main/java/cn/com/qmth/examcloud/app/core/PropertyService.java

@@ -1,11 +1,11 @@
 /*
  * *************************************************
- * Copyright (c) 2018 QMTH. All Rights Reserved.
- * Created by Deason on 2018-07-17 11:15:46.
+ * Copyright (c) 2019 QMTH. All Rights Reserved.
+ * Created by Deason on 2019-05-29 11:31:01.
  * *************************************************
  */
 
-package cn.com.qmth.examcloud.app.service;
+package cn.com.qmth.examcloud.app.core;
 
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/app/service/impl/BaseInfoServiceImpl.java

@@ -10,7 +10,7 @@ package cn.com.qmth.examcloud.app.service.impl;
 import cn.com.qmth.examcloud.app.core.utils.HttpUtils;
 import cn.com.qmth.examcloud.app.model.Result;
 import cn.com.qmth.examcloud.app.service.BaseInfoService;
-import cn.com.qmth.examcloud.app.service.PropertyService;
+import cn.com.qmth.examcloud.app.core.PropertyService;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.beans.factory.annotation.Autowired;

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/app/service/impl/ExamAdminServiceImpl.java

@@ -10,7 +10,7 @@ package cn.com.qmth.examcloud.app.service.impl;
 import cn.com.qmth.examcloud.app.core.utils.HttpUtils;
 import cn.com.qmth.examcloud.app.model.Result;
 import cn.com.qmth.examcloud.app.service.ExamAdminService;
-import cn.com.qmth.examcloud.app.service.PropertyService;
+import cn.com.qmth.examcloud.app.core.PropertyService;
 
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/app/service/impl/NetExamServiceImpl.java

@@ -14,7 +14,7 @@ import cn.com.qmth.examcloud.app.core.utils.JsonMapper;
 import cn.com.qmth.examcloud.app.model.Constants;
 import cn.com.qmth.examcloud.app.model.Result;
 import cn.com.qmth.examcloud.app.service.NetExamService;
-import cn.com.qmth.examcloud.app.service.PropertyService;
+import cn.com.qmth.examcloud.app.core.PropertyService;
 import okhttp3.FormBody;
 import okhttp3.MediaType;
 import okhttp3.MultipartBody;

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/app/service/impl/QuestionPoolServiceImpl.java

@@ -12,7 +12,7 @@ import cn.com.qmth.examcloud.app.core.utils.JsonMapper;
 import cn.com.qmth.examcloud.app.model.Constants;
 import cn.com.qmth.examcloud.app.model.ResBody;
 import cn.com.qmth.examcloud.app.model.Result;
-import cn.com.qmth.examcloud.app.service.PropertyService;
+import cn.com.qmth.examcloud.app.core.PropertyService;
 import cn.com.qmth.examcloud.app.service.QuestionPoolService;
 import okhttp3.FormBody;
 import okhttp3.MediaType;

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/app/service/impl/SmsServiceImpl.java

@@ -13,7 +13,7 @@ import cn.com.qmth.examcloud.app.core.utils.StrUtils;
 import cn.com.qmth.examcloud.app.model.Constants;
 import cn.com.qmth.examcloud.app.model.ResBody;
 import cn.com.qmth.examcloud.app.model.Result;
-import cn.com.qmth.examcloud.app.service.PropertyService;
+import cn.com.qmth.examcloud.app.core.PropertyService;
 import cn.com.qmth.examcloud.app.service.SmsService;
 import okhttp3.FormBody;
 import okhttp3.MediaType;

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/app/service/impl/UpYunServiceImpl.java

@@ -7,7 +7,7 @@
 
 package cn.com.qmth.examcloud.app.service.impl;
 
-import cn.com.qmth.examcloud.app.service.PropertyService;
+import cn.com.qmth.examcloud.app.core.PropertyService;
 import cn.com.qmth.examcloud.app.service.UpYunService;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;

+ 1 - 1
src/main/java/cn/com/qmth/examcloud/app/service/impl/UserAuthServiceImpl.java

@@ -13,7 +13,7 @@ import cn.com.qmth.examcloud.app.core.utils.HttpUtils;
 import cn.com.qmth.examcloud.app.core.utils.JsonMapper;
 import cn.com.qmth.examcloud.app.core.utils.ThreadUtils;
 import cn.com.qmth.examcloud.app.model.*;
-import cn.com.qmth.examcloud.app.service.PropertyService;
+import cn.com.qmth.examcloud.app.core.PropertyService;
 import cn.com.qmth.examcloud.app.service.RedisService;
 import cn.com.qmth.examcloud.app.service.UserAuthService;
 import okhttp3.*;