@@ -18,9 +18,12 @@ spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
# 本地
- url: jdbc:mysql://192.168.1.226:3306/nazw?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
+# url: jdbc:mysql://192.168.1.226:3306/nazw?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
+# username: root
+# password: jd123456
+ url: jdbc:mysql://192.168.0.40:3306/nazw?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
username: root
- password: jd123456
+ password: root
resources:
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${file.path},file:${file.location}
# mvc: