Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

Thymeleaf 3.0.0.BETA02 发布,HTML 5 模板引擎

$
0
0

Thymeleaf 3.0.0.BETA02 发布,主要的新特性有:

Maven:

    <dependency>
      <groupId>org.thymeleaf</groupId>
      <artifactId>thymeleaf</artifactId>
      <version>3.0.0.BETA02</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.thymeleaf</groupId>
      <artifactId>thymeleaf-spring4</artifactId>
      <version>3.0.0.BETA02</version>
      <scope>compile</scope>
    </dependency>

Viewing all articles
Browse latest Browse all 44787

Trending Articles