Преглед изворни кода

new database tongue from DataBase

WangKang пре 5 месеци
родитељ
комит
ebada2bb62
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      emoon-tongue/src/main/resources/application.yml

+ 3 - 3
emoon-tongue/src/main/resources/application.yml

@@ -9,9 +9,9 @@ spring:
       primary: tongue
       datasource:
         tongue:
-          url: jdbc:mysql://localhost:3306/tongue?useSSL=false&serverTimezone=UTC
-          username: root
-          password: 12345678
+          url: jdbc:mysql://8.136.61.90:3307/tongue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
+          username: tongue
+          password: YpRKBHiFjspCst5K
           driver-class-name: com.mysql.cj.jdbc.Driver
 
 # MinIO配置