yumeng %!s(int64=4) %!d(string=hai) anos
pai
achega
1521ef52d2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/main/resources/application-prod.yml

+ 2 - 2
src/main/resources/application-prod.yml

@@ -12,9 +12,9 @@ spring:
         min-idle: 0     #最小等待连接中的数量,设 0 为没有限制
       shutdown-timeout: 1000ms
   datasource:
-    url: jdbc:mysql://139.186.27.96/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
+    url: jdbc:mysql://172.30.0.4:4000/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false
     username: hcst
-    password: test@20190531
+    password: hcst@2020
 
 #mybatis plus 设置
 mybatis-plus: