From f17cb73647432ee67979f28dfb26049bbbbe5262 Mon Sep 17 00:00:00 2001 From: Alessio Stalla Date: Fri, 4 Oct 2019 08:52:53 +0200 Subject: [PATCH] #BAEL-17521 add README descriptions (#7937) --- jee-7-security/README.md | 4 ++++ jee-7/README.md | 4 ++++ jee-kotlin/README.md | 4 ++++ jersey/README.md | 5 +++++ jgit/README.md | 6 +++++- jgroups/README.md | 7 ++----- jhipster-5/README.md | 3 ++- jib/README.md | 4 ++++ jjwt/README.md | 1 + jmeter/README.md | 6 +++--- 10 files changed, 34 insertions(+), 10 deletions(-) diff --git a/jee-7-security/README.md b/jee-7-security/README.md index 70d451382c..ced2beec46 100644 --- a/jee-7-security/README.md +++ b/jee-7-security/README.md @@ -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) diff --git a/jee-7/README.md b/jee-7/README.md index 2ae7335ce0..2c45fe2c67 100644 --- a/jee-7/README.md +++ b/jee-7/README.md @@ -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) diff --git a/jee-kotlin/README.md b/jee-kotlin/README.md index 43dcd992ca..aa3aa58b4e 100644 --- a/jee-kotlin/README.md +++ b/jee-kotlin/README.md @@ -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) diff --git a/jersey/README.md b/jersey/README.md index 1db89ec723..09de7051ca 100644 --- a/jersey/README.md +++ b/jersey/README.md @@ -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) diff --git a/jgit/README.md b/jgit/README.md index d89104293d..b48f3c7a87 100644 --- a/jgit/README.md +++ b/jgit/README.md @@ -1,3 +1,7 @@ -## Relevant articles: +## JGit + +This module contains articles about JGit. + +### Relevant articles: - [A Guide to JGit](https://www.baeldung.com/jgit) diff --git a/jgroups/README.md b/jgroups/README.md index 128007bb7e..046ac89c1f 100644 --- a/jgroups/README.md +++ b/jgroups/README.md @@ -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 - -``` diff --git a/jhipster-5/README.md b/jhipster-5/README.md index 2731281b3e..ba05641af0 100644 --- a/jhipster-5/README.md +++ b/jhipster-5/README.md @@ -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. diff --git a/jib/README.md b/jib/README.md index 82bd2fed42..e0ff7c4058 100644 --- a/jib/README.md +++ b/jib/README.md @@ -1,3 +1,7 @@ +## Jib + +This module contains articles about Jib. + ### Relevant Articles: - [Dockerizing Java Apps using Jib](https://www.baeldung.com/jib-dockerizing) diff --git a/jjwt/README.md b/jjwt/README.md index 04a85f3ded..25f5a8f6f0 100644 --- a/jjwt/README.md +++ b/jjwt/README.md @@ -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 diff --git a/jmeter/README.md b/jmeter/README.md index 58522067b2..81300afe7c 100644 --- a/jmeter/README.md +++ b/jmeter/README.md @@ -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