documentation cleanup
This commit is contained in:
parent
e7819aab79
commit
f4ac4fa699
|
@ -1,6 +1,11 @@
|
|||
=========
|
||||
This project is used to replicate Spring Exceptions only.
|
||||
Relevant articles:
|
||||
|
||||
## Spring Exceptions Example Project
|
||||
|
||||
This project is used to replicate Spring Exceptions only.
|
||||
|
||||
|
||||
### Relevant articles:
|
||||
- [Spring BeanCreationException](http://www.baeldung.com/spring-beancreationexception)
|
||||
- [Spring DataIntegrityViolationException](http://www.baeldung.com/spring-dataIntegrityviolationexception)
|
||||
- [Spring BeanDefinitionStoreException](http://www.baeldung.com/spring-beandefinitionstoreexception)
|
||||
|
|
|
@ -1,10 +1,13 @@
|
|||
=========
|
||||
|
||||
Relevant Article:
|
||||
## Spring with Hibernate 3 Example Project
|
||||
|
||||
|
||||
### Relevant ArticleS:
|
||||
- [Hibernate 3 with Spring](http://www.baeldung.com/hibernate3-spring)
|
||||
|
||||
|
||||
Quick Start
|
||||
### Quick Start
|
||||
|
||||
```
|
||||
git clone git://github.com/eugenp/REST.git
|
||||
|
@ -12,4 +15,5 @@ cd REST
|
|||
mvn install
|
||||
mvn cargo:run
|
||||
```
|
||||
- note: starts on port 8082
|
||||
|
||||
- **note**: starts on port `8082`
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
=========
|
||||
|
||||
Relevant Article:
|
||||
## Spring with Hibernate 4 Example Project
|
||||
|
||||
### Relevant Articles:
|
||||
- [Hibernate 4 with Spring](http://www.baeldung.com/hibernate-4-spring)
|
||||
|
||||
|
||||
Quick Start
|
||||
### Quick Start
|
||||
|
||||
```
|
||||
git clone git://github.com/eugenp/REST.git
|
||||
|
@ -12,4 +14,4 @@ cd REST
|
|||
mvn install
|
||||
mvn cargo:run
|
||||
```
|
||||
- note: starts on port 8082
|
||||
- **note**: starts on port `8082`
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
=========
|
||||
|
||||
Relevant Articles:
|
||||
## Spring JPA Example Project
|
||||
|
||||
|
||||
### Relevant Articles:
|
||||
- [Spring 3 and JPA with Hibernate](http://www.baeldung.com/2011/12/13/the-persistence-layer-with-spring-3-1-and-jpa/)
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
[Spring MVC Tutorial Project](http://www.baeldung.com/spring-mvc-tutorial)
|
||||
=========
|
||||
|
||||
## Spring MVC with Java Configuration Example Project
|
||||
|
||||
|
||||
### Relevant Articles:
|
||||
- [Spring MVC Tutorial](http://www.baeldung.com/spring-mvc-tutorial)
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
Spring MVC Tutorial
|
||||
=========
|
||||
|
||||
Relevant Articles:
|
||||
## Spring MVC with XML Configuration Example Project
|
||||
|
||||
|
||||
### Relevant Articles:
|
||||
-
|
|
@ -1,6 +1,9 @@
|
|||
=========
|
||||
|
||||
Relevant Articles:
|
||||
## Spring MVC Example Project
|
||||
|
||||
|
||||
### Relevant Articles:
|
||||
- [Spring @RequestMapping](http://www.baeldung.com/spring-requestmapping)
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
=========
|
||||
|
||||
Relevant Article:
|
||||
## Spring Security with Basic Authentication Example Project
|
||||
|
||||
|
||||
### Relevant Article:
|
||||
- [Spring Security - security none, filters none, access permitAll](http://www.baeldung.com/security-none-filters-none-access-permitAll)
|
||||
- [Spring Security Basic Authentication](http://www.baeldung.com/spring-security-basic-authentication)
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
Spring Security for REST
|
||||
=========
|
||||
|
||||
Relevant Articles:
|
||||
## Spring Security for REST Example Project
|
||||
|
||||
|
||||
### 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)
|
|
@ -1,4 +1,7 @@
|
|||
=========
|
||||
|
||||
Relevant Article:
|
||||
## Spring Security with Digest Authentication Example Project
|
||||
|
||||
|
||||
### Relevant Article:
|
||||
- [Spring Security Digest Authentication](http://www.baeldung.com/spring-security-digest-authentication)
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
=========
|
||||
|
||||
## Spring Security Login Tutorial
|
||||
## Spring Security Login Example Project
|
||||
|
||||
|
||||
### Relevant Articles:
|
||||
- [Spring Security Form Login](http://www.baeldung.com/spring-security-login)
|
||||
- [Spring Security Logout](http://www.baeldung.com/spring-security-logout)
|
||||
|
||||
|
||||
### Build the Project
|
||||
```
|
||||
mvn clean install
|
||||
```
|
||||
|
||||
|
||||
### Relevant Articles:
|
||||
- [Spring Security Form Login](http://www.baeldung.com/spring-security-login)
|
||||
- [Spring Security Logout](http://www.baeldung.com/spring-security-logout)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
=========
|
||||
|
||||
## Spring Security REST Tutorial
|
||||
## Spring Security REST Example Project
|
||||
|
||||
|
||||
### Build the Project
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
Spring Security for REST
|
||||
=========
|
||||
|
||||
Relevant Articles:
|
||||
## Spring Security for REST Example Project
|
||||
|
||||
|
||||
### 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/)
|
Loading…
Reference in New Issue