Skip to content

Commit f4ac4fa

Browse files
author
eugenp
committed
documentation cleanup
1 parent e7819aa commit f4ac4fa

13 files changed

Lines changed: 59 additions & 26 deletions

File tree

spring-all/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
=========
2-
This project is used to replicate Spring Exceptions only.
3-
Relevant articles:
2+
3+
## Spring Exceptions Example Project
4+
5+
This project is used to replicate Spring Exceptions only.
6+
7+
8+
### Relevant articles:
49
- [Spring BeanCreationException](http://www.baeldung.com/spring-beancreationexception)
510
- [Spring DataIntegrityViolationException](http://www.baeldung.com/spring-dataIntegrityviolationexception)
611
- [Spring BeanDefinitionStoreException](http://www.baeldung.com/spring-beandefinitionstoreexception)

spring-hibernate3/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
=========
22

3-
Relevant Article:
3+
## Spring with Hibernate 3 Example Project
4+
5+
6+
### Relevant ArticleS:
47
- [Hibernate 3 with Spring](http://www.baeldung.com/hibernate3-spring)
58

69

7-
Quick Start
10+
### Quick Start
811

912
```
1013
git clone git://github.com/eugenp/REST.git
1114
cd REST
1215
mvn install
1316
mvn cargo:run
1417
```
15-
- note: starts on port 8082
18+
19+
- **note**: starts on port `8082`

spring-hibernate4/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
=========
22

3-
Relevant Article:
3+
## Spring with Hibernate 4 Example Project
4+
5+
### Relevant Articles:
46
- [Hibernate 4 with Spring](http://www.baeldung.com/hibernate-4-spring)
57

68

7-
Quick Start
9+
### Quick Start
810

911
```
1012
git clone git://github.com/eugenp/REST.git
1113
cd REST
1214
mvn install
1315
mvn cargo:run
1416
```
15-
- note: starts on port 8082
17+
- **note**: starts on port `8082`

spring-jpa/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
=========
22

3-
Relevant Articles:
3+
## Spring JPA Example Project
4+
5+
6+
### Relevant Articles:
47
- [Spring 3 and JPA with Hibernate](http://www.baeldung.com/2011/12/13/the-persistence-layer-with-spring-3-1-and-jpa/)
58

spring-mvc-java/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
[Spring MVC Tutorial Project](http://www.baeldung.com/spring-mvc-tutorial)
21
=========
32

3+
## Spring MVC with Java Configuration Example Project
4+
5+
6+
### Relevant Articles:
7+
- [Spring MVC Tutorial](http://www.baeldung.com/spring-mvc-tutorial)

spring-mvc-xml/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
Spring MVC Tutorial
21
=========
32

4-
Relevant Articles:
3+
## Spring MVC with XML Configuration Example Project
4+
5+
6+
### Relevant Articles:
57
-

spring-mvc/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
=========
22

3-
Relevant Articles:
3+
## Spring MVC Example Project
4+
5+
6+
### Relevant Articles:
47
- [Spring @RequestMapping](http://www.baeldung.com/spring-requestmapping)
58

69

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
=========
22

3-
Relevant Article:
3+
## Spring Security with Basic Authentication Example Project
4+
5+
6+
### Relevant Article:
47
- [Spring Security - security none, filters none, access permitAll](http://www.baeldung.com/security-none-filters-none-access-permitAll)
58
- [Spring Security Basic Authentication](http://www.baeldung.com/spring-security-basic-authentication)

spring-security-custom/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
Spring Security for REST
21
=========
32

4-
Relevant Articles:
3+
## Spring Security for REST Example Project
4+
5+
6+
### Relevant Articles:
57
- [Spring REST Service Security](http://www.baeldung.com/2011/10/31/securing-a-restful-web-service-with-spring-security-3-1-part-3/)
68
- [Spring Security Authentication Provider](http://www.baeldung.com/spring-security-authentication-provider)
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
=========
22

3-
Relevant Article:
3+
## Spring Security with Digest Authentication Example Project
4+
5+
6+
### Relevant Article:
47
- [Spring Security Digest Authentication](http://www.baeldung.com/spring-security-digest-authentication)

0 commit comments

Comments
 (0)