Commit c14cb87969859ac6f781b36a9a8214cfa0c915e9
1 parent
ba8ecc60
development 服务名 还原
Showing
4 changed files
with
22 additions
and
22 deletions
class-service.yml
| ... | ... | @@ -13,7 +13,7 @@ spring: |
| 13 | 13 | coreDatasource: |
| 14 | 14 | write: |
| 15 | 15 | name: gxb_core |
| 16 | - url: jdbc:mysql://db-master.gxb-base:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 16 | + url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 17 | 17 | username: test |
| 18 | 18 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 19 | 19 | driver-class-name: com.mysql.jdbc.Driver |
| ... | ... | @@ -27,7 +27,7 @@ spring: |
| 27 | 27 | test-while-idle: true |
| 28 | 28 | read1: |
| 29 | 29 | name: gxb_core |
| 30 | - url: jdbc:mysql://db-master.gxb-base:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 30 | + url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 31 | 31 | username: test |
| 32 | 32 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 33 | 33 | driver-class-name: com.mysql.jdbc.Driver |
| ... | ... | @@ -42,7 +42,7 @@ spring: |
| 42 | 42 | |
| 43 | 43 | secondDatasource: |
| 44 | 44 | name: gxb_core |
| 45 | - url: jdbc:mysql://db-master.gxb-base:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8 | |
| 45 | + url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8 | |
| 46 | 46 | username: test |
| 47 | 47 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 48 | 48 | driver-class-name: com.mysql.jdbc.Driver |
| ... | ... | @@ -56,7 +56,7 @@ spring: |
| 56 | 56 | test-while-idle: true |
| 57 | 57 | redis: |
| 58 | 58 | database: 0 |
| 59 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | |
| 59 | + host: redis-server | |
| 60 | 60 | port: 6379 |
| 61 | 61 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 62 | 62 | pool: |
| ... | ... | @@ -147,7 +147,7 @@ spring: |
| 147 | 147 | coreDatasource: |
| 148 | 148 | write: |
| 149 | 149 | name: gxb_core |
| 150 | - url: jdbc:mysql://db-master.gxb-base:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 150 | + url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 151 | 151 | username: test |
| 152 | 152 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 153 | 153 | driver-class-name: com.mysql.jdbc.Driver |
| ... | ... | @@ -161,7 +161,7 @@ spring: |
| 161 | 161 | test-while-idle: true |
| 162 | 162 | read1: |
| 163 | 163 | name: gxb_core |
| 164 | - url: jdbc:mysql://db-master.gxb-base:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 164 | + url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 165 | 165 | username: test |
| 166 | 166 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 167 | 167 | driver-class-name: com.mysql.jdbc.Driver |
| ... | ... | @@ -176,7 +176,7 @@ spring: |
| 176 | 176 | |
| 177 | 177 | secondDatasource: |
| 178 | 178 | name: gxb_core |
| 179 | - url: jdbc:mysql://db-master.gxb-base:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8 | |
| 179 | + url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=UTF-8 | |
| 180 | 180 | username: rd |
| 181 | 181 | password: ENC(5860760736a5c5fbbcbeab1cf6c72b38) |
| 182 | 182 | driver-class-name: com.mysql.jdbc.Driver |
| ... | ... | @@ -190,7 +190,7 @@ spring: |
| 190 | 190 | test-while-idle: true |
| 191 | 191 | redis: |
| 192 | 192 | database: 0 |
| 193 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | |
| 193 | + host: redis-server | |
| 194 | 194 | port: 6379 |
| 195 | 195 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 196 | 196 | pool: | ... | ... |
cxcy-service.yml
| ... | ... | @@ -13,7 +13,7 @@ spring: |
| 13 | 13 | coreDatasource: |
| 14 | 14 | write: |
| 15 | 15 | name: cxcy |
| 16 | - url: jdbc:mysql://db-master.gxb-base: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 | 17 | username: test |
| 18 | 18 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 19 | 19 | driver-class-name: com.mysql.jdbc.Driver |
| ... | ... | @@ -27,7 +27,7 @@ spring: |
| 27 | 27 | test-while-idle: true |
| 28 | 28 | read1: |
| 29 | 29 | name: cxcy |
| 30 | - url: jdbc:mysql://db-master.gxb-base: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 | 31 | username: test |
| 32 | 32 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 33 | 33 | driver-class-name: com.mysql.jdbc.Driver |
| ... | ... | @@ -42,7 +42,7 @@ spring: |
| 42 | 42 | |
| 43 | 43 | secondDatasource: |
| 44 | 44 | name: cxcy |
| 45 | - url: jdbc:mysql://db-master.gxb-base:3306/cxcy?useUnicode=true&characterEncoding=UTF-8 | |
| 45 | + url: jdbc:mysql://testdb-master:3306/cxcy?useUnicode=true&characterEncoding=UTF-8 | |
| 46 | 46 | username: test |
| 47 | 47 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 48 | 48 | driver-class-name: com.mysql.jdbc.Driver |
| ... | ... | @@ -56,7 +56,7 @@ spring: |
| 56 | 56 | test-while-idle: true |
| 57 | 57 | redis: |
| 58 | 58 | database: 0 |
| 59 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | |
| 59 | + host: redis-server | |
| 60 | 60 | port: 6379 |
| 61 | 61 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 62 | 62 | pool: |
| ... | ... | @@ -138,7 +138,7 @@ spring: |
| 138 | 138 | coreDatasource: |
| 139 | 139 | write: |
| 140 | 140 | name: cxcy |
| 141 | - url: jdbc:mysql://db-master.gxb-base:3306/cxcy?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 141 | + url: jdbc:mysql://testdb-master:3306/cxcy?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 142 | 142 | username: test |
| 143 | 143 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 144 | 144 | driver-class-name: com.mysql.jdbc.Driver |
| ... | ... | @@ -152,7 +152,7 @@ spring: |
| 152 | 152 | test-while-idle: true |
| 153 | 153 | read1: |
| 154 | 154 | name: cxcy |
| 155 | - url: jdbc:mysql://db-master.gxb-base:3306/cxcy?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 155 | + url: jdbc:mysql://testdb-master:3306/cxcy?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 156 | 156 | username: test |
| 157 | 157 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 158 | 158 | driver-class-name: com.mysql.jdbc.Driver |
| ... | ... | @@ -167,7 +167,7 @@ spring: |
| 167 | 167 | |
| 168 | 168 | secondDatasource: |
| 169 | 169 | name: cxcy |
| 170 | - url: jdbc:mysql://db-master.gxb-base:3306/cxcy?useUnicode=true&characterEncoding=UTF-8 | |
| 170 | + url: jdbc:mysql://testdb-master:3306/cxcy?useUnicode=true&characterEncoding=UTF-8 | |
| 171 | 171 | username: rd |
| 172 | 172 | password: ENC(5860760736a5c5fbbcbeab1cf6c72b38) |
| 173 | 173 | driver-class-name: com.mysql.jdbc.Driver |
| ... | ... | @@ -181,7 +181,7 @@ spring: |
| 181 | 181 | test-while-idle: true |
| 182 | 182 | redis: |
| 183 | 183 | database: 0 |
| 184 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | |
| 184 | + host: redis-server | |
| 185 | 185 | port: 6379 |
| 186 | 186 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 187 | 187 | pool: | ... | ... |
gateway.yml
| ... | ... | @@ -10,7 +10,7 @@ spring: |
| 10 | 10 | |
| 11 | 11 | redis: |
| 12 | 12 | database: 0 |
| 13 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | |
| 13 | + host: redis-server | |
| 14 | 14 | port: 6379 |
| 15 | 15 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 16 | 16 | pool: |
| ... | ... | @@ -126,7 +126,7 @@ spring: |
| 126 | 126 | |
| 127 | 127 | redis: |
| 128 | 128 | database: 0 |
| 129 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | |
| 129 | + host: redis-server | |
| 130 | 130 | port: 6379 |
| 131 | 131 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 132 | 132 | pool: | ... | ... |
user-service.yml
| ... | ... | @@ -9,7 +9,7 @@ spring: |
| 9 | 9 | enabled: true |
| 10 | 10 | datasource: |
| 11 | 11 | name: gxb_core |
| 12 | - url: jdbc:mysql://db-master.gxb-base:3306/gxb_core?useUnicode=true&characterEncoding=gbk&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true | |
| 12 | + url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=gbk&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true | |
| 13 | 13 | username: test |
| 14 | 14 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 15 | 15 | driver-class-name: com.mysql.jdbc.Driver |
| ... | ... | @@ -23,7 +23,7 @@ spring: |
| 23 | 23 | test-while-idle: true |
| 24 | 24 | redis: |
| 25 | 25 | database: 0 |
| 26 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | |
| 26 | + host: redis-server | |
| 27 | 27 | port: 6379 |
| 28 | 28 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 29 | 29 | pool: |
| ... | ... | @@ -98,7 +98,7 @@ spring: |
| 98 | 98 | enabled: true |
| 99 | 99 | datasource: |
| 100 | 100 | name: gxb_core |
| 101 | - url: jdbc:mysql://db-master.gxb-base:3306/gxb_core?useUnicode=true&characterEncoding=gbk&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true | |
| 101 | + url: jdbc:mysql://testdb-master:3306/gxb_core?useUnicode=true&characterEncoding=gbk&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true | |
| 102 | 102 | username: test |
| 103 | 103 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 104 | 104 | driver-class-name: com.mysql.jdbc.Driver |
| ... | ... | @@ -112,7 +112,7 @@ spring: |
| 112 | 112 | test-while-idle: true |
| 113 | 113 | redis: |
| 114 | 114 | database: 0 |
| 115 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | |
| 115 | + host: redis-server | |
| 116 | 116 | port: 6379 |
| 117 | 117 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 118 | 118 | pool: | ... | ... |