Spring boot-9. Support for SPRINGMVC

Source: Internet
Author: User

1.thymeleaf

The spring boot recommended template engine is thymeleaf. Spring boot automatic configuration has been configured by default Themleaf, as long as the import themleaf starter is OK.

< Dependency >            < groupId >org.springframework.boot</groupId>            <  Artifactid>spring-boot-starter-thymeleaf</artifactid>

</ Dependency >

In order to use the advanced features of themleaf, we recommend switching the Themleaf version to more than 3.0

< Properties >        < thymeleaf.version >3.0.9.RELEASE</thymeleaf.version>        <  Thymeleaf-layout-dialect.version>2.1.1</  Thymeleaf-layout-dialect.version>
</ Properties >

Themleaf can replace the corresponding label of native HTML with all the tags that begin with th: The main syntax has the following points:

(1) ${.} takes the value of the variable, similar to the OGNL

(2) #{...} : Get International content

(3) @{...} : Define URLs

(4) ~{...} : Fragment-Reference expression

(5) *{...} : Select variable expression, function and ${} similar

Themleaf also supports string manipulation, mathematical calculations, comparisons, condition judgments, and a number of tool methods, such as methods for date formatting ${#dates. Format (date)}

Spring boot-9. Support for SPRINGMVC

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.