タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

thymeleafに関するnyasbaのブックマーク (1)

  • Spring Boot で Thymeleaf 使い方メモ - Qiita

    Thymeleaf とは 読み方は「タイムリーフ」 テンプレートエンジンの1つ Spring Boot で使用が推奨されている 純粋な HTML としてテンプレートを記述することができる 動作環境 Spring Boot 上で Spring MVC のビューテンプレートエンジンとして動かすことを前提で調べる。 Hello World buildscript { repositories { mavenCentral() } dependencies { classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.5.6.RELEASE' } } apply plugin: 'java' apply plugin: 'org.springframework.boot' sourceCompatibility = '1.8'

    Spring Boot で Thymeleaf 使い方メモ - Qiita
  • 1