From 7acdeffe2246a03a755b944c97b9677bfbd09bae Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Tue, 6 Feb 2018 13:41:51 +0100 Subject: [PATCH] Remove outdated sample docs Closes gh-989 --- samples/boot/findbyusername/README.adoc | 4 ---- samples/boot/jdbc/README.adoc | 1 - samples/boot/redis/README.adoc | 1 - 3 files changed, 6 deletions(-) delete mode 100644 samples/boot/findbyusername/README.adoc delete mode 100644 samples/boot/jdbc/README.adoc delete mode 100644 samples/boot/redis/README.adoc diff --git a/samples/boot/findbyusername/README.adoc b/samples/boot/findbyusername/README.adoc deleted file mode 100644 index 92307b77..00000000 --- a/samples/boot/findbyusername/README.adoc +++ /dev/null @@ -1,4 +0,0 @@ -Demonstrates using Spring Session to lookup a user's session by the username. -The sample provides a hook to add the current username to the session (required for finding the user) by providing a custom implementation of Spring Security's `AuthenticationSuccessHandler`. - -NOTE: This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com \ No newline at end of file diff --git a/samples/boot/jdbc/README.adoc b/samples/boot/jdbc/README.adoc deleted file mode 100644 index d7203b57..00000000 --- a/samples/boot/jdbc/README.adoc +++ /dev/null @@ -1 +0,0 @@ -Demonstrates using Spring Session with Spring Boot and Spring Security. You can log in with the username "user" and the password "password". \ No newline at end of file diff --git a/samples/boot/redis/README.adoc b/samples/boot/redis/README.adoc deleted file mode 100644 index d7203b57..00000000 --- a/samples/boot/redis/README.adoc +++ /dev/null @@ -1 +0,0 @@ -Demonstrates using Spring Session with Spring Boot and Spring Security. You can log in with the username "user" and the password "password". \ No newline at end of file