Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

MiniSpringBootTutorial/spring-boot-starter-thymeleaf3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

14 Commits

Repository files navigation

Spring Boot Starter for Thymeleaf 3

Spring boot starter for Thymeleaf 3

How to use

in your pom.xml, add following dependencies:

 <dependency>
 <groupId>org.thymeleaf</groupId>
 <artifactId>thymeleaf</artifactId>
 <version>3.0.0.RELEASE</version>
 </dependency>
 <dependency>
 <groupId>org.thymeleaf</groupId>
 <artifactId>thymeleaf-spring4</artifactId>
 <version>3.0.0.RELEASE</version>
 </dependency>
 <dependency>
 <groupId>org.springframework.boot</groupId>
 <artifactId>spring-boot-starter-thymeleaf3</artifactId>
 <version>1.0.0-SNAPSHOT</version>
 </dependency>

Changes

  • HTML5 converted to HTML automatically

Attention

  • Abstract Dialect compatible problem with Thymeleaf 3

References

About

Spring Boot Starter for Thymeleaf 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.4%
  • HTML 2.6%

AltStyle によって変換されたページ (->オリジナル) /