云联一号 1 nedēļu atpakaļ
vecāks
revīzija
6af550b51c

+ 4 - 0
fs-admin-saas/src/main/java/com/fs/FsSaasAdminApplication.java

@@ -31,6 +31,10 @@ import org.springframework.transaction.annotation.Transactional;
             "com\\.fs\\.company\\.controller\\.qw\\..*",
             "com\\.fs\\.company\\.controller\\.qw\\..*",
             "com\\.fs\\.company\\.controller\\.stats\\..*",
             "com\\.fs\\.company\\.controller\\.stats\\..*",
             "com\\.fs\\.company\\.controller\\.transfer\\..*",
             "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 版本
             // 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"