This commit is contained in:
2026-06-17 21:32:18 +08:00
commit ae96f2c9ff
615 changed files with 22334 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
spring:
application:
name: chdbs
profiles:
active: dev
main:
allow-bean-definition-overriding: true
server:
port: 8101
# 启用服务端压缩
compression:
enabled: true
min-response-size: 10
mime-types: application/json,application/xml,text/html,text/xml,text/plain,application/javascript,text/css