|
@@ -14,8 +14,11 @@ import org.springframework.context.annotation.Configuration;
|
|
@EnableFeignClients("com.yonge.cooleshow")
|
|
@EnableFeignClients("com.yonge.cooleshow")
|
|
@MapperScan(basePackages = {"com.yonge.cooleshow.bbs.dao"})
|
|
@MapperScan(basePackages = {"com.yonge.cooleshow.bbs.dao"})
|
|
@ComponentScan(basePackages = {
|
|
@ComponentScan(basePackages = {
|
|
- "com.yonge.cooleshow.auth","com.yonge.cooleshow.common", "com.yonge.cooleshow.common.security",
|
|
|
|
- "com.yonge.toolset.thirdparty"
|
|
|
|
|
|
+ "com.yonge.cooleshow.auth",
|
|
|
|
+ "com.yonge.cooleshow.common",
|
|
|
|
+ "com.yonge.cooleshow.common.security",
|
|
|
|
+ "com.yonge.toolset.thirdparty",
|
|
|
|
+ "com.yonge.cooleshow.bbs"
|
|
})
|
|
})
|
|
@Configuration
|
|
@Configuration
|
|
@EnableSwagger2Doc
|
|
@EnableSwagger2Doc
|