14 lines
257 B
YAML
14 lines
257 B
YAML
spring:
|
|
application:
|
|
name: common_agent
|
|
profiles:
|
|
active: dev
|
|
|
|
common:
|
|
attachment:
|
|
base-path: data/attachments
|
|
|
|
logging:
|
|
pattern:
|
|
console: "%d{yyyy-MM-dd HH:mm:ss.SSS, GMT+8} %5p ${PID:- } --- [%15.15t] %-40.40logger{39} : %m%n%wEx"
|