#BAEL-17521 add README descriptions (#7937)

This commit is contained in:
Alessio Stalla 2019-10-04 08:52:53 +02:00 committed by Eugen
parent 0f64304c34
commit f17cb73647
10 changed files with 34 additions and 10 deletions

View File

@ -1,2 +1,6 @@
## JEE 7 Security
This module contains articles about security in JEE 7.
### Relevant Articles:
- [Securing Java EE with Spring Security](https://www.baeldung.com/java-ee-spring-security)

View File

@ -1,3 +1,7 @@
## JEE 7
This module contains articles about JEE 7.
### Relevant Articles:
- [Scheduling in Java EE](https://www.baeldung.com/scheduling-in-java-enterprise-edition)
- [JSON Processing in Java EE 7](https://www.baeldung.com/jee7-json)

View File

@ -1,2 +1,6 @@
## JEE in Kotlin
This module contains articles about Java EE with Kotlin.
### Relevant Articles:
- [Java EE Application with Kotlin](https://www.baeldung.com/java-ee-kotlin-app)

View File

@ -1,3 +1,8 @@
## Jersey
This module contains articles about Jersey.
### Relevant Articles
- [Jersey Filters and Interceptors](https://www.baeldung.com/jersey-filters-interceptors)
- [Jersey MVC Support](https://www.baeldung.com/jersey-mvc)
- [Bean Validation in Jersey](https://www.baeldung.com/jersey-bean-validation)

View File

@ -1,3 +1,7 @@
## Relevant articles:
## JGit
This module contains articles about JGit.
### Relevant articles:
- [A Guide to JGit](https://www.baeldung.com/jgit)

View File

@ -1,5 +1,7 @@
## Reliable Messaging with JGroups Tutorial Project
This module contains articles about JGroups.
### Relevant Article:
- [Reliable Messaging with JGroups](https://www.baeldung.com/jgroups)
@ -8,8 +10,3 @@ This Maven project contains the Java code for the article linked above.
### Package Organization
Java classes for the intro tutorial are in the org.baeldung.jgroups package.
### Running the tests
```

View File

@ -1,2 +1,3 @@
## JHipster 5
This is an aggregator module for JHipster 5 modules.
This module contains articles about JHipster 5. This is an aggregator module, articles are in the relevant submodules.

View File

@ -1,3 +1,7 @@
## Jib
This module contains articles about Jib.
### Relevant Articles:
- [Dockerizing Java Apps using Jib](https://www.baeldung.com/jib-dockerizing)

View File

@ -1,5 +1,6 @@
## JWT Fun
This module contains articles about JJWT.
This tutorial walks you through the various features supported by the [JJWT](https://github.com/jwtk/jjwt) library - a fluent interface Java JWT building and parsing library.
### Build and Run

View File

@ -1,7 +1,7 @@
BASIC CRUD API with Spring Boot
================================
## JMeter
This is the code of a simple API for some CRUD operations build using Spring Boot.
This module contains articles about JMeter.
It contains the code of a simple API for some CRUD operations built using Spring Boot.
### Requirements