Skip to content

Commit d5ff8da

Browse files
committed
add cookie module to CI build
1 parent 4bb5bb8 commit d5ff8da

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build-all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ fi
113113

114114
if [[ "$MODULE" == "module1" ]]
115115
then
116+
build_maven_module "spring-boot/spring-boot-cookie-demo"
116117
build_maven_module "spring-boot/spring-boot-kafka"
117118
build_gradle_module "spring-boot/spring-boot-springdoc"
118119
build_maven_module "spring-boot/dependency-injection"

spring-boot/cookie-demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Related Blog Articles
44

5-
* [Setting Cookies with the Servlet API and Spring]()
5+
* [Setting Cookies with the Servlet API and Spring](https://reflectoring.io/spring-boot-cookies/)

0 commit comments

Comments
 (0)