|
|
@@ -1,6 +1,5 @@
|
|
1
|
1
|
package com;
|
|
2
|
2
|
|
|
3
|
|
-import org.apache.shardingsphere.spring.boot.ShardingSphereAutoConfiguration;
|
|
4
|
3
|
import org.mybatis.spring.annotation.MapperScan;
|
|
5
|
4
|
import org.springframework.boot.SpringApplication;
|
|
6
|
5
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
@@ -10,7 +9,7 @@ import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler;
|
|
10
|
9
|
import org.springframework.web.client.RestTemplate;
|
|
11
|
10
|
|
|
12
|
11
|
@EnableEurekaClient
|
|
13
|
|
-@SpringBootApplication(exclude = ShardingSphereAutoConfiguration.class)
|
|
|
12
|
+@SpringBootApplication
|
|
14
|
13
|
@MapperScan(basePackages = {"com.chinaitop.depot.**.mapper"})
|
|
15
|
14
|
public class DepotIntelligentApplication {
|
|
16
|
15
|
|