add cookie module to CI build

This commit is contained in:
Tom Hombergs
2021-01-26 08:10:22 +11:00
parent 4bb5bb8af9
commit d5ff8dae58
2 changed files with 2 additions and 1 deletions

View File

@@ -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"

View File

@@ -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/)