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,7 +13,7 @@ spring: | ||
| 13 | coreDatasource: | 13 | coreDatasource: |
| 14 | write: | 14 | write: |
| 15 | name: gxb_core | 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 | username: test | 17 | username: test |
| 18 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 18 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 19 | driver-class-name: com.mysql.jdbc.Driver | 19 | driver-class-name: com.mysql.jdbc.Driver |
| @@ -27,7 +27,7 @@ spring: | @@ -27,7 +27,7 @@ spring: | ||
| 27 | test-while-idle: true | 27 | test-while-idle: true |
| 28 | read1: | 28 | read1: |
| 29 | name: gxb_core | 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 | username: test | 31 | username: test |
| 32 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 32 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 33 | driver-class-name: com.mysql.jdbc.Driver | 33 | driver-class-name: com.mysql.jdbc.Driver |
| @@ -42,7 +42,7 @@ spring: | @@ -42,7 +42,7 @@ spring: | ||
| 42 | 42 | ||
| 43 | secondDatasource: | 43 | secondDatasource: |
| 44 | name: gxb_core | 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 | username: test | 46 | username: test |
| 47 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 47 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 48 | driver-class-name: com.mysql.jdbc.Driver | 48 | driver-class-name: com.mysql.jdbc.Driver |
| @@ -56,7 +56,7 @@ spring: | @@ -56,7 +56,7 @@ spring: | ||
| 56 | test-while-idle: true | 56 | test-while-idle: true |
| 57 | redis: | 57 | redis: |
| 58 | database: 0 | 58 | database: 0 |
| 59 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | 59 | + host: redis-server |
| 60 | port: 6379 | 60 | port: 6379 |
| 61 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 61 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 62 | pool: | 62 | pool: |
| @@ -147,7 +147,7 @@ spring: | @@ -147,7 +147,7 @@ spring: | ||
| 147 | coreDatasource: | 147 | coreDatasource: |
| 148 | write: | 148 | write: |
| 149 | name: gxb_core | 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 | username: test | 151 | username: test |
| 152 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 152 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 153 | driver-class-name: com.mysql.jdbc.Driver | 153 | driver-class-name: com.mysql.jdbc.Driver |
| @@ -161,7 +161,7 @@ spring: | @@ -161,7 +161,7 @@ spring: | ||
| 161 | test-while-idle: true | 161 | test-while-idle: true |
| 162 | read1: | 162 | read1: |
| 163 | name: gxb_core | 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 | username: test | 165 | username: test |
| 166 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 166 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 167 | driver-class-name: com.mysql.jdbc.Driver | 167 | driver-class-name: com.mysql.jdbc.Driver |
| @@ -176,7 +176,7 @@ spring: | @@ -176,7 +176,7 @@ spring: | ||
| 176 | 176 | ||
| 177 | secondDatasource: | 177 | secondDatasource: |
| 178 | name: gxb_core | 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 | username: rd | 180 | username: rd |
| 181 | password: ENC(5860760736a5c5fbbcbeab1cf6c72b38) | 181 | password: ENC(5860760736a5c5fbbcbeab1cf6c72b38) |
| 182 | driver-class-name: com.mysql.jdbc.Driver | 182 | driver-class-name: com.mysql.jdbc.Driver |
| @@ -190,7 +190,7 @@ spring: | @@ -190,7 +190,7 @@ spring: | ||
| 190 | test-while-idle: true | 190 | test-while-idle: true |
| 191 | redis: | 191 | redis: |
| 192 | database: 0 | 192 | database: 0 |
| 193 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | 193 | + host: redis-server |
| 194 | port: 6379 | 194 | port: 6379 |
| 195 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 195 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 196 | pool: | 196 | pool: |
cxcy-service.yml
| @@ -13,7 +13,7 @@ spring: | @@ -13,7 +13,7 @@ spring: | ||
| 13 | coreDatasource: | 13 | coreDatasource: |
| 14 | write: | 14 | write: |
| 15 | name: cxcy | 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 | username: test | 17 | username: test |
| 18 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 18 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 19 | driver-class-name: com.mysql.jdbc.Driver | 19 | driver-class-name: com.mysql.jdbc.Driver |
| @@ -27,7 +27,7 @@ spring: | @@ -27,7 +27,7 @@ spring: | ||
| 27 | test-while-idle: true | 27 | test-while-idle: true |
| 28 | read1: | 28 | read1: |
| 29 | name: cxcy | 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 | username: test | 31 | username: test |
| 32 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 32 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 33 | driver-class-name: com.mysql.jdbc.Driver | 33 | driver-class-name: com.mysql.jdbc.Driver |
| @@ -42,7 +42,7 @@ spring: | @@ -42,7 +42,7 @@ spring: | ||
| 42 | 42 | ||
| 43 | secondDatasource: | 43 | secondDatasource: |
| 44 | name: cxcy | 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 | username: test | 46 | username: test |
| 47 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 47 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 48 | driver-class-name: com.mysql.jdbc.Driver | 48 | driver-class-name: com.mysql.jdbc.Driver |
| @@ -56,7 +56,7 @@ spring: | @@ -56,7 +56,7 @@ spring: | ||
| 56 | test-while-idle: true | 56 | test-while-idle: true |
| 57 | redis: | 57 | redis: |
| 58 | database: 0 | 58 | database: 0 |
| 59 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | 59 | + host: redis-server |
| 60 | port: 6379 | 60 | port: 6379 |
| 61 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 61 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 62 | pool: | 62 | pool: |
| @@ -138,7 +138,7 @@ spring: | @@ -138,7 +138,7 @@ spring: | ||
| 138 | coreDatasource: | 138 | coreDatasource: |
| 139 | write: | 139 | write: |
| 140 | name: cxcy | 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 | username: test | 142 | username: test |
| 143 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 143 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 144 | driver-class-name: com.mysql.jdbc.Driver | 144 | driver-class-name: com.mysql.jdbc.Driver |
| @@ -152,7 +152,7 @@ spring: | @@ -152,7 +152,7 @@ spring: | ||
| 152 | test-while-idle: true | 152 | test-while-idle: true |
| 153 | read1: | 153 | read1: |
| 154 | name: cxcy | 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 | username: test | 156 | username: test |
| 157 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 157 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 158 | driver-class-name: com.mysql.jdbc.Driver | 158 | driver-class-name: com.mysql.jdbc.Driver |
| @@ -167,7 +167,7 @@ spring: | @@ -167,7 +167,7 @@ spring: | ||
| 167 | 167 | ||
| 168 | secondDatasource: | 168 | secondDatasource: |
| 169 | name: cxcy | 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 | username: rd | 171 | username: rd |
| 172 | password: ENC(5860760736a5c5fbbcbeab1cf6c72b38) | 172 | password: ENC(5860760736a5c5fbbcbeab1cf6c72b38) |
| 173 | driver-class-name: com.mysql.jdbc.Driver | 173 | driver-class-name: com.mysql.jdbc.Driver |
| @@ -181,7 +181,7 @@ spring: | @@ -181,7 +181,7 @@ spring: | ||
| 181 | test-while-idle: true | 181 | test-while-idle: true |
| 182 | redis: | 182 | redis: |
| 183 | database: 0 | 183 | database: 0 |
| 184 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | 184 | + host: redis-server |
| 185 | port: 6379 | 185 | port: 6379 |
| 186 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 186 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 187 | pool: | 187 | pool: |
gateway.yml
| @@ -10,7 +10,7 @@ spring: | @@ -10,7 +10,7 @@ spring: | ||
| 10 | 10 | ||
| 11 | redis: | 11 | redis: |
| 12 | database: 0 | 12 | database: 0 |
| 13 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | 13 | + host: redis-server |
| 14 | port: 6379 | 14 | port: 6379 |
| 15 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 15 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 16 | pool: | 16 | pool: |
| @@ -126,7 +126,7 @@ spring: | @@ -126,7 +126,7 @@ spring: | ||
| 126 | 126 | ||
| 127 | redis: | 127 | redis: |
| 128 | database: 0 | 128 | database: 0 |
| 129 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | 129 | + host: redis-server |
| 130 | port: 6379 | 130 | port: 6379 |
| 131 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 131 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 132 | pool: | 132 | pool: |
user-service.yml
| @@ -9,7 +9,7 @@ spring: | @@ -9,7 +9,7 @@ spring: | ||
| 9 | enabled: true | 9 | enabled: true |
| 10 | datasource: | 10 | datasource: |
| 11 | name: gxb_core | 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 | username: test | 13 | username: test |
| 14 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 14 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 15 | driver-class-name: com.mysql.jdbc.Driver | 15 | driver-class-name: com.mysql.jdbc.Driver |
| @@ -23,7 +23,7 @@ spring: | @@ -23,7 +23,7 @@ spring: | ||
| 23 | test-while-idle: true | 23 | test-while-idle: true |
| 24 | redis: | 24 | redis: |
| 25 | database: 0 | 25 | database: 0 |
| 26 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | 26 | + host: redis-server |
| 27 | port: 6379 | 27 | port: 6379 |
| 28 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 28 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 29 | pool: | 29 | pool: |
| @@ -98,7 +98,7 @@ spring: | @@ -98,7 +98,7 @@ spring: | ||
| 98 | enabled: true | 98 | enabled: true |
| 99 | datasource: | 99 | datasource: |
| 100 | name: gxb_core | 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 | username: test | 102 | username: test |
| 103 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 103 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 104 | driver-class-name: com.mysql.jdbc.Driver | 104 | driver-class-name: com.mysql.jdbc.Driver |
| @@ -112,7 +112,7 @@ spring: | @@ -112,7 +112,7 @@ spring: | ||
| 112 | test-while-idle: true | 112 | test-while-idle: true |
| 113 | redis: | 113 | redis: |
| 114 | database: 0 | 114 | database: 0 |
| 115 | - host: gxb-app-20180706.redis.rds.aliyuncs.com | 115 | + host: redis-server |
| 116 | port: 6379 | 116 | port: 6379 |
| 117 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) | 117 | password: ENC(8aea42e66b0928c44cd8f861a9d558e6) |
| 118 | pool: | 118 | pool: |