From 778a3d1d6f83d905bb2e01bcd5e3ad14b23ccd03 Mon Sep 17 00:00:00 2001 From: Pratik Das Date: Sat, 19 Sep 2020 10:08:54 +0400 Subject: [PATCH] added mvn wrapper --- .../.mvn/wrapper/MavenWrapperDownloader.java | 2 +- spring-boot/spring-boot-health-check/README.md | 3 +++ spring-boot/spring-boot-health-check/mvnw | 2 +- spring-boot/spring-boot-health-check/mvnw.cmd | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 spring-boot/spring-boot-health-check/README.md diff --git a/spring-boot/spring-boot-health-check/.mvn/wrapper/MavenWrapperDownloader.java b/spring-boot/spring-boot-health-check/.mvn/wrapper/MavenWrapperDownloader.java index e76d1f3..b901097 100644 --- a/spring-boot/spring-boot-health-check/.mvn/wrapper/MavenWrapperDownloader.java +++ b/spring-boot/spring-boot-health-check/.mvn/wrapper/MavenWrapperDownloader.java @@ -5,7 +5,7 @@ * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * https://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spring-boot/spring-boot-health-check/README.md b/spring-boot/spring-boot-health-check/README.md new file mode 100644 index 0000000..16ccc28 --- /dev/null +++ b/spring-boot/spring-boot-health-check/README.md @@ -0,0 +1,3 @@ +# Related Blog Posts + +* [How to Configure Health Check in Spring Boot](https://reflectoring.io/spring-boot-health-check/) diff --git a/spring-boot/spring-boot-health-check/mvnw b/spring-boot/spring-boot-health-check/mvnw index a16b543..41c0f0c 100755 --- a/spring-boot/spring-boot-health-check/mvnw +++ b/spring-boot/spring-boot-health-check/mvnw @@ -8,7 +8,7 @@ # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # -# https://www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an diff --git a/spring-boot/spring-boot-health-check/mvnw.cmd b/spring-boot/spring-boot-health-check/mvnw.cmd index c8d4337..8611571 100644 --- a/spring-boot/spring-boot-health-check/mvnw.cmd +++ b/spring-boot/spring-boot-health-check/mvnw.cmd @@ -7,7 +7,7 @@ @REM "License"); you may not use this file except in compliance @REM with the License. You may obtain a copy of the License at @REM -@REM https://www.apache.org/licenses/LICENSE-2.0 +@REM http://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by applicable law or agreed to in writing, @REM software distributed under the License is distributed on an