update 数据源连接池从 druid 切换到 hikari

This commit is contained in:
疯狂的狮子Li
2022-11-08 00:36:24 +08:00
parent 7560c9cfa4
commit 62d1304f9a
13 changed files with 97 additions and 70 deletions

View File

@@ -15,7 +15,7 @@ store.session.mode=db
store.publicKey=
#These configurations are required if the `store mode` is `db`. If `store.mode,store.lock.mode,store.session.mode` are not equal to `db`, you can remove the configuration block.
store.db.datasource=druid
store.db.datasource=hikari
store.db.dbType=mysql
store.db.driverClassName=com.mysql.cj.jdbc.Driver
store.db.url=jdbc:mysql://127.0.0.1:3306/ry-seata?useUnicode=true&rewriteBatchedStatements=true