|
@@ -19,9 +19,9 @@ spring:
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
|
|
|
# 线上
|
|
|
- url: jdbc:mysql://116.63.33.55:3306/nazw?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
|
|
|
- username: root
|
|
|
- password: cqjd2021!
|
|
|
+ url: jdbc:mysql://localhost:3306/nazw?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
|
|
|
+ username: nanan_hospital
|
|
|
+ password: WArNNbSUVaxM7sB2
|
|
|
resources:
|
|
|
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/,file:${file.path},file:${file.location}
|
|
|
# url: jdbc:mysql://42.193.98.201:3306/wxdzs?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&serverTimezone=GMT%2B8
|