|
|
@@ -12,7 +12,7 @@ import org.springframework.data.jpa.repository.config.EnableJpaRepositories;
|
|
|
@EnableJpaRepositories
|
|
|
@EntityScan({"cn.reghao.bnt.web"})
|
|
|
@ComponentScan(basePackages = {"cn.reghao.bnt.web", "cn.reghao.bnt.common"}
|
|
|
- ,excludeFilters = @ComponentScan.Filter(type = FilterType.REGEX, pattern = {"cn.reghao.bnt.web.admin.*"})
|
|
|
+ //,excludeFilters = @ComponentScan.Filter(type = FilterType.REGEX, pattern = {"cn.reghao.bnt.web.admin.*"})
|
|
|
)
|
|
|
//@ConditionalOnProperty()
|
|
|
public class WebApplication {
|