boot
配置文件
1 |
|
YamlPropertySourceFactory
1 | package cn.com.scooper.scfmimport.system; |
spring data jpa
多数据源配置
参考
Spring JPA – Multiple Databases
spring-boot - Configure Two DataSources
datasource bean
1 | package cn.com.scooper.scfmimport.config; |
repository config
1 | package cn.com.scooper.scfmimport.config; |
Entity mapping
需要注意的是,只有同一datasource的entity才能mapping。idea生成entity和其mapping。
@ManyToMany
insert生效需要两方同时包含对方