|
@@ -20,7 +20,18 @@ import org.springframework.transaction.annotation.Transactional;
|
|
|
@ComponentScan.Filter(type = FilterType.REGEX, pattern = {
|
|
@ComponentScan.Filter(type = FilterType.REGEX, pattern = {
|
|
|
"com\\.fs\\.framework\\.service\\.PermissionService",
|
|
"com\\.fs\\.framework\\.service\\.PermissionService",
|
|
|
"com\\.fs\\.framework\\.service\\.UserDetailsServiceImpl",
|
|
"com\\.fs\\.framework\\.service\\.UserDetailsServiceImpl",
|
|
|
- "com\\.fs\\.company\\.controller\\..*",
|
|
|
|
|
|
|
+ // com.fs.company.controller 中与 admin 端同名 @RequestMapping 冲突的子包,保留排除
|
|
|
|
|
+ "com\\.fs\\.company\\.controller\\.chat\\..*",
|
|
|
|
|
+ "com\\.fs\\.company\\.controller\\.company\\..*",
|
|
|
|
|
+ "com\\.fs\\.company\\.controller\\.course\\..*",
|
|
|
|
|
+ "com\\.fs\\.company\\.controller\\.crm\\..*",
|
|
|
|
|
+ "com\\.fs\\.company\\.controller\\.fastGpt\\..*",
|
|
|
|
|
+ "com\\.fs\\.company\\.controller\\.live\\..*",
|
|
|
|
|
+ "com\\.fs\\.company\\.controller\\.newAdv\\..*",
|
|
|
|
|
+ "com\\.fs\\.company\\.controller\\.qw\\..*",
|
|
|
|
|
+ "com\\.fs\\.company\\.controller\\.stats\\..*",
|
|
|
|
|
+ "com\\.fs\\.company\\.controller\\.transfer\\..*",
|
|
|
|
|
+ // hisStore: fs-admin-saas 已有带 @Profile 的副本,排除 fs-company 的无 @Profile 版本
|
|
|
"com\\.fs\\.hisStore\\.controller\\..*",
|
|
"com\\.fs\\.hisStore\\.controller\\..*",
|
|
|
"com\\.fs\\.his\\.controller\\.FsAiWorkflowController"
|
|
"com\\.fs\\.his\\.controller\\.FsAiWorkflowController"
|
|
|
})
|
|
})
|