Ver código fonte

Merge branch 'dev_1.0.0' of http://git.qmth.com.cn/scan-central/server.git into dev_1.0.0

xiatian 9 meses atrás
pai
commit
1617ad983b

+ 2 - 2
src/main/java/cn/com/qmth/scancentral/ApiApplication.java

@@ -15,8 +15,8 @@ import com.qmth.boot.core.retrofit.annotatioin.RetrofitScan;
 @EnableAsync
 @EnableScheduling
 @Configuration
-@MapperScan("cn.com.qmth.scancloud.dao")
-@RetrofitScan("cn.com.qmth.scancloud.client")
+@MapperScan("cn.com.qmth.scancentral.dao")
+@RetrofitScan("cn.com.qmth.scancentral.client")
 public class ApiApplication {
 
     public static void main(String[] args) {