From 4e07b7f7e7864d966ffd9f50f5b4b66d1daf6a02 Mon Sep 17 00:00:00 2001 From: Sjmillington Date: Sun, 29 Sep 2019 16:36:24 +0100 Subject: [PATCH 1/6] [BAEL-17476] Add README descriptions - 20 --- persistence-modules/spring-hibernate4/README.md | 5 +++-- persistence-modules/spring-mybatis/README.md | 6 +++++- spring-remoting/remoting-hessian-burlap/README.md | 5 ++++- spring-remoting/remoting-http/README.md | 8 ++++++++ spring-remoting/remoting-jms/README.md | 8 ++++++++ spring-remoting/remoting-rmi/README.md | 7 +++++++ spring-security-thymeleaf/{README.MD => README.md} | 0 7 files changed, 35 insertions(+), 4 deletions(-) create mode 100644 spring-remoting/remoting-http/README.md create mode 100644 spring-remoting/remoting-jms/README.md create mode 100644 spring-remoting/remoting-rmi/README.md rename spring-security-thymeleaf/{README.MD => README.md} (100%) diff --git a/persistence-modules/spring-hibernate4/README.md b/persistence-modules/spring-hibernate4/README.md index 020e867c82..c9e2b5abfc 100644 --- a/persistence-modules/spring-hibernate4/README.md +++ b/persistence-modules/spring-hibernate4/README.md @@ -1,6 +1,6 @@ -========= +## Spring with Hibernate 4 -## Spring with Hibernate 4 Example Project +This module contains articles about Spring with Hibernate 4 ### Relevant Articles: - [Guide to Hibernate 4 with Spring](http://www.baeldung.com/hibernate-4-spring) @@ -20,5 +20,6 @@ cd REST mvn install mvn cargo:run ``` + - **note**: starts on port `8082` diff --git a/persistence-modules/spring-mybatis/README.md b/persistence-modules/spring-mybatis/README.md index 5be328285f..b88fd1c672 100644 --- a/persistence-modules/spring-mybatis/README.md +++ b/persistence-modules/spring-mybatis/README.md @@ -1,3 +1,7 @@ -##Relevant Articles +## Spring MyBatis + +This module contains articles about Spring with MyBatis + +## Relevant Articles - [MyBatis with Spring](https://www.baeldung.com/spring-mybatis) diff --git a/spring-remoting/remoting-hessian-burlap/README.md b/spring-remoting/remoting-hessian-burlap/README.md index bf90c9676f..cacceddc5a 100644 --- a/spring-remoting/remoting-hessian-burlap/README.md +++ b/spring-remoting/remoting-hessian-burlap/README.md @@ -1,6 +1,9 @@ -## Spring Remoting with Hessian and Burlap Tutorial +## Spring Remoting with Hessian and Burlap + +This module contains articles about Spring Remoting with Hessian and Burlap ### Relevant Articles + - [Spring Remoting with Hessian and Burlap](http://www.baeldung.com/spring-remoting-hessian-burlap) ### Overview diff --git a/spring-remoting/remoting-http/README.md b/spring-remoting/remoting-http/README.md new file mode 100644 index 0000000000..7e30d07a0a --- /dev/null +++ b/spring-remoting/remoting-http/README.md @@ -0,0 +1,8 @@ +## Remoting HTTP + +This module contains articles about Spring Remoting with HTTP + +### Relevant Articles: + +- [Intro to Spring Remoting with HTTP Invokers](https://www.baeldung.com/spring-remoting-http-invoker) + diff --git a/spring-remoting/remoting-jms/README.md b/spring-remoting/remoting-jms/README.md new file mode 100644 index 0000000000..2f48a8f57f --- /dev/null +++ b/spring-remoting/remoting-jms/README.md @@ -0,0 +1,8 @@ +## Remoting JMS + +This module contains articles about Spring Remoting with Java Message Service (JMS) + +### Relevant Articles: + +- [Spring Remoting with JMS and ActiveMQ](https://www.baeldung.com/spring-remoting-jms) + diff --git a/spring-remoting/remoting-rmi/README.md b/spring-remoting/remoting-rmi/README.md new file mode 100644 index 0000000000..082b5c37ed --- /dev/null +++ b/spring-remoting/remoting-rmi/README.md @@ -0,0 +1,7 @@ +## Remoting RMI + +This module contains articles about Spring Remoting with Remote Method Invocation (RMI) + +### Relevant Articles: + +- [Spring Remoting with RMI](https://www.baeldung.com/spring-remoting-rmi) \ No newline at end of file diff --git a/spring-security-thymeleaf/README.MD b/spring-security-thymeleaf/README.md similarity index 100% rename from spring-security-thymeleaf/README.MD rename to spring-security-thymeleaf/README.md From 1d383ee388833ee84d626350d0469975a9bf5265 Mon Sep 17 00:00:00 2001 From: Sjmillington Date: Sat, 5 Oct 2019 16:48:57 +0100 Subject: [PATCH 2/6] Changed `with HTTP` to `over HTTP` --- spring-remoting/remoting-http/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-remoting/remoting-http/README.md b/spring-remoting/remoting-http/README.md index 7e30d07a0a..a4f3ea82a9 100644 --- a/spring-remoting/remoting-http/README.md +++ b/spring-remoting/remoting-http/README.md @@ -1,6 +1,6 @@ ## Remoting HTTP -This module contains articles about Spring Remoting with HTTP +This module contains articles about Spring Remoting over HTTP ### Relevant Articles: From 09195b50c6b4899d478989b209b6f58944c7ed4a Mon Sep 17 00:00:00 2001 From: Sjmillington Date: Sun, 6 Oct 2019 11:28:39 +0100 Subject: [PATCH 3/6] added fullstop to end of spring security thymeleaf description --- spring-security-thymeleaf/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-security-thymeleaf/README.md b/spring-security-thymeleaf/README.md index 2ad7b9d2bd..e0fca4067c 100644 --- a/spring-security-thymeleaf/README.md +++ b/spring-security-thymeleaf/README.md @@ -1,7 +1,7 @@ ## Spring Security Thymeleaf -This module contains articles about Spring Security with Thymeleaf +This module contains articles about Spring Security with Thymeleaf. ### Relevant Articles: -- [Spring Security with Thymeleaf](https://www.baeldung.com/spring-security-thymeleaf) +- [Spring Security with Thymeleaf](https://www.baeldung.com/spring-security-thymeleaf) \ No newline at end of file From 6e8084b36c5e83dcffc90b6e9d2f4fc1ac473a5c Mon Sep 17 00:00:00 2001 From: Sjmillington Date: Sun, 6 Oct 2019 11:30:15 +0100 Subject: [PATCH 4/6] Renamed README.md to README.MD --- jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java | 4 ++-- spring-security-thymeleaf/{README.md => README.MD} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename spring-security-thymeleaf/{README.md => README.MD} (100%) diff --git a/jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java b/jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java index a50028a9ae..7b2fe3a0f2 100644 --- a/jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java +++ b/jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java @@ -49,14 +49,14 @@ public class Log { logs = git.log() // for all log.all() - .addPath("README.md") + .addPath("README.MD") .call(); count = 0; for (RevCommit rev : logs) { //System.out.println("Commit: " + rev /* + ", name: " + rev.getName() + ", id: " + rev.getId().getName() */); count++; } - System.out.println("Had " + count + " commits on README.md"); + System.out.println("Had " + count + " commits on README.MD"); logs = git.log() // for all log.all() diff --git a/spring-security-thymeleaf/README.md b/spring-security-thymeleaf/README.MD similarity index 100% rename from spring-security-thymeleaf/README.md rename to spring-security-thymeleaf/README.MD From f7e594722a6a588c355f66b5d23c17d05522566d Mon Sep 17 00:00:00 2001 From: Sjmillington Date: Fri, 11 Oct 2019 16:20:48 +0100 Subject: [PATCH 5/6] change code back --- jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java b/jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java index 7b2fe3a0f2..9ee82c79e7 100644 --- a/jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java +++ b/jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java @@ -49,7 +49,7 @@ public class Log { logs = git.log() // for all log.all() - .addPath("README.MD") + .addPath("README.md") .call(); count = 0; for (RevCommit rev : logs) { From 6a0c6929543d56ddf7100e3f1456b96b1b9c1a9c Mon Sep 17 00:00:00 2001 From: Sjmillington Date: Fri, 11 Oct 2019 16:26:29 +0100 Subject: [PATCH 6/6] changed MD to md --- jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java b/jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java index 9ee82c79e7..a50028a9ae 100644 --- a/jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java +++ b/jgit/src/main/java/com/baeldung/jgit/porcelain/Log.java @@ -56,7 +56,7 @@ public class Log { //System.out.println("Commit: " + rev /* + ", name: " + rev.getName() + ", id: " + rev.getId().getName() */); count++; } - System.out.println("Had " + count + " commits on README.MD"); + System.out.println("Had " + count + " commits on README.md"); logs = git.log() // for all log.all()