ADD README descriptions 32

This commit is contained in:
Sjmillington 2019-10-06 12:15:11 +01:00
parent 7cbe9ac12c
commit 45eab1339e
10 changed files with 40 additions and 11 deletions

View File

@ -1,5 +1,7 @@
## Ethereum ## Ethereum
This module contains articles about the Ethereum blockchain
### Relevant Articles: ### Relevant Articles:
- [Introduction to EthereumJ](https://www.baeldung.com/ethereumj) - [Introduction to EthereumJ](https://www.baeldung.com/ethereumj)
- [Creating and Deploying Smart Contracts with Solidity](https://www.baeldung.com/smart-contracts-ethereum-solidity) - [Creating and Deploying Smart Contracts with Solidity](https://www.baeldung.com/smart-contracts-ethereum-solidity)

View File

@ -1,10 +1,8 @@
## Feign Hypermedia Client ## ## Feign
This is the implementation of a [spring-hypermedia-api][1] client using Feign. This module contains articles about Feign
[1]: https://github.com/eugenp/spring-hypermedia-api
### Relevant Articles: ### Relevant Articles:
- [Intro to Feign](https://www.baeldung.com/intro-to-feign) - [Intro to Feign](https://www.baeldung.com/intro-to-feign)
- [Introduction to SLF4J](https://www.baeldung.com/slf4j-with-log4j2-logback)

View File

@ -1,3 +1,7 @@
## Flyway CDI Extension
This module contains articles about context and dependency injection (CDI) with Flyway
### Relevant articles ### Relevant articles
- [CDI Portable Extension and Flyway](https://www.baeldung.com/cdi-portable-extension) - [CDI Portable Extension and Flyway](https://www.baeldung.com/cdi-portable-extension)

View File

@ -1,3 +1,7 @@
## GeoTools
This module contains articles about GeoTools
### Relevant Articles ### Relevant Articles
[Introduction to GeoTools](https://www.baeldung.com/geo-tools) [Introduction to GeoTools](https://www.baeldung.com/geo-tools)

View File

@ -1,16 +1,16 @@
## Google Cloud Tutorial Project ## Google Cloud
This module contains articles about Google Cloud
### Relevant Article: ### Relevant Article:
- [Intro to Google Cloud Storage With Java](https://www.baeldung.com/java-google-cloud-storage) - [Intro to Google Cloud Storage With Java](https://www.baeldung.com/java-google-cloud-storage)
### Overview ### Overview
This Maven project contains the Java code for the article linked above. This Maven project contains the Java code for the article linked above.
### Package Organization ### Package Organization
Java classes for the intro tutorial are in the org.baeldung.google.cloud package. Please note that Google Cloud requires Java classes for the intro tutorial are in the org.baeldung.google.cloud package. Please note that Google Cloud requires
a user account and credentials, as explained in the tutorial. a user account and credentials, as explained in the tutorial.
### Running the tests
```

View File

@ -1,2 +1,7 @@
## Google Web Toolkit
This module contains articles about Google Web Toolkit (GWT)
### Relevant Articles: ### Relevant Articles:
- [Introduction to GWT](https://www.baeldung.com/gwt) - [Introduction to GWT](https://www.baeldung.com/gwt)

View File

@ -1,3 +1,7 @@
## Gradle
This module contains articles about Gradle
## Relevant articles: ## Relevant articles:
- [Introduction to Gradle](https://www.baeldung.com/gradle) - [Introduction to Gradle](https://www.baeldung.com/gradle)
- [Writing Custom Gradle Plugins](https://www.baeldung.com/gradle-create-plugin) - [Writing Custom Gradle Plugins](https://www.baeldung.com/gradle-create-plugin)

View File

@ -1,3 +1,7 @@
## Grails
This module contains articles about Grails
### Relevant articles ### Relevant articles
- [Build an MVC Web Application with Grails](https://www.baeldung.com/grails-mvc-application) - [Build an MVC Web Application with Grails](https://www.baeldung.com/grails-mvc-application)

View File

@ -1,3 +1,7 @@
## GraphQL Java
This module contains articles about GraphQL with Java
## Relevant articles: ## Relevant articles:
- [Introduction to GraphQL](https://www.baeldung.com/graphql) - [Introduction to GraphQL](https://www.baeldung.com/graphql)

View File

@ -1,2 +1,6 @@
## gRPC
This module contains articles about gRPC
### Relevant Articles: ### Relevant Articles:
- [Introduction to gRPC](https://www.baeldung.com/grpc-introduction) - [Introduction to gRPC](https://www.baeldung.com/grpc-introduction)