|
@@ -14,7 +14,7 @@ import org.springframework.context.annotation.FilterType;
|
|
@EnableDiscoveryClient
|
|
@EnableDiscoveryClient
|
|
@EnableFeignClients
|
|
@EnableFeignClients
|
|
@MapperScan("com.rongwei.*.*.dao")
|
|
@MapperScan("com.rongwei.*.*.dao")
|
|
-@EnableDistributedTransaction
|
|
|
|
|
|
+//@EnableDistributedTransaction
|
|
@ComponentScan(basePackages = {"com.rongwei"},excludeFilters = @ComponentScan.Filter(type = FilterType.ASSIGNABLE_TYPE,
|
|
@ComponentScan(basePackages = {"com.rongwei"},excludeFilters = @ComponentScan.Filter(type = FilterType.ASSIGNABLE_TYPE,
|
|
classes = {BaseMetaObjectHandler.class}))
|
|
classes = {BaseMetaObjectHandler.class}))
|
|
public class RwTrainingApplication {
|
|
public class RwTrainingApplication {
|