Browse Source

更新 'tr-test/src/main/resources/application-dev.yml'

阿森 2 years ago
parent
commit
8c06295b49
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tr-test/src/main/resources/application-dev.yml

+ 2 - 2
tr-test/src/main/resources/application-dev.yml

@@ -4,14 +4,14 @@ spring:
   datasource:
     type: com.alibaba.druid.pool.DruidDataSource
     driverClassName: com.mysql.cj.jdbc.Driver
-    url: jdbc:mysql://1.15.52.55:3307/tr-footstone?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true&useInformationSchema=true
+    url: jdbc:mysql://1.15.52.55:3306/tr-footstone?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8&autoReconnect=true&useInformationSchema=true
     username: root
     password: root1234
   redis:
     # 地址
     host: 1.15.52.55
     # 端口,默认为6379
-    port: 6378
+    port: 6379
     # 数据库索引
     database: 8
     # 密码