Skip to content

Commit

Permalink
Merge pull request eugenp#10586 from johnA1331/master
Browse files Browse the repository at this point in the history
BAEL-33793 - add links to github-baeldung articles
  • Loading branch information
lor6 authored Mar 24, 2021
2 parents 950bbad + 54c10a7 commit 506e82c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kubernetes/k8s-intro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ An easy way to check that everything is working as expected is issuing any *kube
```shell
$ 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)
1 change: 1 addition & 0 deletions spring-boot-modules/spring-boot-data-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

- [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)
- [Creating a Read-Only Repository with Spring Data](https://www.baeldung.com/spring-data-read-only-repository)

0 comments on commit 506e82c

Please sign in to comment.