Commit 70b1d9448ed397438b5a37bfb89cb3880c8b5268

Authored by 多国蒙
2 parents 6f3141c6 b2f56c19
class-service.yml
@@ -67,7 +67,12 @@ spring: @@ -67,7 +67,12 @@ spring:
67 #sentinel: 67 #sentinel:
68 #master: mymaster1 68 #master: mymaster1
69 #nodes: redis-server:16379,redis-server:16379 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 mybatis: 77 mybatis:
73 mapperLocations: classpath:/mybatis/*.xml 78 mapperLocations: classpath:/mybatis/*.xml
@@ -323,6 +328,12 @@ spring: @@ -323,6 +328,12 @@ spring:
323 #sentinel: 328 #sentinel:
324 #master: mymaster1 329 #master: mymaster1
325 #nodes: redis1:16379,redis2:16379 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 mybatis: 338 mybatis:
328 mapperLocations: classpath:/mybatis/*.xml 339 mapperLocations: classpath:/mybatis/*.xml
gateway.yml
@@ -110,7 +110,7 @@ cas: @@ -110,7 +110,7 @@ cas:
110 casServerUrlPrefix: http://cas/ 110 casServerUrlPrefix: http://cas/
111 casServerLoginUrl: https://cas.gaoxiaobang.com/login 111 casServerLoginUrl: https://cas.gaoxiaobang.com/login
112 casServerLogoutUrl: https://cas.gaoxiaobang.com/logout 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 tenant: 115 tenant:
116 tenantId: 991 116 tenantId: 991
@@ -243,6 +243,12 @@ spring: @@ -243,6 +243,12 @@ spring:
243 #sentinel: 243 #sentinel:
244 #master: mymaster1 244 #master: mymaster1
245 #nodes: redis1:16379,redis2:16379 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 endpoints: 253 endpoints:
248 restart: 254 restart:
user-service.yml
@@ -34,7 +34,7 @@ spring: @@ -34,7 +34,7 @@ spring:
34 #sentinel: 34 #sentinel:
35 #master: mymaster1 35 #master: mymaster1
36 #nodes: redis-server:16379,redis-server:16379 36 #nodes: redis-server:16379,redis-server:16379
37 - 37 +
38 activemq: 38 activemq:
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 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 inMemory: true 40 inMemory: true
@@ -43,6 +43,10 @@ spring: @@ -43,6 +43,10 @@ spring:
43 max-connections: 5 43 max-connections: 5
44 idle-timeout: 30000 44 idle-timeout: 30000
45 expiry-timeout: 0 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 mybatis: 52 mybatis:
@@ -205,6 +209,11 @@ spring: @@ -205,6 +209,11 @@ spring:
205 max-connections: 5 209 max-connections: 5
206 idle-timeout: 30000 210 idle-timeout: 30000
207 expiry-timeout: 0 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 mybatis: 219 mybatis: