1 Star 0 Fork 0

Max/vertx_multipledatasources

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.json 796 Bytes
一键复制 编辑 原始数据 按行查看 历史
dt-1778938788-MVxuo 提交于 2023-12-14 14:27 +08:00 . 增加对oracle的支持
{
"api" : {
"port" : 8923
},
"db" : {
"mysql1" : {
"driverClassName" : "com.mysql.cj.jdbc.Driver",
"jdbcUrl" : "jdbc:mysql://127.0.0.1:3306/db0",
"userName" : "root",
"password" : "123456",
"maxPoolSize" : 10,
"maxLifetime" : 1765000
},
"mysql2" : {
"driverClassName" : "com.mysql.cj.jdbc.Driver",
"jdbcUrl" : "jdbc:mysql://127.0.0.1:3306/db1",
"userName" : "root",
"password" : "123456",
"maxPoolSize" : 10,
"maxLifetime" : 1765000
},
"oracle" : {
"driverClassName" : "oracle.jdbc.driver.OracleDriver",
"jdbcUrl" : "jdbc:oracle:thin:@localhost:1521:FREE",
"userName" : "system",
"password" : "123456",
"maxPoolSize" : 10,
"maxLifetime" : 1765000
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/gnu/vertx_multipledatasources.git
git@gitee.com:gnu/vertx_multipledatasources.git
gnu
vertx_multipledatasources
vertx_multipledatasources
master

搜索帮助