diff --git a/build-all.sh b/build-all.sh index d324f95..5c528eb 100755 --- a/build-all.sh +++ b/build-all.sh @@ -113,6 +113,7 @@ fi if [[ "$MODULE" == "module1" ]] then + build_maven_module "spring-boot/spring-boot-cookie-demo" build_maven_module "spring-boot/spring-boot-kafka" build_gradle_module "spring-boot/spring-boot-springdoc" build_maven_module "spring-boot/dependency-injection" diff --git a/spring-boot/cookie-demo/README.md b/spring-boot/cookie-demo/README.md index 3705d61..9ecb4b3 100644 --- a/spring-boot/cookie-demo/README.md +++ b/spring-boot/cookie-demo/README.md @@ -2,4 +2,4 @@ ## Related Blog Articles -* [Setting Cookies with the Servlet API and Spring]() +* [Setting Cookies with the Servlet API and Spring](https://reflectoring.io/spring-boot-cookies/)