Skip to content

linux-china/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