Merge pull request #7942 from sjmillington/readme-20
[BAEL-17476] Add README descriptions - 20
This commit is contained in:
@@ -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:
|
### Relevant Articles:
|
||||||
- [Guide to Hibernate 4 with Spring](http://www.baeldung.com/hibernate-4-spring)
|
- [Guide to Hibernate 4 with Spring](http://www.baeldung.com/hibernate-4-spring)
|
||||||
@@ -20,5 +20,6 @@ cd REST
|
|||||||
mvn install
|
mvn install
|
||||||
mvn cargo:run
|
mvn cargo:run
|
||||||
```
|
```
|
||||||
|
|
||||||
- **note**: starts on port `8082`
|
- **note**: starts on port `8082`
|
||||||
|
|
||||||
|
|||||||
@@ -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)
|
- [MyBatis with Spring](https://www.baeldung.com/spring-mybatis)
|
||||||
|
|||||||
@@ -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
|
### Relevant Articles
|
||||||
|
|
||||||
- [Spring Remoting with Hessian and Burlap](http://www.baeldung.com/spring-remoting-hessian-burlap)
|
- [Spring Remoting with Hessian and Burlap](http://www.baeldung.com/spring-remoting-hessian-burlap)
|
||||||
|
|
||||||
### Overview
|
### Overview
|
||||||
|
|||||||
8
spring-remoting/remoting-http/README.md
Normal file
8
spring-remoting/remoting-http/README.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
## Remoting HTTP
|
||||||
|
|
||||||
|
This module contains articles about Spring Remoting over HTTP
|
||||||
|
|
||||||
|
### Relevant Articles:
|
||||||
|
|
||||||
|
- [Intro to Spring Remoting with HTTP Invokers](https://www.baeldung.com/spring-remoting-http-invoker)
|
||||||
|
|
||||||
8
spring-remoting/remoting-jms/README.md
Normal file
8
spring-remoting/remoting-jms/README.md
Normal file
@@ -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)
|
||||||
|
|
||||||
7
spring-remoting/remoting-rmi/README.md
Normal file
7
spring-remoting/remoting-rmi/README.md
Normal file
@@ -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)
|
||||||
@@ -4,4 +4,4 @@ This module contains articles about Spring Security with Thymeleaf.
|
|||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
|
|
||||||
- [Spring Security with Thymeleaf](https://www.baeldung.com/spring-security-thymeleaf)
|
- [Spring Security with Thymeleaf](https://www.baeldung.com/spring-security-thymeleaf)
|
||||||
Reference in New Issue
Block a user