Skip to content

Commit dff3b5b

Browse files
committed
Add README descriptions 33
1 parent 7cbe9ac commit dff3b5b

File tree

10 files changed

+33
-13
lines changed

10 files changed

+33
-13
lines changed

gson/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
=========
2-
3-
## GSON Cookbooks and Examples
1+
## GSON
42

3+
This module contains articles about Gson
54

65
### Relevant Articles:
6+
77
- [Gson Deserialization Cookbook](https://www.baeldung.com/gson-deserialization-guide)
88
- [Jackson vs Gson](https://www.baeldung.com/jackson-vs-gson)
99
- [Exclude Fields from Serialization in Gson](https://www.baeldung.com/gson-exclude-fields-serialization)

guava-collections-set/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Guava
1+
## Guava Collections Set
2+
3+
This module contains articles about Google Guava sets
24

35
## Relevant Articles:
46

guava-collections/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
=========
2-
3-
## Guava and Hamcrest Cookbooks and Examples
1+
## Guava Collections
42

3+
This module contains articles about Google Guava collections
54

65
### Relevant Articles:
6+
77
- [Guava Collections Cookbook](https://www.baeldung.com/guava-collections)
88
- [Guava Ordering Cookbook](https://www.baeldung.com/guava-order)
99
- [Hamcrest Collections Cookbook](https://www.baeldung.com/hamcrest-collections-arrays)

guava-io/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Guava IO
2+
3+
This module contains articles about input/output (IO) with Google Guava
4+
15
### Relevant Articles:
26

37
- [Using Guava CountingOutputStream](https://www.baeldung.com/guava-counting-outputstream)

guava-modules/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
21
## Guava Modules
32

3+
This module contains other modules about Google Guava
4+

guava/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
## Guava
12

2-
## Guava Examples
3+
This module contains articles a Google Guava
34

45
### Relevant Articles:
56
- [Guava Functional Cookbook](https://www.baeldung.com/guava-functions-predicates)

guice/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
## Google Guice Tutorials Project
1+
## Google Guice
2+
3+
This module contains articles about Google Guice
24

35
### Relevant Articles
6+
47
- [Guide to Google Guice](https://www.baeldung.com/guice)
58
- [Guice vs Spring – Dependency Injection](https://www.baeldung.com/guice-spring-dependency-injection)

hazelcast/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Hazelcast
2+
3+
This module contains articles about Hazelcast
4+
15
### Relevant Articles:
26
- [Guide to Hazelcast with Java](https://www.baeldung.com/java-hazelcast)
37
- [Introduction to Hazelcast Jet](https://www.baeldung.com/hazelcast-jet)

helidon/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Helidon
2+
3+
This module contains articles about Helidon
4+
15
### Relevant articles
26

37
- [Microservices with Oracle Helidon](https://www.baeldung.com/microservices-oracle-helidon)

httpclient/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
=========
2-
## HttpClient 4.x Cookbooks and Examples
1+
## HttpClient 4.x
2+
3+
This module contains articles about HttpClient 4.x
34

45
###The Course
5-
The "REST With Spring" Classes: http://bit.ly/restwithspring
66

7+
The "REST With Spring" Classes: http://bit.ly/restwithspring
78

89
### Relevant Articles:
910

0 commit comments

Comments
 (0)