You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: docs/source/tutorial.rst
+27-12Lines changed: 27 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -512,7 +512,11 @@ In the next section, we'll add a small amount of code to be able to dynamically
512
512
Spring Security Refined
513
513
-----------------------
514
514
515
-
The code for this section can be found in `tutorials/spring-boot/03-spring-security-refined <https://github.com/stormpath/stormpath-sdk-java/tree/master/tutorials/spring-boot/03-spring-security-refined>`_.
515
+
#if( $springboot )
516
+
The code for this section can be found in `tutorials/spring-boot/03-spring-security-refined`_.
517
+
#elseif( $spring )
518
+
The code for this section can be found in `tutorials/spring/03-spring-security-refined`_.
519
+
#end
516
520
517
521
In the previous section, we hard-coded the Stormpath group href into ``HelloService``.
518
522
@@ -558,7 +562,7 @@ Let's now take a look at this ``groups`` bean.
0 commit comments