Skip to content

Commit 45eab13

Browse files
committed
ADD README descriptions 32
1 parent 7cbe9ac commit 45eab13

File tree

10 files changed

+40
-11
lines changed

10 files changed

+40
-11
lines changed

ethereum/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Ethereum
22

3+
This module contains articles about the Ethereum blockchain
4+
35
### Relevant Articles:
46
- [Introduction to EthereumJ](https://www.baeldung.com/ethereumj)
57
- [Creating and Deploying Smart Contracts with Solidity](https://www.baeldung.com/smart-contracts-ethereum-solidity)

feign/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
## Feign Hypermedia Client ##
1+
## Feign
22

3-
This is the implementation of a [spring-hypermedia-api][1] client using Feign.
4-
5-
[1]: https://github.com/eugenp/spring-hypermedia-api
3+
This module contains articles about Feign
64

75
### Relevant Articles:
86

97
- [Intro to Feign](https://www.baeldung.com/intro-to-feign)
10-
- [Introduction to SLF4J](https://www.baeldung.com/slf4j-with-log4j2-logback)
8+

flyway-cdi-extension/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Flyway CDI Extension
2+
3+
This module contains articles about context and dependency injection (CDI) with Flyway
4+
15
### Relevant articles
26

37
- [CDI Portable Extension and Flyway](https://www.baeldung.com/cdi-portable-extension)

geotools/README.md

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

37
[Introduction to GeoTools](https://www.baeldung.com/geo-tools)

google-cloud/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
## Google Cloud Tutorial Project
1+
## Google Cloud
2+
3+
This module contains articles about Google Cloud
24

35
### Relevant Article:
6+
47
- [Intro to Google Cloud Storage With Java](https://www.baeldung.com/java-google-cloud-storage)
58

69
### Overview
10+
711
This Maven project contains the Java code for the article linked above.
812

913
### Package Organization
14+
1015
Java classes for the intro tutorial are in the org.baeldung.google.cloud package. Please note that Google Cloud requires
1116
a user account and credentials, as explained in the tutorial.
12-
13-
14-
### Running the tests
15-
16-
```

google-web-toolkit/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
## Google Web Toolkit
2+
3+
This module contains articles about Google Web Toolkit (GWT)
4+
15
### Relevant Articles:
6+
27
- [Introduction to GWT](https://www.baeldung.com/gwt)

gradle/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Gradle
2+
3+
This module contains articles about Gradle
4+
15
## Relevant articles:
26
- [Introduction to Gradle](https://www.baeldung.com/gradle)
37
- [Writing Custom Gradle Plugins](https://www.baeldung.com/gradle-create-plugin)

grails/README.md

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

37
- [Build an MVC Web Application with Grails](https://www.baeldung.com/grails-mvc-application)

graphql/graphql-java/README.md

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

37
- [Introduction to GraphQL](https://www.baeldung.com/graphql)

grpc/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
## gRPC
2+
3+
This module contains articles about gRPC
4+
15
### Relevant Articles:
26
- [Introduction to gRPC](https://www.baeldung.com/grpc-introduction)

0 commit comments

Comments
 (0)