jiazx0107@163.com
2023-11-18 41cd6c8db40bceb08290828ae0d4fc5caeea7147
src/main/java/com/fzzy/conf/JpaConfigPrimary.java
@@ -20,7 +20,7 @@
@Configuration
@EnableTransactionManagement
@EnableJpaRepositories(
        basePackages = {"com.fzzy.api.*.repository", "com.fzzy.sys.repository", "com.fzzy.otherview.*.repository"},
        basePackages = {"com.fzzy.api.*.repository", "com.fzzy.sys.repository", "com.fzzy.gateway.service.repository", "com.fzzy.otherview.*.repository"},
        entityManagerFactoryRef = "primaryEntityManagerFactory",
        transactionManagerRef = "primaryTransactionManager"
)