Browse Source

Merge pull request #6991 from Stummi:patch-1

* pr/6991:
  Fix thymeleaf-layout-dialect.version in doc
pull/7089/head
Stephane Nicoll 9 years ago
parent
commit
8feef4560b
  1. 2
      spring-boot-docs/src/main/asciidoc/howto.adoc

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

@ -1465,7 +1465,7 @@ for example: @@ -1465,7 +1465,7 @@ for example:
----
<properties>
<thymeleaf.version>3.0.0.RELEASE</thymeleaf.version>
<thymeleaf-layout-dialect.version>2.0.0</thymeleaf-layout-dialect.version>
<thymeleaf-layout-dialect.version>2.0.3</thymeleaf-layout-dialect.version>
</dependency>
----

Loading…
Cancel
Save