mengy hace 5 años
padre
commit
9350ab4ee1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/main/resources/bootstrap.yml

+ 2 - 2
src/main/resources/bootstrap.yml

@@ -20,8 +20,8 @@ spring:
20 20
     name: depot-keeper-house
21 21
   # 数据库配置
22 22
   datasource:
23
-    driverClassName: com.mysql.cj.jdbc.Driver
24
-    url:jdbc:mysql://101.36.160.140:21029/depot_shanxi?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
23
+    driverClassName: com.mysql.jdbc.Driver
24
+    url: jdbc:mysql://101.36.160.140:21029/depot_shanxi?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8
25 25
     username: root
26 26
     password: 1qaz@WSX
27 27
   # 缓存配置