13 lines
167 B
YAML
13 lines
167 B
YAML
server:
|
|
port: 8080
|
|
|
|
logging:
|
|
level:
|
|
root: WARN
|
|
org.springframework.web: INFO
|
|
org.springframework.security: INFO
|
|
|
|
spring:
|
|
thymeleaf:
|
|
cache: false
|