Skip to content

Commit b3a46b8

Browse files
alessiostallaEugen
authored and
Eugen
committed
#BAEL-17527 add README descriptions (eugenp#7964)
1 parent 804384f commit b3a46b8

File tree

13 files changed

+54
-12
lines changed

13 files changed

+54
-12
lines changed

oauth2-framework-impl/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## OAuth 2.0 Implementation
2+
3+
This module contains articles about the implementation of OAuth2 with Java EE.
4+
15
### Relevant Articles
26

37
- [Implementing The OAuth 2.0 Authorization Framework Using Java EE](https://www.baeldung.com/java-ee-oauth2-implementation)

reactor-core/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Reactor Core
2+
3+
This module contains articles about Reactor Core.
4+
15
### Relevant articles
26

37
- [Intro To Reactor Core](https://www.baeldung.com/reactor-core)

resteasy/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
=========
2-
3-
## A Guide to RESTEasy
1+
## RESTEasy
42

3+
This module contains articles about RESTEasy.
54

65
### Relevant Articles:
76
- [A Guide to RESTEasy](https://www.baeldung.com/resteasy-tutorial)

restx/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Relevant Articles
1+
## RESTX
2+
3+
This module contains articles about RESTX.
4+
5+
### Relevant Articles
26

37
* [Introduction to RESTX](https://www.baeldung.com/java-restx)
48

rsocket/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
Relevant articles
1+
## RSocket
2+
3+
This module contains articles about RSocket.
4+
5+
### Relevant articles
26

37
- [Introduction to RSocket](https://www.baeldung.com/rsocket)

rule-engines/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
## Relevant articles:
1+
## Rule Engines
2+
3+
This module contains articles about rule engines. Articles specific to a given rule engine go in the relevant submodule.
4+
5+
### Relevant articles:
26

37
- [List of Rules Engines in Java](https://www.baeldung.com/java-rule-engines)

rxjava-2/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## Relevant articles:
1+
## RxJava
2+
3+
This module contains articles about RxJava.
4+
5+
### Relevant articles:
26

37
- [RxJava and Error Handling](https://www.baeldung.com/rxjava-error-handling)
48
- [RxJava 2 – Flowable](https://www.baeldung.com/rxjava-2-flowable)
@@ -7,3 +11,4 @@
711
- [Combining RxJava Completables](https://www.baeldung.com/rxjava-completable)
812
- [Converting Synchronous and Asynchronous APIs to Observables using RxJava2](https://www.baeldung.com/rxjava-apis-to-observables)
913
- [RxJava Hooks](https://www.baeldung.com/rxjava-hooks)
14+
- More articles: [[<-- prev]](/rxjava)

rxjava/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## Relevant articles:
1+
## RxJava
2+
3+
This module contains articles about RxJava.
4+
5+
### Relevant articles:
26

37
- [Dealing with Backpressure with RxJava](https://www.baeldung.com/rxjava-backpressure)
48
- [How to Test RxJava?](https://www.baeldung.com/rxjava-testing)
@@ -13,3 +17,4 @@
1317
- [Filtering Observables in RxJava](https://www.baeldung.com/rxjava-filtering)
1418
- [RxJava One Observable, Multiple Subscribers](https://www.baeldung.com/rxjava-multiple-subscribers-observable)
1519
- [Difference Between Flatmap and Switchmap in RxJava](https://www.baeldung.com/rxjava-flatmap-switchmap)
20+
- More articles: [[next -->]](/rxjava-2)

spf4j/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
## Relevant articles:
1+
## SPF4J
2+
3+
This module contains articles about SPF4J.
4+
5+
### Relevant articles:
26

37
- [Introduction to SPF4J](https://www.baeldung.com/spf4j)

spring-boot-performance/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Spring Boot Performance
2+
3+
This module contains articles about Spring Boot performance.
4+
15
### Relevant Articles
26

37
- [Lazy Initialization in Spring Boot 2](https://www.baeldung.com/spring-boot-lazy-initialization)

spring-boot-properties/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Spring Boot Properties
2+
3+
This module contains articles about Properties in Spring Boot.
4+
15
### Relevant Articles:
26
- [Reloading Properties Files in Spring](https://www.baeldung.com/spring-reloading-properties)
37
- [Guide to @ConfigurationProperties in Spring Boot](https://www.baeldung.com/configuration-properties-in-spring-boot)

spring-mvc-basics/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
=========
1+
## Spring MVC Basics
22

3-
## Spring MVC Basics with Java Configuration Example Project
3+
This module contains articles about the basics of Spring MVC. Articles about more specific areas of Spring MVC have
4+
their own module.
45

56
### The Course
67
The "REST With Spring" Classes: http://bit.ly/restwithspring

twitter4j/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Twitter4J
22

3-
This module contains articles about Twitter4J
3+
This module contains articles about Twitter4J.
44

55
### Relevant articles
66

0 commit comments

Comments
 (0)