yin 9 місяців тому
батько
коміт
676eda6a91

+ 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) {