diff --git a/spring-boot/bean-lifecycle/README.md b/spring-boot/bean-lifecycle/README.md index 43373fd..e6e2ce5 100644 --- a/spring-boot/bean-lifecycle/README.md +++ b/spring-boot/bean-lifecycle/README.md @@ -2,4 +2,5 @@ This code shows how to hook in to the phases of the Spring bean lifecycle. -Read more in the Blog post: [Hooking into the Spring Bean Lifecycle](https://reflectoring.io/spring-bean-lifecycle) \ No newline at end of file +## Blog Posts +* [Hooking into the Spring Bean Lifecycle](https://reflectoring.io/spring-bean-lifecycle)