File tree Expand file tree Collapse file tree
continew-extension/continew-extension-schedule-server/src/main/resources/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ spring.datasource:
88 password : ${DB_PWD:123456}
99 driver-class-name : com.mysql.cj.jdbc.Driver
1010# # PostgreSQL 配置
11- # url: jdbc:postgresql://${DB_HOST:127.0.0.1}:${DB_PORT:5432}/${DB_NAME:continew_admin_job}?options=-c%20TimeZone=Asia/Shanghai&sslmode=prefer&channelBinding=require &stringtype=unspecified
11+ # url: jdbc:postgresql://${DB_HOST:127.0.0.1}:${DB_PORT:5432}/${DB_NAME:continew_admin_job}?options=-c%20TimeZone=Asia/Shanghai&sslmode=prefer&channelBinding=prefer &stringtype=unspecified
1212# username: ${DB_USER:root}
1313# password: ${DB_PWD:123456}
1414# driver-class-name: org.postgresql.Driver
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ spring.datasource:
88 password : ${DB_PWD:123456}
99 driver-class-name : com.mysql.cj.jdbc.Driver
1010# # PostgreSQL 配置
11- # url: jdbc:postgresql://${DB_HOST:127.0.0.1}:${DB_PORT:5432}/${DB_NAME:continew_admin_job}?options=-c%20TimeZone=Asia/Shanghai&sslmode=prefer&channelBinding=require &stringtype=unspecified
11+ # url: jdbc:postgresql://${DB_HOST:127.0.0.1}:${DB_PORT:5432}/${DB_NAME:continew_admin_job}?options=-c%20TimeZone=Asia/Shanghai&sslmode=prefer&channelBinding=prefer &stringtype=unspecified
1212# username: ${DB_USER:root}
1313# password: ${DB_PWD:123456}
1414# driver-class-name: org.postgresql.Driver
You can’t perform that action at this time.
0 commit comments