Commit 74746d341ddb20856036d07796909a3d3eb7e184

Authored by sunninghai
1 parent c8363afd

创新创业数据库 redis 密码加密测试

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