Browse Source

配置文件修改

hurugang 4 năm trước cách đây
mục cha
commit
60d8040def
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"