Skip to content

Commit b6de1ff

Browse files
committed
Some README rendering corrections
Corrected sections without spaces Best practice: add newline after section header
1 parent 1acf4e6 commit b6de1ff

File tree

17 files changed

+44
-17
lines changed

17 files changed

+44
-17
lines changed

httpclient/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This module contains articles about HttpClient 4.x
44

5-
###The Course
5+
### The Course
66

77
The "REST With Spring" Classes: http://bit.ly/restwithspring
88

jackson/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
This module contains articles about Jackson.
44

5-
###The Course
5+
### The Course
6+
67
The "REST With Spring" Classes: http://bit.ly/restwithspring
78

89
### Relevant Articles:
10+
911
- [Jackson – Unmarshall to Collection/Array](https://www.baeldung.com/jackson-collection-array)
1012
- [Jackson – Custom Serializer](https://www.baeldung.com/jackson-custom-serialization)
1113
- [Getting Started with Custom Deserialization in Jackson](https://www.baeldung.com/jackson-deserialization)

java-jdi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
This module contains articles about JDI, the Java Debug Interface.
44

5-
###Relevant articles
5+
### Relevant articles
66

77
- [An Intro to the Java Debug Interface (JDI)](https://www.baeldung.com/java-debug-interface)

mapstruct/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
This module contains articles about MapStruct.
44

5-
###Relevant Articles:
5+
### Relevant Articles:
6+
67
- [Quick Guide to MapStruct](https://www.baeldung.com/mapstruct)
78
- [Custom Mapper with MapStruct](https://www.baeldung.com/mapstruct-custom-mapper)
89
- [Using Multiple Source Objects with MapStruct](https://www.baeldung.com/mapstruct-multiple-source-objects)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#Relevant Articles
1+
### Relevant Articles
22

33
- [Spring Data with Reactive Cassandra](https://www.baeldung.com/spring-data-cassandra-reactive)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#Revelant Articles:
1+
# Relevant Articles:
22

33
- [Using a Spring Cloud App Starter](http://www.baeldung.com/spring-cloud-app-starter)

spring-mvc-xml/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
This module contains articles about Spring MVC with XML configuration
44

5-
###The Course
5+
### The Course
6+
67
The "REST With Spring" Classes: http://bit.ly/restwithspring
78

89
### Relevant Articles:
10+
911
- [Java Session Timeout](https://www.baeldung.com/servlet-session-timeout)
1012
- [Returning Image/Media Data with Spring MVC](https://www.baeldung.com/spring-mvc-image-media-data)
1113
- [Geolocation by IP in Java](https://www.baeldung.com/geolocation-by-ip-with-maxmind)
@@ -17,4 +19,5 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
1719
- [Debugging the Spring MVC 404 “No mapping found for HTTP request” Error](https://www.baeldung.com/spring-mvc-404-error)
1820

1921
## Spring MVC with XML Configuration Example Project
22+
2023
- access a sample jsp page at: `http://localhost:8080/spring-mvc-xml/sample.html`

spring-security-mvc-custom/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
This module contains articles about Spring Security with custom MVC applications
44

5-
###The Course
5+
### The Course
6+
67
The "REST With Spring" Classes: http://github.learnspringsecurity.com
78

89
### Relevant Articles:
10+
911
- [Spring Security Remember Me](https://www.baeldung.com/spring-security-remember-me)
1012
- [Redirect to different pages after Login with Spring Security](https://www.baeldung.com/spring_redirect_after_login)
1113
- [Changing Spring Model Parameters with Handler Interceptor](https://www.baeldung.com/spring-model-parameters-with-handler-interceptor)
@@ -15,6 +17,7 @@ The "REST With Spring" Classes: http://github.learnspringsecurity.com
1517
- [How to Manually Authenticate User with Spring Security](https://www.baeldung.com/manually-set-user-authentication-spring-security)
1618

1719
### Build the Project
20+
1821
```
1922
mvn clean install
2023
```

spring-security-mvc-digest-auth/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
This module contains articles about digest authentication with Spring Security
44

5-
###The Course
5+
### The Course
6+
67
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
78

89
### Relevant Article:
10+
911
- [Spring Security Digest Authentication](https://www.baeldung.com/spring-security-digest-authentication)
1012
- [RestTemplate with Digest Authentication](https://www.baeldung.com/resttemplate-digest-authentication)
1113

spring-security-mvc-ldap/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
This module contains articles about Spring Security LDAP
44

5-
###The Course
5+
### The Course
6+
67
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
78

89
### Relevant Article:
10+
911
- [Spring Security – security none, filters none, access permitAll](https://www.baeldung.com/security-none-filters-none-access-permitAll)
1012
- [Intro to Spring Security LDAP](https://www.baeldung.com/spring-security-ldap)
1113

1214
### Notes
15+
1316
- the project uses Spring Boot - simply run 'SampleLDAPApplication.java' to start up Spring Boot with a Tomcat container and embedded LDAP server.
1417
- Once started, open 'http://localhost:8080'
1518
- This will display the publicly available Home Page

0 commit comments

Comments
 (0)