Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add README descriptions 31 #7960

Merged
merged 1 commit into from
Oct 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)