|
@@ -9,7 +9,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
|
|
9
|
import org.springframework.transaction.annotation.EnableTransactionManagement;
|
9
|
import org.springframework.transaction.annotation.EnableTransactionManagement;
|
|
10
|
|
10
|
|
|
11
|
@EnableEurekaClient
|
11
|
@EnableEurekaClient
|
|
12
|
-@SpringBootApplication(exclude = ShardingSphereAutoConfiguration.class)
|
|
|
|
|
|
12
|
+@SpringBootApplication
|
|
13
|
@EnableFeignClients
|
13
|
@EnableFeignClients
|
|
14
|
@EnableTransactionManagement
|
14
|
@EnableTransactionManagement
|
|
15
|
@MapperScan(basePackages = {"com.chinaitop.depot.system.mapper"})
|
15
|
@MapperScan(basePackages = {"com.chinaitop.depot.system.mapper"})
|