Merge pull request #7896 from alessiostalla/BAEL-17505
#BAEL-17505 Add README descriptions to several modules.
This commit is contained in:
commit
76c6d817f2
|
@ -1,3 +1,6 @@
|
||||||
|
## Hibernate Mapping
|
||||||
|
|
||||||
|
This module contains articles about Object-relational Mapping (ORM) with Hibernate.
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
|
## Spring Data with DynamoDB
|
||||||
|
|
||||||
|
This module contains articles about Spring Data with DynamoDB.
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [DynamoDB in a Spring Boot Application Using Spring Data](http://www.baeldung.com/spring-data-dynamodb)
|
- [DynamoDB in a Spring Boot Application Using Spring Data](http://www.baeldung.com/spring-data-dynamodb)
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## Spring Data with EclipseLink
|
||||||
|
|
||||||
|
This module contains articles about Spring Data with EclipseLink.
|
||||||
|
|
||||||
### Relevant articles
|
### Relevant articles
|
||||||
|
|
||||||
- [A Guide to EclipseLink with Spring](http://www.baeldung.com/spring-eclipselink)
|
- [A Guide to EclipseLink with Spring](http://www.baeldung.com/spring-eclipselink)
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
|
## Spring Data with Solr
|
||||||
|
|
||||||
|
This module contains articles about Spring Data with Solr.
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Introduction to Spring Data Solr](http://www.baeldung.com/spring-data-solr)
|
- [Introduction to Spring Data Solr](http://www.baeldung.com/spring-data-solr)
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## Hibernate 5 with Spring
|
||||||
|
|
||||||
|
This module contains articles about Hibernate 5 with Spring.
|
||||||
|
|
||||||
### Relevant articles
|
### Relevant articles
|
||||||
|
|
||||||
- [Hibernate Many to Many Annotation Tutorial](http://www.baeldung.com/hibernate-many-to-many)
|
- [Hibernate Many to Many Annotation Tutorial](http://www.baeldung.com/hibernate-many-to-many)
|
||||||
|
@ -7,4 +11,4 @@
|
||||||
- [@DynamicUpdate with Spring Data JPA](https://www.baeldung.com/spring-data-jpa-dynamicupdate)
|
- [@DynamicUpdate with Spring Data JPA](https://www.baeldung.com/spring-data-jpa-dynamicupdate)
|
||||||
- [Hibernate Second-Level Cache](http://www.baeldung.com/hibernate-second-level-cache)
|
- [Hibernate Second-Level Cache](http://www.baeldung.com/hibernate-second-level-cache)
|
||||||
- [Deleting Objects with Hibernate](http://www.baeldung.com/delete-with-hibernate)
|
- [Deleting Objects with Hibernate](http://www.baeldung.com/delete-with-hibernate)
|
||||||
- [Spring, Hibernate and a JNDI Datasource](http://www.baeldung.com/spring-persistence-jpa-jndi-datasource)
|
- [Spring, Hibernate and a JNDI Datasource](http://www.baeldung.com/spring-persistence-jpa-jndi-datasource)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## Spring Security Thymeleaf
|
## Spring Security Thymeleaf
|
||||||
|
|
||||||
This module contains articles about Spring Security with Thymeleaf
|
This module contains articles about Spring Security with Thymeleaf.
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
This module is for Spring Session with JDBC tutorial.
|
## Spring Session with JDBC
|
||||||
Jira BAEL-1911
|
|
||||||
|
This module contains articles about Spring Session with JDBC.
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
|
|
||||||
|
- [Spring Session with JDBC](https://www.baeldung.com/spring-session-jdbc)
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
# spring-swagger-codegen-api-client
|
## Spring Swagger Codegen API Client
|
||||||
|
|
||||||
|
This module contains the code for [Generate Spring Boot REST Client with Swagger](http://www.baeldung.com/spring-boot-rest-client-swagger-codegen).
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
## Spring Swagger Codegen App
|
||||||
|
|
||||||
|
This module contains the code for [Generate Spring Boot REST Client with Swagger](http://www.baeldung.com/spring-boot-rest-client-swagger-codegen).
|
Loading…
Reference in New Issue