Skip to content

Commit

Permalink
Add README descriptions 31 (eugenp#7960)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmillington authored and Eugen committed Oct 9, 2019
1 parent b3a46b8 commit 62e264c
Show file tree
Hide file tree
Showing 10 changed files with 44 additions and 5 deletions.
4 changes: 3 additions & 1 deletion couchbase/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## Couchbase SDK Tutorial Project
## Couchbase

This module contains articles about Couchbase

### Relevant Articles:
- [Introduction to Couchbase SDK for Java](https://www.baeldung.com/java-couchbase-sdk)
Expand Down
6 changes: 6 additions & 0 deletions custom-pmd/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
## Custom PMD Rules

This module contains articles about PMD

### Relevant Articles:

- [Introduction To PMD](https://www.baeldung.com/pmd)
4 changes: 4 additions & 0 deletions dagger/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Dagger

This module contains articles about Dagger

### Relevant articles:

- [Introduction to Dagger 2](https://www.baeldung.com/dagger-2)
4 changes: 4 additions & 0 deletions data-structures/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Data Structures

This module contains articles about data structures in Java

## Relevant articles:

- [The Trie Data Structure in Java](https://www.baeldung.com/trie-java)
Expand Down
4 changes: 4 additions & 0 deletions ddd/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Domain-driven Design (DDD)

This module contains articles about Domain-driven Design (DDD)

### Relevant articles

- [Persisting DDD Aggregates](https://www.baeldung.com/spring-persisting-ddd-aggregates)
Expand Down
5 changes: 3 additions & 2 deletions deeplearning4j/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Sample deeplearning4j Project
This is a sample project for the [deeplearning4j](https://deeplearning4j.org) library.
## Deeplearning4j

This module contains articles about Deeplearning4j

### Relevant Articles:
- [A Guide to Deeplearning4j](https://www.baeldung.com/deeplearning4j)
6 changes: 5 additions & 1 deletion disruptor/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Relevant articles:
## Disruptor

This module contains articles about LMAX Disruptor

### Relevant articles:

- [Concurrency with LMAX Disruptor – An Introduction](https://www.baeldung.com/lmax-disruptor-concurrency)
5 changes: 5 additions & 0 deletions dozer/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
## Dozer

This module contains articles about Dozer

### Relevant Articles:

- [A Guide to Mapping With Dozer](https://www.baeldung.com/dozer)
5 changes: 5 additions & 0 deletions drools/README.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Drools

This module contains articles about Drools

### Relevant Articles:

- [Introduction to Drools](https://www.baeldung.com/drools)
- [Drools Using Rules from Excel Files](https://www.baeldung.com/drools-excel)
- [An Example of Backward Chaining in Drools](https://www.baeldung.com/drools-backward-chaining)
6 changes: 5 additions & 1 deletion dubbo/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Relevant articles:
## Dubbo

This module contains articles about Dubbo

### Relevant articles:

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

0 comments on commit 62e264c

Please sign in to comment.