Browse Source

build myslq

wuheng 1 year ago
parent
commit
9071da9aa5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/src/main/resources/application-dev.yaml

+ 1 - 1
controller/src/main/resources/application-dev.yaml

@@ -2,7 +2,7 @@ server:
   port: 8080
 spring:
   datasource:
-    url: jdbc:mysql://39.105.160.25:10992/eas?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=true&tinyInt1isBit=false
+    url: jdbc:mysql://mysql8-compose:3306/eas?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=true&tinyInt1isBit=false
     username: eas
     password: eas
     driver-class-name: com.mysql.cj.jdbc.Driver