We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fd545 commit d8b171eCopy full SHA for d8b171e
spring-security-rest-custom/README.md
@@ -2,6 +2,6 @@
2
3
## Spring Security for REST Example Project
4
5
-
6
### Relevant Articles:
7
- [Spring Security Authentication Provider](http://www.baeldung.com/spring-security-authentication-provider)
+- [Retrieve User Information in Spring Security](http://www.baeldung.com/get-user-in-spring-security)
spring-security-rest-full/pom.xml
@@ -196,7 +196,7 @@
196
<dependency>
197
<groupId>com.jayway.restassured</groupId>
198
<artifactId>rest-assured</artifactId>
199
- <version>2.2.0</version>
+ <version>2.3.0</version>
200
<scope>test</scope>
201
</dependency>
202
0 commit comments