From dbd03af8291834a12882339ced4561ca88bbcb18 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 25 Mar 2021 00:49:53 +0800 Subject: [PATCH 1/2] Update README.md --- spring-boot-modules/spring-boot-data-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-boot-data-2/README.md b/spring-boot-modules/spring-boot-data-2/README.md index 29d9dafe66..875ee502b4 100644 --- a/spring-boot-modules/spring-boot-data-2/README.md +++ b/spring-boot-modules/spring-boot-data-2/README.md @@ -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) From efec79c933126d433ea86e53d219d7f5b75fc001 Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 25 Mar 2021 00:52:01 +0800 Subject: [PATCH 2/2] Update README.md --- kubernetes/k8s-intro/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kubernetes/k8s-intro/README.md b/kubernetes/k8s-intro/README.md index 37ca5f3686..0055e8a27c 100644 --- a/kubernetes/k8s-intro/README.md +++ b/kubernetes/k8s-intro/README.md @@ -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. \ No newline at end of file +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)