Commit 70b1d9448ed397438b5a37bfb89cb3880c8b5268
Merge branch 'master' of http://gitlab.gaoxiaobang.com/zygj/huike-eaas-config
Showing
3 changed files
with
29 additions
and
3 deletions
class-service.yml
| ... | ... | @@ -67,7 +67,12 @@ spring: |
| 67 | 67 | #sentinel: |
| 68 | 68 | #master: mymaster1 |
| 69 | 69 | #nodes: redis-server:16379,redis-server:16379 |
| 70 | - | |
| 70 | + | |
| 71 | + #jackson: | |
| 72 | + #time-zone: GMT+8 | |
| 73 | + #date-format: yyyy-MM-dd HH:mm:ss | |
| 74 | + #deserialization.accept_empty_string_as_null_object: true | |
| 75 | + | |
| 71 | 76 | |
| 72 | 77 | mybatis: |
| 73 | 78 | mapperLocations: classpath:/mybatis/*.xml |
| ... | ... | @@ -323,6 +328,12 @@ spring: |
| 323 | 328 | #sentinel: |
| 324 | 329 | #master: mymaster1 |
| 325 | 330 | #nodes: redis1:16379,redis2:16379 |
| 331 | + | |
| 332 | + #jackson: | |
| 333 | + #time-zone: GMT+8 | |
| 334 | + #date-format: yyyy-MM-dd HH:mm:ss | |
| 335 | + #deserialization.accept_empty_string_as_null_object: true | |
| 336 | + | |
| 326 | 337 | |
| 327 | 338 | mybatis: |
| 328 | 339 | mapperLocations: classpath:/mybatis/*.xml | ... | ... |
gateway.yml
| ... | ... | @@ -110,7 +110,7 @@ cas: |
| 110 | 110 | casServerUrlPrefix: http://cas/ |
| 111 | 111 | casServerLoginUrl: https://cas.gaoxiaobang.com/login |
| 112 | 112 | casServerLogoutUrl: https://cas.gaoxiaobang.com/logout |
| 113 | - ignorePattern: (^(/mvc/goto/)|(/order)|(/app/cxcy)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)|(/health) | |
| 113 | + ignorePattern: (^(/mvc/goto/)|(/order)|(/app/cxcy)|(\.ico)|(/js)|(/image)|(/css)|(/fonts)|(/api)|(/downloadfile))|(.jsp$)|(/health)|(access_token) | |
| 114 | 114 | |
| 115 | 115 | tenant: |
| 116 | 116 | tenantId: 991 |
| ... | ... | @@ -243,6 +243,12 @@ spring: |
| 243 | 243 | #sentinel: |
| 244 | 244 | #master: mymaster1 |
| 245 | 245 | #nodes: redis1:16379,redis2:16379 |
| 246 | + | |
| 247 | + jackson: | |
| 248 | + time-zone: GMT+8 | |
| 249 | + date-format: yyyy-MM-dd HH:mm:ss | |
| 250 | + deserialization.accept_empty_string_as_null_object: true | |
| 251 | + | |
| 246 | 252 | |
| 247 | 253 | endpoints: |
| 248 | 254 | restart: | ... | ... |
user-service.yml
| ... | ... | @@ -34,7 +34,7 @@ spring: |
| 34 | 34 | #sentinel: |
| 35 | 35 | #master: mymaster1 |
| 36 | 36 | #nodes: redis-server:16379,redis-server:16379 |
| 37 | - | |
| 37 | + | |
| 38 | 38 | activemq: |
| 39 | 39 | broker-url: failover:(tcp://mqserver:61616)?initialReconnectDelay=100 #ActiveMQ use static transport for broker clusters. multicast discovery for broker clusters, JmsListener cannot auto receive messages from some ActiveMQ servers |
| 40 | 40 | inMemory: true |
| ... | ... | @@ -43,6 +43,10 @@ spring: |
| 43 | 43 | max-connections: 5 |
| 44 | 44 | idle-timeout: 30000 |
| 45 | 45 | expiry-timeout: 0 |
| 46 | + jackson: | |
| 47 | + time-zone: GMT+8 | |
| 48 | + date-format: yyyy-MM-dd HH:mm:ss | |
| 49 | + deserialization.accept_empty_string_as_null_object: true | |
| 46 | 50 | |
| 47 | 51 | |
| 48 | 52 | mybatis: |
| ... | ... | @@ -205,6 +209,11 @@ spring: |
| 205 | 209 | max-connections: 5 |
| 206 | 210 | idle-timeout: 30000 |
| 207 | 211 | expiry-timeout: 0 |
| 212 | + | |
| 213 | + jackson: | |
| 214 | + time-zone: GMT+8 | |
| 215 | + date-format: yyyy-MM-dd HH:mm:ss | |
| 216 | + deserialization.accept_empty_string_as_null_object: true | |
| 208 | 217 | |
| 209 | 218 | |
| 210 | 219 | mybatis: | ... | ... |