feat(ai-web): 开启gzip
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
server:
|
||||||
|
compression:
|
||||||
|
enabled: true
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: service-ai-web
|
name: service-ai-web
|
||||||
@@ -36,4 +39,4 @@ spring:
|
|||||||
liteflow:
|
liteflow:
|
||||||
rule-source: liteflow.xml
|
rule-source: liteflow.xml
|
||||||
print-banner: false
|
print-banner: false
|
||||||
check-node-exists: false
|
check-node-exists: false
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
server:
|
server:
|
||||||
port: 0
|
port: 0
|
||||||
|
compression:
|
||||||
|
enabled: true
|
||||||
spring:
|
spring:
|
||||||
application:
|
application:
|
||||||
name: service-web
|
name: service-web
|
||||||
|
|||||||
Reference in New Issue
Block a user