forked from eugenp/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
40 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## GeoTools | ||
|
||
This module contains articles about GeoTools | ||
|
||
### Relevant Articles | ||
|
||
[Introduction to GeoTools](https://www.baeldung.com/geo-tools) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## GraphQL Java | ||
|
||
This module contains articles about GraphQL with Java | ||
|
||
## Relevant articles: | ||
|
||
- [Introduction to GraphQL](https://www.baeldung.com/graphql) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
## gRPC | ||
|
||
This module contains articles about gRPC | ||
|
||
### Relevant Articles: | ||
- [Introduction to gRPC](https://www.baeldung.com/grpc-introduction) |