Browse Source

Merge pull request #14046 from frohwerk:master

* pr/14046:
  Fix freemarker documentation link
pull/14002/merge
Stephane Nicoll 8 years ago
parent
commit
3a2c962215
  1. 2
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

@ -1979,7 +1979,7 @@ and JSPs. Many other templating engines also ship their own Spring MVC integrati @@ -1979,7 +1979,7 @@ and JSPs. Many other templating engines also ship their own Spring MVC integrati
Spring Boot includes auto-configuration support for the following templating engines:
* http://freemarker.org/docs/[FreeMarker]
* https://freemarker.apache.org/docs/[FreeMarker]
* http://docs.groovy-lang.org/docs/next/html/documentation/template-engines.html#_the_markuptemplateengine[Groovy]
* http://www.thymeleaf.org[Thymeleaf]
* http://mustache.github.io/[Mustache]

Loading…
Cancel
Save