wyj0522 před 2 týdny
rodič
revize
640104598d
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      config/local/datasource-mysql.yml

+ 2 - 2
config/local/datasource-mysql.yml

@@ -14,9 +14,9 @@ mybatis-flex:
       type: ${spring.datasource.type}
       # MySql
       driver-class-name: com.mysql.cj.jdbc.Driver
-      url: jdbc:mysql://localhost:3306/eco-boot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
+      url: jdbc:mysql://8.152.223.50:3306/eco-boot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
       username: root
-      password: root123
+      password: 54e8bd452af93c4c
       #DM8数据库
       #      driver-class-name: dm.jdbc.driver.DmDriver
       #      url: jdbc:dm://127.0.0.1:5236?schema=eco-boot&useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true