Add README descriptions 33 (#7962)

This commit is contained in:
Eugen 2019-10-09 19:35:23 +03:00 committed by GitHub
commit b1b248b7dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 33 additions and 13 deletions

View File

@ -1,9 +1,9 @@
=========
## GSON Cookbooks and Examples
## GSON
This module contains articles about Gson
### Relevant Articles:
- [Gson Deserialization Cookbook](https://www.baeldung.com/gson-deserialization-guide)
- [Jackson vs Gson](https://www.baeldung.com/jackson-vs-gson)
- [Exclude Fields from Serialization in Gson](https://www.baeldung.com/gson-exclude-fields-serialization)

View File

@ -1,4 +1,6 @@
# Guava
## Guava Collections Set
This module contains articles about Google Guava sets
## Relevant Articles:

View File

@ -1,9 +1,9 @@
=========
## Guava and Hamcrest Cookbooks and Examples
## Guava Collections
This module contains articles about Google Guava collections
### Relevant Articles:
- [Guava Collections Cookbook](https://www.baeldung.com/guava-collections)
- [Guava Ordering Cookbook](https://www.baeldung.com/guava-order)
- [Guide to Guavas Ordering](https://www.baeldung.com/guava-ordering)

View File

@ -1,3 +1,7 @@
## Guava IO
This module contains articles about input/output (IO) with Google Guava
### Relevant Articles:
- [Using Guava CountingOutputStream](https://www.baeldung.com/guava-counting-outputstream)

View File

@ -1,3 +1,4 @@
## Guava Modules
This module contains other modules about Google Guava

View File

@ -1,5 +1,6 @@
## Guava
## Guava Examples
This module contains articles a Google Guava
### Relevant Articles:
- [Guava Functional Cookbook](https://www.baeldung.com/guava-functions-predicates)

View File

@ -1,5 +1,8 @@
## Google Guice Tutorials Project
## Google Guice
This module contains articles about Google Guice
### Relevant Articles
- [Guide to Google Guice](https://www.baeldung.com/guice)
- [Guice vs Spring Dependency Injection](https://www.baeldung.com/guice-spring-dependency-injection)

View File

@ -1,3 +1,7 @@
## Hazelcast
This module contains articles about Hazelcast
### Relevant Articles:
- [Guide to Hazelcast with Java](https://www.baeldung.com/java-hazelcast)
- [Introduction to Hazelcast Jet](https://www.baeldung.com/hazelcast-jet)

View File

@ -1,3 +1,7 @@
## Helidon
This module contains articles about Helidon
### Relevant articles
- [Microservices with Oracle Helidon](https://www.baeldung.com/microservices-oracle-helidon)

View File

@ -1,9 +1,10 @@
=========
## HttpClient 4.x Cookbooks and Examples
## HttpClient 4.x
This module contains articles about HttpClient 4.x
###The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
The "REST With Spring" Classes: http://bit.ly/restwithspring
### Relevant Articles: