21 lines
344 B
YAML
21 lines
344 B
YAML
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
|