Explorar el Código

调整为正式服连接

zhangqian hace 1 año
padre
commit
7f48a13781
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/application-dev.yml

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

@@ -2,7 +2,7 @@ spring:
   application:
     name: gateService
   datasource:
-    url: jdbc:mysql://172.16.69.193:33069/ws_iot?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=false
+    url: jdbc:mysql://114.55.245.72:33069/ws_iot?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8&useSSL=false
     username: iot_user
     password: PXDN93VRKU230828
     driver-class-name: com.mysql.cj.jdbc.Driver