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:
|
||||
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
## Spring Data with DynamoDB
|
||||
|
||||
This module contains articles about Spring Data with DynamoDB.
|
||||
|
||||
### Relevant Articles:
|
||||
- [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
|
||||
|
||||
- [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:
|
||||
- [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
|
||||
|
||||
- [Hibernate Many to Many Annotation Tutorial](http://www.baeldung.com/hibernate-many-to-many)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Spring Security Thymeleaf
|
||||
|
||||
This module contains articles about Spring Security with Thymeleaf
|
||||
This module contains articles about Spring Security with Thymeleaf.
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
This module is for Spring Session with JDBC tutorial.
|
||||
Jira BAEL-1911
|
||||
## Spring Session with JDBC
|
||||
|
||||
This module contains articles about Spring Session with JDBC.
|
||||
|
||||
### 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
|
||||
|
||||
|
|
|
@ -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