Add README descriptions 31 (#7960)

This commit is contained in:
Sam Millington 2019-10-09 17:35:05 +01:00 committed by Eugen
parent b3a46b828d
commit 62e264c52e
10 changed files with 44 additions and 5 deletions

View File

@ -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)

View File

@ -1 +1,7 @@
## Custom PMD Rules
This module contains articles about PMD
### Relevant Articles:
- [Introduction To PMD](https://www.baeldung.com/pmd)

View File

@ -1,3 +1,7 @@
## Dagger
This module contains articles about Dagger
### Relevant articles:
- [Introduction to Dagger 2](https://www.baeldung.com/dagger-2)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -1,2 +1,7 @@
## Dozer
This module contains articles about Dozer
### Relevant Articles:
- [A Guide to Mapping With Dozer](https://www.baeldung.com/dozer)

View File

@ -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)

View File

@ -1,4 +1,8 @@
## Relevant articles:
## Dubbo
This module contains articles about Dubbo
### Relevant articles:
- [Introduction to Dubbo](https://www.baeldung.com/dubbo)