|
|
@@ -31,6 +31,10 @@ import org.springframework.transaction.annotation.Transactional;
|
|
|
"com\\.fs\\.company\\.controller\\.qw\\..*",
|
|
|
"com\\.fs\\.company\\.controller\\.stats\\..*",
|
|
|
"com\\.fs\\.company\\.controller\\.transfer\\..*",
|
|
|
+ // pay: AliPayBean/WxPayBean 与 fs-common 同名 bean 冲突
|
|
|
+ "com\\.fs\\.company\\.controller\\.pay\\..*",
|
|
|
+ // com.fs.company.aspectj: LiveControllerAspect 与 fs-live 同名 bean 冲突
|
|
|
+ "com\\.fs\\.company\\.aspectj\\..*",
|
|
|
// hisStore: fs-admin-saas 已有带 @Profile 的副本,排除 fs-company 的无 @Profile 版本
|
|
|
"com\\.fs\\.hisStore\\.controller\\..*",
|
|
|
"com\\.fs\\.his\\.controller\\.FsAiWorkflowController"
|