|
@@ -15,8 +15,8 @@ import com.qmth.boot.core.retrofit.annotatioin.RetrofitScan;
|
|
@EnableAsync
|
|
@EnableAsync
|
|
@EnableScheduling
|
|
@EnableScheduling
|
|
@Configuration
|
|
@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 class ApiApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|