2021-08-16

This commit is contained in:
2021-08-16 13:47:25 +09:00
parent 68ea844c69
commit 827351bdf5
22 changed files with 365 additions and 20 deletions

View File

@@ -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