Thymeleaf

Thymeleafをホットデプロイして使う

いちいちテンプレートを修正したらサーバを起動し直すのが面倒だったのでホットデプロイできるようにした セットアップ build.gradle springloaded をdependenciesに追加 plugins { id 'org.springframework.boot' version '2.5.0' id 'io.spring.dependency…

Thymeleafを使う

Thymeleafを使うため最もシンプルな構成で環境を準備する セットアップ build.gradle spring-boot-starter-thymeleaf をdependenciesに追加 plugins { id 'org.springframework.boot' version '2.5.0' id 'io.spring.dependency-management' version '1.0.11…