开发及Docker配置文件数据源更新

This commit is contained in:
canghai809
2023-04-04 18:52:13 +08:00
parent f89ef3abf4
commit e21e419361
2 changed files with 9 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ spring:
url: jdbc:mysql://127.0.0.1:3306/wvp?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true&allowMultiQueries=true&useSSL=false&allowMultiQueries=true
username: root
password: root
type: com.alibaba.druid.pool.DruidDataSource
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
# [可选] WVP监听的HTTP端口, 网页和接口调用都是这个端口