作者 lijie

commit

@@ -21,6 +21,12 @@ security: @@ -21,6 +21,12 @@ security:
21 - '/webjars/springfox-swagger-ui/**' 21 - '/webjars/springfox-swagger-ui/**'
22 - '/externalApi/**' 22 - '/externalApi/**'
23 23
  24 +server:
  25 + compression:
  26 + enabled: true
  27 + min-response-size: 1024
  28 + mime-types: application/json
  29 +
24 # 数据源 30 # 数据源
25 spring: 31 spring:
26 datasource: 32 datasource: