Browse Source

update WebApplication

reghao 1 năm trước cách đây
mục cha
commit
eeb05f2d6e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      web/src/main/java/cn/reghao/bnt/web/WebApplication.java

+ 1 - 1
web/src/main/java/cn/reghao/bnt/web/WebApplication.java

@@ -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 {