|
@@ -10,12 +10,11 @@ spring:
|
|
|
name: druidDataSource
|
|
|
druid:
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
- url: jdbc:mysql://120.24.202.7:3306/zhi_house?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
|
|
+ ##120.24.202.7:3306
|
|
|
+ url: jdbc:mysql://127.0.0.1:3306/zhi_house?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
|
|
username: root
|
|
|
password: zfb@20210727%
|
|
|
-# url: jdbc:mysql://47.113.81.43:3306/zhi_house?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai&allowMultiQueries=true
|
|
|
-# username: root
|
|
|
-# password: zfb20211015G
|
|
|
+
|
|
|
#源
|
|
|
fyun2:
|
|
|
aws:
|