Spring Boot
Java8のLocalDateTimeをThymeleafで使うには build.gradleにthymeleaf-extras-java8timeを足して@Configurationの付いたクラス(ThymeleafConfigとか)にjava8TimeDialect()を実装してhtmlのth:textでは"${#temporals.format(myDatetime}, 'yyyy/MM/dd HH:mm')…
Java8のLocalDateTimeをThymeleafで使うには build.gradleにthymeleaf-extras-java8timeを足して@Configurationの付いたクラス(ThymeleafConfigとか)にjava8TimeDialect()を実装してhtmlのth:textでは"${#temporals.format(myDatetime}, 'yyyy/MM/dd HH:mm')…