[BAEL-17492] Add README descriptions 8 (#7840)
* [BAEL-17492] Add README descriptions 8 * Small changes * monospaced the word
This commit is contained in:
parent
afda446441
commit
80a30cf9c6
@ -1,3 +1,7 @@
|
|||||||
|
## Spring Dependency Injection
|
||||||
|
|
||||||
|
This module contains articles about dependency injection with Spring
|
||||||
|
|
||||||
### Relevant Articles
|
### Relevant Articles
|
||||||
|
|
||||||
- [The Spring @Qualifier Annotation](https://www.baeldung.com/spring-qualifier-annotation)
|
- [The Spring @Qualifier Annotation](https://www.baeldung.com/spring-qualifier-annotation)
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## Spring Drools
|
||||||
|
|
||||||
|
This modules contains articles about Spring with Drools
|
||||||
|
|
||||||
## Relevant articles:
|
## Relevant articles:
|
||||||
|
|
||||||
- [Drools Spring Integration](http://www.baeldung.com/drools-spring-integration)
|
- [Drools Spring Integration](http://www.baeldung.com/drools-spring-integration)
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
## Spring Ehcache Example Project
|
## Spring Ehcache
|
||||||
|
|
||||||
A simple example of using ehcache with spring-boot.
|
This module contains articles about Spring with Ehcache
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
|
|
||||||
- [Spring Boot Ehcache Example](https://www.baeldung.com/spring-boot-ehcache)
|
- [Spring Boot Ehcache Example](https://www.baeldung.com/spring-boot-ehcache)
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## Spring EJB
|
||||||
|
|
||||||
|
This module contains articles about Spring with EJB
|
||||||
|
|
||||||
### Relevant Articles
|
### Relevant Articles
|
||||||
|
|
||||||
- [Guide to EJB Set-up](http://www.baeldung.com/ejb-intro)
|
- [Guide to EJB Set-up](http://www.baeldung.com/ejb-intro)
|
||||||
|
@ -1,10 +1,7 @@
|
|||||||
=========
|
## Spring `Exception`s
|
||||||
|
|
||||||
## Spring Exceptions Example Project
|
This module contains articles about Spring `Exception`s
|
||||||
|
|
||||||
This project is used to replicate Spring Exceptions only.
|
|
||||||
|
|
||||||
|
|
||||||
### Relevant articles:
|
### Relevant articles:
|
||||||
- [Spring BeanCreationException](http://www.baeldung.com/spring-beancreationexception)
|
- [Spring BeanCreationException](http://www.baeldung.com/spring-beancreationexception)
|
||||||
- [Spring DataIntegrityViolationException](http://www.baeldung.com/spring-dataIntegrityviolationexception)
|
- [Spring DataIntegrityViolationException](http://www.baeldung.com/spring-dataIntegrityviolationexception)
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
=========
|
## Spring FreeMarker
|
||||||
|
|
||||||
## Using FreeMarker in Spring MVC
|
|
||||||
|
|
||||||
|
This module contains articles about Spring with FreeMarker
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Introduction to Using FreeMarker in Spring MVC](http://www.baeldung.com/freemarker-in-spring-mvc-tutorial)
|
- [Introduction to Using FreeMarker in Spring MVC](http://www.baeldung.com/freemarker-in-spring-mvc-tutorial)
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## Spring Groovy
|
||||||
|
|
||||||
|
This module contains articles about Spring with Groovy
|
||||||
|
|
||||||
## Relevant Articles:
|
## Relevant Articles:
|
||||||
|
|
||||||
- [Groovy Bean Definitions](https://www.baeldung.com/spring-groovy-beans)
|
- [Groovy Bean Definitions](https://www.baeldung.com/spring-groovy-beans)
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
## Spring Integration
|
||||||
|
|
||||||
|
This module contains articles about Spring Integration
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Introduction to Spring Integration](http://www.baeldung.com/spring-integration)
|
- [Introduction to Spring Integration](http://www.baeldung.com/spring-integration)
|
||||||
- [Security In Spring Integration](http://www.baeldung.com/spring-integration-security)
|
- [Security In Spring Integration](http://www.baeldung.com/spring-integration-security)
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
BASIC CRUD API with Spring Boot
|
## Spring Jenkins
|
||||||
================================
|
|
||||||
|
This module contains articles about Spring with Jenkins
|
||||||
|
|
||||||
|
### Relevant articles
|
||||||
|
|
||||||
|
- [Intro to Jenkins 2 and the Power of Pipelines](http://www.baeldung.com/jenkins-pipelines)
|
||||||
|
|
||||||
|
## Basic CRUD API with Spring Boot
|
||||||
|
|
||||||
This is the code of a simple API for some CRUD operations build using Spring Boot.
|
This is the code of a simple API for some CRUD operations build using Spring Boot.
|
||||||
|
|
||||||
@ -21,6 +28,4 @@ Now with default configurations it will be available at: [http://localhost:8080]
|
|||||||
|
|
||||||
Enjoy it :)
|
Enjoy it :)
|
||||||
|
|
||||||
### Relevant articles
|
|
||||||
|
|
||||||
- [Intro to Jenkins 2 and the Power of Pipelines](http://www.baeldung.com/jenkins-pipelines)
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
=========
|
## Spring Jersey
|
||||||
|
|
||||||
|
This module contains articles about Spring with Jersey
|
||||||
|
|
||||||
## REST API with Jersey & Spring Example Project
|
## REST API with Jersey & Spring Example Project
|
||||||
- [REST API with Jersey and Spring](http://www.baeldung.com/jersey-rest-api-with-spring)
|
- [REST API with Jersey and Spring](http://www.baeldung.com/jersey-rest-api-with-spring)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user