From 7f9bfe5cf9cdcf5f495f64663ad702890bb8cd9a Mon Sep 17 00:00:00 2001 From: Martin van Wingerden Date: Fri, 25 Oct 2019 14:14:04 +0200 Subject: [PATCH] Some README rendering corrections Corrected sections without spaces Best practice: add newline after section header --- httpclient/README.md | 2 +- jackson/README.md | 4 +++- java-jdi/README.md | 2 +- mapstruct/README.md | 3 ++- persistence-modules/spring-data-cassandra-reactive/README.md | 2 +- spring-cloud/spring-cloud-stream-starters/README.md | 2 +- spring-mvc-xml/README.md | 5 ++++- spring-security-mvc-custom/README.md | 5 ++++- spring-security-mvc-digest-auth/README.md | 4 +++- spring-security-mvc-ldap/README.md | 5 ++++- spring-security-mvc-persisted-remember-me/README.md | 5 ++++- spring-security-mvc/README.md | 5 ++++- spring-security-rest-basic-auth/README.md | 3 ++- spring-security-rest-custom/README.md | 4 +++- testing-modules/rest-assured/README.md | 3 ++- testing-modules/rest-testing/README.md | 4 +++- testing-modules/xmlunit-2/README.md | 3 ++- 17 files changed, 44 insertions(+), 17 deletions(-) diff --git a/httpclient/README.md b/httpclient/README.md index 678b195965..d88739e901 100644 --- a/httpclient/README.md +++ b/httpclient/README.md @@ -2,7 +2,7 @@ This module contains articles about HttpClient 4.x -###The Course +### The Course The "REST With Spring" Classes: http://bit.ly/restwithspring diff --git a/jackson/README.md b/jackson/README.md index f96a569617..d33df636dc 100644 --- a/jackson/README.md +++ b/jackson/README.md @@ -2,10 +2,12 @@ This module contains articles about Jackson. -###The Course +### The Course + The "REST With Spring" Classes: http://bit.ly/restwithspring ### Relevant Articles: + - [Jackson – Unmarshall to Collection/Array](https://www.baeldung.com/jackson-collection-array) - [Jackson – Custom Serializer](https://www.baeldung.com/jackson-custom-serialization) - [Getting Started with Custom Deserialization in Jackson](https://www.baeldung.com/jackson-deserialization) diff --git a/java-jdi/README.md b/java-jdi/README.md index c8c2d3e9ab..110906e845 100644 --- a/java-jdi/README.md +++ b/java-jdi/README.md @@ -2,6 +2,6 @@ This module contains articles about JDI, the Java Debug Interface. -###Relevant articles +### Relevant articles - [An Intro to the Java Debug Interface (JDI)](https://www.baeldung.com/java-debug-interface) diff --git a/mapstruct/README.md b/mapstruct/README.md index f5a1e1a092..9887a7f43d 100644 --- a/mapstruct/README.md +++ b/mapstruct/README.md @@ -2,7 +2,8 @@ This module contains articles about MapStruct. -###Relevant Articles: +### Relevant Articles: + - [Quick Guide to MapStruct](https://www.baeldung.com/mapstruct) - [Custom Mapper with MapStruct](https://www.baeldung.com/mapstruct-custom-mapper) - [Using Multiple Source Objects with MapStruct](https://www.baeldung.com/mapstruct-multiple-source-objects) diff --git a/persistence-modules/spring-data-cassandra-reactive/README.md b/persistence-modules/spring-data-cassandra-reactive/README.md index 87a61d46b3..5352843850 100644 --- a/persistence-modules/spring-data-cassandra-reactive/README.md +++ b/persistence-modules/spring-data-cassandra-reactive/README.md @@ -1,3 +1,3 @@ -#Relevant Articles +### Relevant Articles - [Spring Data with Reactive Cassandra](https://www.baeldung.com/spring-data-cassandra-reactive) diff --git a/spring-cloud/spring-cloud-stream-starters/README.md b/spring-cloud/spring-cloud-stream-starters/README.md index 761d54abbd..5b9b70e4f1 100644 --- a/spring-cloud/spring-cloud-stream-starters/README.md +++ b/spring-cloud/spring-cloud-stream-starters/README.md @@ -1,3 +1,3 @@ -#Revelant Articles: +# Relevant Articles: - [Using a Spring Cloud App Starter](http://www.baeldung.com/spring-cloud-app-starter) diff --git a/spring-mvc-xml/README.md b/spring-mvc-xml/README.md index 44a20e1527..0adf127aaa 100644 --- a/spring-mvc-xml/README.md +++ b/spring-mvc-xml/README.md @@ -2,10 +2,12 @@ This module contains articles about Spring MVC with XML configuration -###The Course +### The Course + The "REST With Spring" Classes: http://bit.ly/restwithspring ### Relevant Articles: + - [Java Session Timeout](https://www.baeldung.com/servlet-session-timeout) - [Returning Image/Media Data with Spring MVC](https://www.baeldung.com/spring-mvc-image-media-data) - [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 - [Debugging the Spring MVC 404 “No mapping found for HTTP request” Error](https://www.baeldung.com/spring-mvc-404-error) ## Spring MVC with XML Configuration Example Project + - access a sample jsp page at: `http://localhost:8080/spring-mvc-xml/sample.html` diff --git a/spring-security-mvc-custom/README.md b/spring-security-mvc-custom/README.md index 1a131f4c23..5eb6169f4b 100644 --- a/spring-security-mvc-custom/README.md +++ b/spring-security-mvc-custom/README.md @@ -2,10 +2,12 @@ This module contains articles about Spring Security with custom MVC applications -###The Course +### The Course + The "REST With Spring" Classes: http://github.learnspringsecurity.com ### Relevant Articles: + - [Spring Security Remember Me](https://www.baeldung.com/spring-security-remember-me) - [Redirect to different pages after Login with Spring Security](https://www.baeldung.com/spring_redirect_after_login) - [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 - [How to Manually Authenticate User with Spring Security](https://www.baeldung.com/manually-set-user-authentication-spring-security) ### Build the Project + ``` mvn clean install ``` diff --git a/spring-security-mvc-digest-auth/README.md b/spring-security-mvc-digest-auth/README.md index 0d36dbfd63..be06d63fc4 100644 --- a/spring-security-mvc-digest-auth/README.md +++ b/spring-security-mvc-digest-auth/README.md @@ -2,10 +2,12 @@ This module contains articles about digest authentication with Spring Security -###The Course +### The Course + The "Learn Spring Security" Classes: http://github.learnspringsecurity.com ### Relevant Article: + - [Spring Security Digest Authentication](https://www.baeldung.com/spring-security-digest-authentication) - [RestTemplate with Digest Authentication](https://www.baeldung.com/resttemplate-digest-authentication) diff --git a/spring-security-mvc-ldap/README.md b/spring-security-mvc-ldap/README.md index 3230c0398a..288791b389 100644 --- a/spring-security-mvc-ldap/README.md +++ b/spring-security-mvc-ldap/README.md @@ -2,14 +2,17 @@ This module contains articles about Spring Security LDAP -###The Course +### The Course + The "Learn Spring Security" Classes: http://github.learnspringsecurity.com ### Relevant Article: + - [Spring Security – security none, filters none, access permitAll](https://www.baeldung.com/security-none-filters-none-access-permitAll) - [Intro to Spring Security LDAP](https://www.baeldung.com/spring-security-ldap) ### Notes + - the project uses Spring Boot - simply run 'SampleLDAPApplication.java' to start up Spring Boot with a Tomcat container and embedded LDAP server. - Once started, open 'http://localhost:8080' - This will display the publicly available Home Page diff --git a/spring-security-mvc-persisted-remember-me/README.md b/spring-security-mvc-persisted-remember-me/README.md index e3003e89e2..e1208330a3 100644 --- a/spring-security-mvc-persisted-remember-me/README.md +++ b/spring-security-mvc-persisted-remember-me/README.md @@ -2,13 +2,16 @@ This module contains articles about 'remember me' with Spring Security -###The Course +### The Course + The "Learn Spring Security" Classes: http://github.learnspringsecurity.com ### Relevant Articles: + - [Spring Security – Persistent Remember Me](https://www.baeldung.com/spring-security-persistent-remember-me) ### Build the Project + ``` mvn clean install ``` diff --git a/spring-security-mvc/README.md b/spring-security-mvc/README.md index a458127c61..7d1a492cd3 100644 --- a/spring-security-mvc/README.md +++ b/spring-security-mvc/README.md @@ -2,15 +2,18 @@ This module contains articles about Spring Security in MVC applications -###The Course +### The Course + The "Learn Spring Security" Classes: http://github.learnspringsecurity.com ### Relevant Articles: + - [HttpSessionListener Example – Monitoring](https://www.baeldung.com/httpsessionlistener_with_metrics) - [Control the Session with Spring Security](https://www.baeldung.com/spring-security-session) ### Build the Project + ``` mvn clean install ``` diff --git a/spring-security-rest-basic-auth/README.md b/spring-security-rest-basic-auth/README.md index d12427a106..af6dd598cc 100644 --- a/spring-security-rest-basic-auth/README.md +++ b/spring-security-rest-basic-auth/README.md @@ -2,11 +2,12 @@ This module contains articles about basic authentication in RESTful APIs with Spring Security -###The Course +### The Course The "Learn Spring Security" Classes: http://github.learnspringsecurity.com ### Relevant Articles: + - [Basic Authentication with the RestTemplate](https://www.baeldung.com/how-to-use-resttemplate-with-basic-authentication-in-spring) - [A Custom Filter in the Spring Security Filter Chain](https://www.baeldung.com/spring-security-custom-filter) - [Spring Security Basic Authentication](https://www.baeldung.com/spring-security-basic-authentication) diff --git a/spring-security-rest-custom/README.md b/spring-security-rest-custom/README.md index 15cbc22b5f..be360e035e 100644 --- a/spring-security-rest-custom/README.md +++ b/spring-security-rest-custom/README.md @@ -2,10 +2,12 @@ This module contains articles about REST APIs with Spring Security -###The Course +### The Course + The "REST With Spring" Classes: http://github.learnspringsecurity.com ### Relevant Articles: + - [Spring Security Authentication Provider](https://www.baeldung.com/spring-security-authentication-provider) - [Retrieve User Information in Spring Security](https://www.baeldung.com/get-user-in-spring-security) - [Spring Security – Run-As Authentication](https://www.baeldung.com/spring-security-run-as-auth) diff --git a/testing-modules/rest-assured/README.md b/testing-modules/rest-assured/README.md index 0012a63012..96d3c5e353 100644 --- a/testing-modules/rest-assured/README.md +++ b/testing-modules/rest-assured/README.md @@ -1,4 +1,5 @@ -###Relevant Articles: +### Relevant Articles: + - [A Guide to REST-assured](http://www.baeldung.com/rest-assured-tutorial) - [REST-assured Support for Spring MockMvc](https://www.baeldung.com/spring-mock-mvc-rest-assured) - [Getting and Verifying Response Data with REST-assured](https://www.baeldung.com/rest-assured-response) diff --git a/testing-modules/rest-testing/README.md b/testing-modules/rest-testing/README.md index 2d366bd550..27e77e0f51 100644 --- a/testing-modules/rest-testing/README.md +++ b/testing-modules/rest-testing/README.md @@ -2,10 +2,12 @@ ## REST Testing and Examples -###The Course +### The Course + The "REST With Spring" Classes: http://bit.ly/restwithspring ### Relevant Articles: + - [Introduction to WireMock](http://www.baeldung.com/introduction-to-wiremock) - [Using WireMock Scenarios](https://www.baeldung.com/wiremock-scenarios) - [REST API Testing with Cucumber](http://www.baeldung.com/cucumber-rest-api-testing) diff --git a/testing-modules/xmlunit-2/README.md b/testing-modules/xmlunit-2/README.md index 72b683796e..55c2c651f2 100644 --- a/testing-modules/xmlunit-2/README.md +++ b/testing-modules/xmlunit-2/README.md @@ -1,2 +1,3 @@ -###Relevant Articles: +### Relevant Articles: + - [Introduction To XMLUnit 2.x](http://www.baeldung.com/xmlunit2)