ADD README descriptions 32
This commit is contained in:
parent
7cbe9ac12c
commit
45eab1339e
|
@ -1,5 +1,7 @@
|
|||
## Ethereum
|
||||
|
||||
This module contains articles about the Ethereum blockchain
|
||||
|
||||
### Relevant Articles:
|
||||
- [Introduction to EthereumJ](https://www.baeldung.com/ethereumj)
|
||||
- [Creating and Deploying Smart Contracts with Solidity](https://www.baeldung.com/smart-contracts-ethereum-solidity)
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
## Feign Hypermedia Client ##
|
||||
## Feign
|
||||
|
||||
This is the implementation of a [spring-hypermedia-api][1] client using Feign.
|
||||
|
||||
[1]: https://github.com/eugenp/spring-hypermedia-api
|
||||
This module contains articles about Feign
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
- [Intro to Feign](https://www.baeldung.com/intro-to-feign)
|
||||
- [Introduction to SLF4J](https://www.baeldung.com/slf4j-with-log4j2-logback)
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Flyway CDI Extension
|
||||
|
||||
This module contains articles about context and dependency injection (CDI) with Flyway
|
||||
|
||||
### Relevant articles
|
||||
|
||||
- [CDI Portable Extension and Flyway](https://www.baeldung.com/cdi-portable-extension)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## GeoTools
|
||||
|
||||
This module contains articles about GeoTools
|
||||
|
||||
### Relevant Articles
|
||||
|
||||
[Introduction to GeoTools](https://www.baeldung.com/geo-tools)
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
## Google Cloud Tutorial Project
|
||||
## Google Cloud
|
||||
|
||||
This module contains articles about Google Cloud
|
||||
|
||||
### Relevant Article:
|
||||
|
||||
- [Intro to Google Cloud Storage With Java](https://www.baeldung.com/java-google-cloud-storage)
|
||||
|
||||
### Overview
|
||||
|
||||
This Maven project contains the Java code for the article linked above.
|
||||
|
||||
### Package Organization
|
||||
|
||||
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.
|
||||
|
||||
|
||||
### Running the tests
|
||||
|
||||
```
|
||||
|
|
|
@ -1,2 +1,7 @@
|
|||
## Google Web Toolkit
|
||||
|
||||
This module contains articles about Google Web Toolkit (GWT)
|
||||
|
||||
### Relevant Articles:
|
||||
|
||||
- [Introduction to GWT](https://www.baeldung.com/gwt)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Gradle
|
||||
|
||||
This module contains articles about Gradle
|
||||
|
||||
## Relevant articles:
|
||||
- [Introduction to Gradle](https://www.baeldung.com/gradle)
|
||||
- [Writing Custom Gradle Plugins](https://www.baeldung.com/gradle-create-plugin)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Grails
|
||||
|
||||
This module contains articles about Grails
|
||||
|
||||
### Relevant articles
|
||||
|
||||
- [Build an MVC Web Application with Grails](https://www.baeldung.com/grails-mvc-application)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## GraphQL Java
|
||||
|
||||
This module contains articles about GraphQL with Java
|
||||
|
||||
## Relevant articles:
|
||||
|
||||
- [Introduction to GraphQL](https://www.baeldung.com/graphql)
|
||||
|
|
|
@ -1,2 +1,6 @@
|
|||
## gRPC
|
||||
|
||||
This module contains articles about gRPC
|
||||
|
||||
### Relevant Articles:
|
||||
- [Introduction to gRPC](https://www.baeldung.com/grpc-introduction)
|
||||
|
|
Loading…
Reference in New Issue