Polish Grails 3 Sample

Issue gh-246
This commit is contained in:
Rob Winch
2016-03-29 20:57:37 -05:00
parent 779277b16d
commit 3825a46418
2 changed files with 4 additions and 1 deletions

View File

@@ -63,7 +63,6 @@ For example, you can include the following in your *application.yml*
.grails-app/conf/application.yml
[source,yml]
----
---
spring:
redis:
host: localhost

View File

@@ -72,6 +72,10 @@ If you are looking to get started with Spring Session, the best place to start i
| Demonstrates how to use Spring Session with Spring Boot.
| link:guides/boot.html[Spring Boot Guide]
| {gh-samples-url}grails3[Grails 3]
| Demonstrates how to use Spring Session with Grails 3.
| link:guides/grails3.html[Grails 3 Guide]
| {gh-samples-url}security[Spring Security]
| Demonstrates how to use Spring Session with an existing Spring Security application.
| link:guides/security.html[Spring Security Guide]