Commit a6628654 by zhiheng.zhang

服务注册中心

parent b9494359
...@@ -46,8 +46,7 @@ import java.util.concurrent.ThreadPoolExecutor; ...@@ -46,8 +46,7 @@ import java.util.concurrent.ThreadPoolExecutor;
@ImportAutoConfiguration(classes = {DataSourcesConfig.class}) @ImportAutoConfiguration(classes = {DataSourcesConfig.class})
@EnableSwagger2 @EnableSwagger2
@EnableCircuitBreaker @EnableCircuitBreaker
@SpringBootApplication @SpringBootApplication @EnableDiscoveryClient
//@EnableDiscoveryClient
@EnableAspectJAutoProxy @EnableAspectJAutoProxy
@ComponentScan({"cn.freemud", "com.freemud"}) @ComponentScan({"cn.freemud", "com.freemud"})
@MapperScan({"cn.freemud.*.dao","com.freemud.sdk.api.assortment.orderdistributor.mapper","com.freemud.api.assortment.datamanager.manager", @MapperScan({"cn.freemud.*.dao","com.freemud.sdk.api.assortment.orderdistributor.mapper","com.freemud.api.assortment.datamanager.manager",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment