适配mysql 8.0.34 加密更改

This commit is contained in:
LuDaShi
2023-07-31 17:17:45 +08:00
parent 85c185120f
commit a638c524f2
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ store.publicKey=
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
store.db.url=jdbc:mysql://127.0.0.1:3306/ry-seata?useUnicode=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
store.db.user=root
store.db.password=root
store.db.minConn=5