Skip to content

Commit 62e264c

Browse files
sjmillingtonEugen
authored and
Eugen
committed
Add README descriptions 31 (eugenp#7960)
1 parent b3a46b8 commit 62e264c

File tree

10 files changed

+44
-5
lines changed

10 files changed

+44
-5
lines changed

couchbase/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## Couchbase SDK Tutorial Project
1+
## Couchbase
2+
3+
This module contains articles about Couchbase
24

35
### Relevant Articles:
46
- [Introduction to Couchbase SDK for Java](https://www.baeldung.com/java-couchbase-sdk)

custom-pmd/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
## Custom PMD Rules
2+
3+
This module contains articles about PMD
4+
5+
### Relevant Articles:
6+
7+
- [Introduction To PMD](https://www.baeldung.com/pmd)

dagger/README.md

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

37
- [Introduction to Dagger 2](https://www.baeldung.com/dagger-2)

data-structures/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Data Structures
2+
3+
This module contains articles about data structures in Java
4+
15
## Relevant articles:
26

37
- [The Trie Data Structure in Java](https://www.baeldung.com/trie-java)

ddd/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Domain-driven Design (DDD)
2+
3+
This module contains articles about Domain-driven Design (DDD)
4+
15
### Relevant articles
26

37
- [Persisting DDD Aggregates](https://www.baeldung.com/spring-persisting-ddd-aggregates)

deeplearning4j/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
### Sample deeplearning4j Project
2-
This is a sample project for the [deeplearning4j](https://deeplearning4j.org) library.
1+
## Deeplearning4j
2+
3+
This module contains articles about Deeplearning4j
34

45
### Relevant Articles:
56
- [A Guide to Deeplearning4j](https://www.baeldung.com/deeplearning4j)

disruptor/README.md

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

37
- [Concurrency with LMAX Disruptor – An Introduction](https://www.baeldung.com/lmax-disruptor-concurrency)

dozer/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
## Dozer
2+
3+
This module contains articles about Dozer
4+
15
### Relevant Articles:
6+
27
- [A Guide to Mapping With Dozer](https://www.baeldung.com/dozer)

drools/README.MD

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
## Drools
2+
3+
This module contains articles about Drools
4+
15
### Relevant Articles:
6+
27
- [Introduction to Drools](https://www.baeldung.com/drools)
38
- [Drools Using Rules from Excel Files](https://www.baeldung.com/drools-excel)
49
- [An Example of Backward Chaining in Drools](https://www.baeldung.com/drools-backward-chaining)

dubbo/README.md

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

37
- [Introduction to Dubbo](https://www.baeldung.com/dubbo)
48

0 commit comments

Comments
 (0)