两个数据源和存储库/实体配置

时间:2017-11-01 19:52:16

标签: spring-boot

Spring Boot 2.0 应用程序中,我使用 spring-data hibernate 实现。

我创建了两个数据源。

是否有任何特殊注释可用于实体或仓库以指定要使用的数据源?

数据源代码

spring.datasource.url= jdbc:postgresql://localhost:5432/vmax?stringtype=unspecified
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.datasource.testOnBorrow=true
spring.datasource.validationQuery=SELECT 1
spring.jpa.properties.hibernate.default_schema=public

0 个答案:

没有答案