Browse Source

调整数据库连接地址

release_hzx
蚂蚁哥 3 months ago
parent
commit
0d4dd2a207
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tuoheng_oidc_server/src/main/resources/application-test.yml

+ 1
- 1
tuoheng_oidc_server/src/main/resources/application-test.yml View File

@@ -12,7 +12,7 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
# 填写你数据库的url、登录名、密码和数据库名
url: jdbc:mysql://rm-uf6z740323e8053pj4o.mysql.rds.aliyuncs.com:3306/tuoheng_oidc?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&useSSL=true&tinyInt1isBit=false
url: jdbc:mysql://rm-uf6z740323e8053pj.mysql.rds.aliyuncs.com:3306/tuoheng_oidc?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&useSSL=true&tinyInt1isBit=false
username: root
password: TH22#2022
druid:

Loading…
Cancel
Save