From 47db09849e2180b9c6875a40e33cc2eeb79048e1 Mon Sep 17 00:00:00 2001 From: eugenp Date: Sun, 14 Jul 2013 14:21:30 +0300 Subject: [PATCH] doc work --- spring-all/README.md | 1 + spring-security-custom/README.md | 2 +- spring-security-login/README.md | 1 + spring-security-rest-full/README.md | 5 ++++- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/spring-all/README.md b/spring-all/README.md index ae8db53b98..0541922dc9 100644 --- a/spring-all/README.md +++ b/spring-all/README.md @@ -9,4 +9,5 @@ This project is used to replicate Spring Exceptions only. - [Spring BeanCreationException](http://www.baeldung.com/spring-beancreationexception) - [Spring DataIntegrityViolationException](http://www.baeldung.com/spring-dataIntegrityviolationexception) - [Spring BeanDefinitionStoreException](http://www.baeldung.com/spring-beandefinitionstoreexception) +- [Spring NoSuchBeanDefinitionException](http://www.baeldung.com/spring-nosuchbeandefinitionexception) - [Properties with Spring](http://www.baeldung.com/2012/02/06/properties-with-spring) - checkout the `org.baeldung.properties` package for all scenarios of properties injection and usage \ No newline at end of file diff --git a/spring-security-custom/README.md b/spring-security-custom/README.md index fc4d243e7c..ecb07960eb 100644 --- a/spring-security-custom/README.md +++ b/spring-security-custom/README.md @@ -5,4 +5,4 @@ ### Relevant Articles: - [Spring REST Service Security](http://www.baeldung.com/2011/10/31/securing-a-restful-web-service-with-spring-security-3-1-part-3/) -- [Spring Security Authentication Provider](http://www.baeldung.com/spring-security-authentication-provider) \ No newline at end of file +- [Spring Security Authentication Provider](http://www.baeldung.com/spring-security-authentication-provider) diff --git a/spring-security-login/README.md b/spring-security-login/README.md index dd465e0219..256078f4b6 100644 --- a/spring-security-login/README.md +++ b/spring-security-login/README.md @@ -6,6 +6,7 @@ ### Relevant Articles: - [Spring Security Form Login](http://www.baeldung.com/spring-security-login) - [Spring Security Logout](http://www.baeldung.com/spring-security-logout) +- [Spring Security Expressions – hasRole Example](http://www.baeldung.com/spring-security-expressions-basic) ### Build the Project diff --git a/spring-security-rest-full/README.md b/spring-security-rest-full/README.md index 89c63f17ee..daa0176cad 100644 --- a/spring-security-rest-full/README.md +++ b/spring-security-rest-full/README.md @@ -3,12 +3,15 @@ ## Spring Security REST Example Project +### Relevant Articles: +- [Spring Security Expressions – hasRole Example](http://www.baeldung.com/spring-security-expressions-basic) + + ### Build the Project ``` mvn clean install ``` - ### Use the REST Service ```