feat(ai-web): 开启gzip

This commit is contained in:
v-zhangjc9
2025-06-17 16:16:01 +08:00
parent e89bffe289
commit 8e6463845b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
server:
compression:
enabled: true
spring: spring:
application: application:
name: service-ai-web name: service-ai-web

View File

@@ -1,5 +1,7 @@
server: server:
port: 0 port: 0
compression:
enabled: true
spring: spring:
application: application:
name: service-web name: service-web