瀏覽代碼

配置文件修改

hurugang 4 年之前
父節點
當前提交
60d8040def
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/application-dev.yml

+ 1 - 1
src/main/resources/application-dev.yml

@@ -58,7 +58,7 @@ spring:
       connection-test-query:  SELECT 1
       validation-timeout: 10000
     thmz:
-      jdbc-url: "jdbc:mariadb://localhost:3306/thyy_mz_system?useUnicode=true&characterEncoding=utf-8"
+      jdbc-url: "jdbc:mariadb://172.16.30.33:3306/thyy_mz_system?useUnicode=true&characterEncoding=utf-8"
       username: "root"
       password: "hrg49086"
       driver-class-name: "org.mariadb.jdbc.Driver"