Add README descriptions 31 (#7960)
This commit is contained in:
parent
b3a46b828d
commit
62e264c52e
|
@ -1,4 +1,6 @@
|
||||||
## Couchbase SDK Tutorial Project
|
## Couchbase
|
||||||
|
|
||||||
|
This module contains articles about Couchbase
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [Introduction to Couchbase SDK for Java](https://www.baeldung.com/java-couchbase-sdk)
|
- [Introduction to Couchbase SDK for Java](https://www.baeldung.com/java-couchbase-sdk)
|
||||||
|
|
|
@ -1 +1,7 @@
|
||||||
## Custom PMD Rules
|
## Custom PMD Rules
|
||||||
|
|
||||||
|
This module contains articles about PMD
|
||||||
|
|
||||||
|
### Relevant Articles:
|
||||||
|
|
||||||
|
- [Introduction To PMD](https://www.baeldung.com/pmd)
|
|
@ -1,3 +1,7 @@
|
||||||
|
## Dagger
|
||||||
|
|
||||||
|
This module contains articles about Dagger
|
||||||
|
|
||||||
### Relevant articles:
|
### Relevant articles:
|
||||||
|
|
||||||
- [Introduction to Dagger 2](https://www.baeldung.com/dagger-2)
|
- [Introduction to Dagger 2](https://www.baeldung.com/dagger-2)
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## Data Structures
|
||||||
|
|
||||||
|
This module contains articles about data structures in Java
|
||||||
|
|
||||||
## Relevant articles:
|
## Relevant articles:
|
||||||
|
|
||||||
- [The Trie Data Structure in Java](https://www.baeldung.com/trie-java)
|
- [The Trie Data Structure in Java](https://www.baeldung.com/trie-java)
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## Domain-driven Design (DDD)
|
||||||
|
|
||||||
|
This module contains articles about Domain-driven Design (DDD)
|
||||||
|
|
||||||
### Relevant articles
|
### Relevant articles
|
||||||
|
|
||||||
- [Persisting DDD Aggregates](https://www.baeldung.com/spring-persisting-ddd-aggregates)
|
- [Persisting DDD Aggregates](https://www.baeldung.com/spring-persisting-ddd-aggregates)
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
### Sample deeplearning4j Project
|
## Deeplearning4j
|
||||||
This is a sample project for the [deeplearning4j](https://deeplearning4j.org) library.
|
|
||||||
|
This module contains articles about Deeplearning4j
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
- [A Guide to Deeplearning4j](https://www.baeldung.com/deeplearning4j)
|
- [A Guide to Deeplearning4j](https://www.baeldung.com/deeplearning4j)
|
||||||
|
|
|
@ -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)
|
- [Concurrency with LMAX Disruptor – An Introduction](https://www.baeldung.com/lmax-disruptor-concurrency)
|
||||||
|
|
|
@ -1,2 +1,7 @@
|
||||||
|
## Dozer
|
||||||
|
|
||||||
|
This module contains articles about Dozer
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
|
|
||||||
- [A Guide to Mapping With Dozer](https://www.baeldung.com/dozer)
|
- [A Guide to Mapping With Dozer](https://www.baeldung.com/dozer)
|
||||||
|
|
|
@ -1,4 +1,9 @@
|
||||||
|
## Drools
|
||||||
|
|
||||||
|
This module contains articles about Drools
|
||||||
|
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
|
|
||||||
- [Introduction to Drools](https://www.baeldung.com/drools)
|
- [Introduction to Drools](https://www.baeldung.com/drools)
|
||||||
- [Drools Using Rules from Excel Files](https://www.baeldung.com/drools-excel)
|
- [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)
|
- [An Example of Backward Chaining in Drools](https://www.baeldung.com/drools-backward-chaining)
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
## Relevant articles:
|
## Dubbo
|
||||||
|
|
||||||
|
This module contains articles about Dubbo
|
||||||
|
|
||||||
|
### Relevant articles:
|
||||||
|
|
||||||
- [Introduction to Dubbo](https://www.baeldung.com/dubbo)
|
- [Introduction to Dubbo](https://www.baeldung.com/dubbo)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue