Skip to content

Commit d6122da

Browse files
committed
Add README and add module to build
1 parent b10a25e commit d6122da

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build-all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ then
8787
# ADD NEW MODULES HERE
8888
# (add new modules above the rest so you get quicker feedback if it fails)
8989

90+
build_gradle_module "spring-boot/bean-lifecycle"
9091
build_gradle_module "spring-boot/request-response/client"
9192
build_gradle_module "spring-boot/request-response/server"
9293
build_gradle_module "spring-boot/hazelcast/hazelcast-embedded-cache"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Spring Bean Lifecycle
2+
3+
This code shows how to hook in to the phases of the Spring bean lifecycle.
4+
5+
Read more in the Blog post: [Hooking into the Spring Bean Lifecycle](https://reflectoring.io/spring-bean-lifecycle)

0 commit comments

Comments
 (0)