|
@@ -16,7 +16,7 @@ import com.spring4all.swagger.EnableSwagger2Doc;
|
|
@SpringBootApplication
|
|
@SpringBootApplication
|
|
@EnableDiscoveryClient
|
|
@EnableDiscoveryClient
|
|
@EnableFeignClients("com.ym.mec")
|
|
@EnableFeignClients("com.ym.mec")
|
|
-@MapperScan("com.ym.mec.web.dal.dao")
|
|
|
|
|
|
+@MapperScan("com.ym.mec.biz.dal.dao")
|
|
@ComponentScan(basePackages = "com.ym.mec")
|
|
@ComponentScan(basePackages = "com.ym.mec")
|
|
@Configuration
|
|
@Configuration
|
|
@EnableSwagger2Doc
|
|
@EnableSwagger2Doc
|