Commit 67aa7de92efae1c5a03ac1d310813291430c3c5b

Authored by sunninghai
1 parent 1504151d

数据库 redis 加密测试

Showing 1 changed file with 3 additions and 3 deletions
class-service.yml
... ... @@ -144,7 +144,7 @@ spring:
144 144 name: gxb_core
145 145 url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
146 146 username: test
147   - password: 123456
  147 + password: ENC(8aea42e66b0928c44cd8f861a9d558e6)
148 148 driver-class-name: com.mysql.jdbc.Driver
149 149 max-idle: 10
150 150 max-active: 30
... ... @@ -158,7 +158,7 @@ spring:
158 158 name: gxb_core
159 159 url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true
160 160 username: test
161   - password: 123456
  161 + password: ENC(8aea42e66b0928c44cd8f861a9d558e6)
162 162 driver-class-name: com.mysql.jdbc.Driver
163 163 max-idle: 10
164 164 max-active: 30
... ... @@ -187,7 +187,7 @@ spring:
187 187 database: 0
188 188 host: redis-server
189 189 port: 6379
190   - password: 123456
  190 + password: ENC(8aea42e66b0928c44cd8f861a9d558e6)
191 191 pool:
192 192 max-idle: 100
193 193 min-idle: 10
... ...