Merge pull request from johnA1331/master

BAEL-33793 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu 2021-03-24 19:56:47 +02:00 committed by GitHub
commit 9a580ea9fc
2 changed files with 6 additions and 1 deletions
kubernetes/k8s-intro
spring-boot-modules/spring-boot-data-2

@ -10,4 +10,8 @@ An easy way to check that everything is working as expected is issuing any *kube
```shell ```shell
$ kubectl get nodes $ kubectl get nodes
``` ```
If you get a valid response, then you're good to go. If you get a valid response, then you're good to go.
### Relevant Articles:
- [Paging and Async Calls with the Kubernetes API](https://www.baeldung.com/java-kubernetes-paging-async)

@ -2,3 +2,4 @@
- [Spring Boot: Customize the Jackson ObjectMapper](https://www.baeldung.com/spring-boot-customize-jackson-objectmapper) - [Spring Boot: Customize the Jackson ObjectMapper](https://www.baeldung.com/spring-boot-customize-jackson-objectmapper)
- [“HttpMessageNotWritableException: No converter found for return value of type”](https://www.baeldung.com/spring-no-converter-found) - [“HttpMessageNotWritableException: No converter found for return value of type”](https://www.baeldung.com/spring-no-converter-found)
- [Creating a Read-Only Repository with Spring Data](https://www.baeldung.com/spring-data-read-only-repository)