|
|
@@ -21,7 +21,7 @@ spring: |
|
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver |
|
|
|
# 填写你数据库的url、登录名、密码和数据库名 |
|
|
|
url: jdbc:mysql://rm-uf6x76i111rb1eo48.mysql.rds.aliyuncs.com:3306/tuoheng_dsp?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2b8&useSSL=true&tinyInt1isBit=false |
|
|
|
url: jdbc:mysql://rm-uf6x76i111rb1eo48.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: |
|
|
@@ -65,6 +65,3 @@ spring: |
|
|
|
max-wait: -1 # 连接池最大阻塞等待时间(使用负值表示没有限制) |
|
|
|
max-idle: 10 # 连接池中的最大空闲连接 |
|
|
|
min-idle: 1 # 连接池中的最小空闲连接 |
|
|
|
oauth2: |
|
|
|
token: |
|
|
|
issuer: http://172.16.1.31:8090 |