From 4895b15bec269858e574286f642921c1af741361 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 24 Feb 2015 21:46:20 -0800 Subject: [PATCH] Add mustache to the documented starters Closes gh-2242 --- spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index 6267c81ae3..52e3636038 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -291,6 +291,9 @@ and Hibernate. |`spring-boot-starter-mobile` |Support for `spring-mobile` +|`spring-boot-starter-mustache` +|Support for the Mustache templating engine. + |`spring-boot-starter-redis` |Support for the REDIS key-value data store, including `spring-redis`.