瀏覽代碼

Merge branch 'release' of gitadmin/tuoheng_oidc into master

tags/V2.2.0
gitadmin 1 年之前
父節點
當前提交
05a40aa621
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      tuoheng_oidc_server/src/main/resources/application-prod.yml

+ 1
- 1
tuoheng_oidc_server/src/main/resources/application-prod.yml 查看文件

@@ -11,7 +11,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:

Loading…
取消
儲存