|
|
@@ -17,8 +17,7 @@ import org.springframework.transaction.annotation.Transactional;
|
|
|
@ComponentScan(
|
|
|
basePackages = "com.fs",
|
|
|
excludeFilters = @ComponentScan.Filter(type = FilterType.REGEX, pattern = {
|
|
|
- "com\\.fs\\.framework\\.service\\.PermissionService",
|
|
|
- "com\\.fs\\.framework\\.service\\.UserDetailsServiceImpl"
|
|
|
+ "com\\.fs\\.framework\\.service\\.UserDetailsServiceImpl" // 这个地方用的是company_user 所以要排除掉
|
|
|
})
|
|
|
)
|
|
|
@Transactional
|