File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
continew-webapi/src/main/resources/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ spring.datasource:
1818 driver-class-name : com.p6spy.engine.spy.P6SpyDriver
1919# # PostgreSQL 配置
2020# url: jdbc:p6spy:postgresql://${DB_HOST:127.0.0.1}:${DB_PORT:5432}/${DB_NAME:continew_admin}?serverTimezone=Asia/Shanghai&useSSL=true&useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&autoReconnect=true&stringtype=unspecified
21- # username: ${DB_USER:root }
21+ # username: ${DB_USER:postgres }
2222# password: ${DB_PWD:123456}
2323# driver-class-name: com.p6spy.engine.spy.P6SpyDriver
2424 # Hikari 连接池配置
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ spring.datasource:
2020 driver-class-name : com.mysql.cj.jdbc.Driver
2121# # PostgreSQL 配置
2222# url: jdbc:postgresql://${DB_HOST:127.0.0.1}:${DB_PORT:5432}/${DB_NAME:continew_admin}?serverTimezone=Asia/Shanghai&useSSL=true&useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&autoReconnect=true&stringtype=unspecified
23- # username: ${DB_USER:root }
23+ # username: ${DB_USER:postgres }
2424# password: ${DB_PWD:123456}
2525# driver-class-name: org.postgresql.Driver
2626 # Hikari 连接池配置
You can’t perform that action at this time.
0 commit comments