55 lines
1.0 KiB
YAML
Executable File
55 lines
1.0 KiB
YAML
Executable File
server:
|
|
port: 8080
|
|
|
|
file:
|
|
upload-dir: /upload
|
|
|
|
spring:
|
|
http:
|
|
encoding:
|
|
charset: UTF-8
|
|
enabled: true
|
|
force: true
|
|
|
|
application:
|
|
name: '@project.description@'
|
|
version: '@project.version@'
|
|
|
|
profiles:
|
|
active: '@spring.profiles.active@'
|
|
|
|
banner:
|
|
location: 'classpath:banner.txt'
|
|
|
|
# jackson:
|
|
# date-format: yyyy-MM-dd HH:mm:ss
|
|
# time-zone: Europe/Paris
|
|
|
|
# messages:
|
|
# basename: language/i18n
|
|
|
|
servlet:
|
|
multipart:
|
|
enabled: true
|
|
max-file-size: 50MB
|
|
max-request-size: 50MB
|
|
#location: ${java.io.tmpdir}
|
|
|
|
logging:
|
|
level:
|
|
org:
|
|
org.hibernate.orm.query.sqm.ast.logTree: OFF
|
|
springframework:
|
|
boot:
|
|
autoconfigure: OFF
|
|
web:
|
|
filter:
|
|
CommonsRequestLoggingFilter: INFO
|
|
security:
|
|
config:
|
|
annotation:
|
|
authentication:
|
|
configuration:
|
|
InitializeUserDetailsBeanManagerConfigurer: ERROR
|
|
|
|
apiPrefix: "" |