Commit 74746d341ddb20856036d07796909a3d3eb7e184
1 parent
c8363afd
创新创业数据库 redis 密码加密测试
Showing
1 changed file
with
4 additions
and
4 deletions
cxcy-service.yml
| @@ -15,7 +15,7 @@ spring: | @@ -15,7 +15,7 @@ spring: | ||
| 15 | name: cxcy | 15 | name: cxcy |
| 16 | url: jdbc:mysql://testdb-master:3306/cxcy?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | 16 | url: jdbc:mysql://testdb-master:3306/cxcy?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true |
| 17 | username: test | 17 | username: test |
| 18 | - password: 123456 | 18 | + password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 19 | driver-class-name: com.mysql.jdbc.Driver | 19 | driver-class-name: com.mysql.jdbc.Driver |
| 20 | max-idle: 10 | 20 | max-idle: 10 |
| 21 | max-active: 30 | 21 | max-active: 30 |
| @@ -29,7 +29,7 @@ spring: | @@ -29,7 +29,7 @@ spring: | ||
| 29 | name: cxcy | 29 | name: cxcy |
| 30 | url: jdbc:mysql://testdb-master:3306/cxcy?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | 30 | url: jdbc:mysql://testdb-master:3306/cxcy?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true |
| 31 | username: test | 31 | username: test |
| 32 | - password: 123456 | 32 | + password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 33 | driver-class-name: com.mysql.jdbc.Driver | 33 | driver-class-name: com.mysql.jdbc.Driver |
| 34 | max-idle: 10 | 34 | max-idle: 10 |
| 35 | max-active: 30 | 35 | max-active: 30 |
| @@ -44,7 +44,7 @@ spring: | @@ -44,7 +44,7 @@ spring: | ||
| 44 | name: cxcy | 44 | name: cxcy |
| 45 | url: jdbc:mysql://testdb-master:3306/cxcy?useUnicode=true&characterEncoding=UTF-8 | 45 | url: jdbc:mysql://testdb-master:3306/cxcy?useUnicode=true&characterEncoding=UTF-8 |
| 46 | username: test | 46 | username: test |
| 47 | - password: 123456 | 47 | + password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 48 | driver-class-name: com.mysql.jdbc.Driver | 48 | driver-class-name: com.mysql.jdbc.Driver |
| 49 | max-idle: 10 | 49 | max-idle: 10 |
| 50 | max-active: 30 | 50 | max-active: 30 |
| @@ -58,7 +58,7 @@ spring: | @@ -58,7 +58,7 @@ spring: | ||
| 58 | database: 0 | 58 | database: 0 |
| 59 | host: redis-server | 59 | host: redis-server |
| 60 | port: 6379 | 60 | port: 6379 |
| 61 | - password: 123456 | 61 | + password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 62 | pool: | 62 | pool: |
| 63 | max-idle: 100 | 63 | max-idle: 100 |
| 64 | min-idle: 10 | 64 | min-idle: 10 |