Skip to content

Commit 7127074

Browse files
authored
Merge pull request eugenp#7942 from sjmillington/readme-20
[BAEL-17476] Add README descriptions - 20
2 parents 211c448 + 6a0c692 commit 7127074

File tree

7 files changed

+36
-5
lines changed

7 files changed

+36
-5
lines changed

persistence-modules/spring-hibernate4/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=========
1+
## Spring with Hibernate 4
22

3-
## Spring with Hibernate 4 Example Project
3+
This module contains articles about Spring with Hibernate 4
44

55
### Relevant Articles:
66
- [Guide to Hibernate 4 with Spring](http://www.baeldung.com/hibernate-4-spring)
@@ -20,5 +20,6 @@ cd REST
2020
mvn install
2121
mvn cargo:run
2222
```
23+
2324
- **note**: starts on port `8082`
2425

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
##Relevant Articles
1+
## Spring MyBatis
2+
3+
This module contains articles about Spring with MyBatis
4+
5+
## Relevant Articles
26

37
- [MyBatis with Spring](https://www.baeldung.com/spring-mybatis)

spring-remoting/remoting-hessian-burlap/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
## Spring Remoting with Hessian and Burlap Tutorial
1+
## Spring Remoting with Hessian and Burlap
2+
3+
This module contains articles about Spring Remoting with Hessian and Burlap
24

35
### Relevant Articles
6+
47
- [Spring Remoting with Hessian and Burlap](http://www.baeldung.com/spring-remoting-hessian-burlap)
58

69
### Overview
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Remoting HTTP
2+
3+
This module contains articles about Spring Remoting over HTTP
4+
5+
### Relevant Articles:
6+
7+
- [Intro to Spring Remoting with HTTP Invokers](https://www.baeldung.com/spring-remoting-http-invoker)
8+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Remoting JMS
2+
3+
This module contains articles about Spring Remoting with Java Message Service (JMS)
4+
5+
### Relevant Articles:
6+
7+
- [Spring Remoting with JMS and ActiveMQ](https://www.baeldung.com/spring-remoting-jms)
8+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Remoting RMI
2+
3+
This module contains articles about Spring Remoting with Remote Method Invocation (RMI)
4+
5+
### Relevant Articles:
6+
7+
- [Spring Remoting with RMI](https://www.baeldung.com/spring-remoting-rmi)

spring-security-thymeleaf/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This module contains articles about Spring Security with Thymeleaf.
44

55
### Relevant Articles:
66

7-
- [Spring Security with Thymeleaf](https://www.baeldung.com/spring-security-thymeleaf)
7+
- [Spring Security with Thymeleaf](https://www.baeldung.com/spring-security-thymeleaf)

0 commit comments

Comments
 (0)