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