update 优化 docker 部署方式 使用 host 模式简化部署流程 降低使用成本

This commit is contained in:
疯狂的狮子li
2022-07-11 15:29:38 +08:00
parent abeec6ddea
commit 93e52ae6ac
9 changed files with 43 additions and 76 deletions

View File

@@ -18,7 +18,7 @@ store.publicKey=
store.db.datasource=druid
store.db.dbType=mysql
store.db.driverClassName=com.mysql.cj.jdbc.Driver
store.db.url=jdbc:mysql://172.30.0.36:3306/ry-seata?useUnicode=true&rewriteBatchedStatements=true
store.db.url=jdbc:mysql://127.0.0.1:3306/ry-seata?useUnicode=true&rewriteBatchedStatements=true
store.db.user=root
store.db.password=root
store.db.minConn=5