Commit 7492ecc11b4e14ff4c28f6a652cac9fcea749657

Authored by guzijian
1 parent 165759a5

fix: repair env profile bug

ruoyi-admin/src/main/resources/application-druid-dev.yml
@@ -7,7 +7,7 @@ spring: @@ -7,7 +7,7 @@ spring:
7 # 主库数据源 7 # 主库数据源
8 master: 8 master:
9 # 测试地址 9 # 测试地址
10 - url: jdbc:mysql://1.14.107.94:3306/all-in-one?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 10 + url: jdbc:mysql://localhost:3306/all-in-one?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
11 username: root 11 username: root
12 password: guzijian 12 password: guzijian
13 # 从库数据源 13 # 从库数据源
@@ -75,7 +75,7 @@ spring: @@ -75,7 +75,7 @@ spring:
75 # redis 配置 75 # redis 配置
76 redis: 76 redis:
77 # 地址 77 # 地址
78 - host: 1.14.107.94 78 + host: 121.41.83.61
79 database: 0 79 database: 0
80 password: "guzijian" 80 password: "guzijian"
81 port: 6379 81 port: 6379