我们正在使用Spring Boot,Apache骆驼和多个数据源。
spring boot version: 1.5.9 release
primary database: postgres
Secondary database:oracle
我们已经在Linux服务器中部署了spring boot jar。
postgres的数据源属性为
x.datasource.url=
x.datasource.username=
x.datasource.password=
x.data.jpa.repositories.enabled=true
oracle的数据源属性
y.datasource.url=
y.datasource.username=
y.datasource.password=
y.data.jpa.repositories.enabled=true
当应用程序保持理想状态时,有时我们尝试第一个请求失败并遇到错误jdbc连接失败,但它在第二个请求中工作而没有重新启动。
请让我知道如何保持数据库活动。