GJGJJ/data-storage/application.yml

21 lines
344 B
YAML
Raw Normal View History

2025-03-12 17:30:25 +08:00
spring:
application:
name: data-storage
profiles:
active: prod
main:
allow-bean-definition-overriding: true
allow-circular-references: true
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
default-property-inclusion: NON_NULL
server:
port: 8008
netpro:
servlet:
gzip:
enabled: true