Commit 7492ecc11b4e14ff4c28f6a652cac9fcea749657
1 parent
165759a5
fix: repair env profile bug
Showing
1 changed file
with
2 additions
and
2 deletions
ruoyi-admin/src/main/resources/application-druid-dev.yml
| ... | ... | @@ -7,7 +7,7 @@ spring: |
| 7 | 7 | # 主库数据源 |
| 8 | 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 | 11 | username: root |
| 12 | 12 | password: guzijian |
| 13 | 13 | # 从库数据源 |
| ... | ... | @@ -75,7 +75,7 @@ spring: |
| 75 | 75 | # redis 配置 |
| 76 | 76 | redis: |
| 77 | 77 | # 地址 |
| 78 | - host: 1.14.107.94 | |
| 78 | + host: 121.41.83.61 | |
| 79 | 79 | database: 0 |
| 80 | 80 | password: "guzijian" |
| 81 | 81 | port: 6379 | ... | ... |