From d5ff8dae584d48ccec64989964bdad127d6227d8 Mon Sep 17 00:00:00 2001 From: Tom Hombergs Date: Tue, 26 Jan 2021 08:10:22 +1100 Subject: [PATCH] add cookie module to CI build --- build-all.sh | 1 + spring-boot/cookie-demo/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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/)