[BAEL-17476] - Add README descriptions 1 (#7881)
This commit is contained in:
parent
3604e6096d
commit
cd032c9d73
|
@ -1,2 +1,3 @@
|
|||
## Parent Boot 1
|
||||
|
||||
This is a parent module for all projects using Spring Boot 1.
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
## Parent Boot 2
|
||||
|
||||
This is a parent module for all projects using Spring Boot 2.
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
## Relevant Articles:
|
||||
## Parent Java
|
||||
|
||||
This is a parent module for all projects using Java
|
|
@ -1,2 +1,3 @@
|
|||
## Parent Kotlin
|
||||
|
||||
Parent module for Kotlin projects.
|
||||
This is a parent module for all projects using Kotlin
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
## Relevant Articles:
|
||||
## Parent Spring 4
|
||||
|
||||
This is a parent module for all projects using Spring 4
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
## Relevant Articles:
|
||||
## Parent Spring 5
|
||||
|
||||
This is a parent module for all projects using Spring 5
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## SAAS
|
||||
|
||||
This module contains articles about software as a service (SAAS)
|
||||
|
||||
## Relevant articles:
|
||||
|
||||
- [JIRA REST API Integration](http://www.baeldung.com/jira-rest-api)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
=========
|
||||
## Spark Java
|
||||
|
||||
## Spark Java Framework Tutorial Sample Project
|
||||
This module contains articles about Spark
|
||||
|
||||
### Relevant Articles
|
||||
- [Building an API With the Spark Java Framework](http://www.baeldung.com/spark-framework-rest-api)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Spring 4
|
||||
|
||||
This module contains articles about Spring 4
|
||||
|
||||
### Relevant Articles:
|
||||
- [A Guide to Flips for Spring](http://www.baeldung.com/flips-spring)
|
||||
- [Configuring a Hikari Connection Pool with Spring Boot](https://www.baeldung.com/spring-boot-hikari)
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
## Spring REST Example Project
|
||||
## Spring 5
|
||||
|
||||
This module contains articles about Spring 5
|
||||
|
||||
### The Course
|
||||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||
|
|
Loading…
Reference in New Issue