########################## Server ##########################
|
spring:
|
profiles:
|
active: pro
|
application:
|
name: igds-api
|
main:
|
allow-bean-definition-overriding: true
|
mvc:
|
favicon:
|
enabled: false
|
static-path-pattern: /**
|
|
jackson:
|
date-format: yyyy-MM-dd HH:mm:ss
|
joda-date-time-format: yyyy-MM-dd HH:mm:ss
|
time-zone: GMT+8
|
|
########################## logback ##########################
|
logging:
|
config: classpath:logback-spring.xml
|
|
|
########################## thymeleaf模板配置 ##########################
|
thymeleaf:
|
prefix: classpath:/templates/
|
suffix: .html
|
mode: LEGACYHTML5
|
encoding: UTF-8
|
cache: false
|
|
|
igds:
|
default:
|
companyId: 5326
|
file-path: C:/app/igds-api
|
img-path: D:/IGDS/FILE/
|