2021-08-16
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
spring:
|
||||
application:
|
||||
name: My spring-boot project
|
||||
mustache:
|
||||
expose-request-attributes: true
|
||||
messages:
|
||||
basename: i18n
|
||||
thymeleaf:
|
||||
enabled: true
|
||||
cache: false
|
||||
encoding: UTF-8
|
||||
mode: HTML
|
||||
prefix: classpath:/templates/
|
||||
suffix: .html
|
||||
server:
|
||||
port: 8080
|
||||
|
||||
Reference in New Issue
Block a user