From 548612df7bb943294bdd619d88c47cbbedb2ea52 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 18 Mar 2025 20:10:49 -0700 Subject: [PATCH] Added required dependency section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e7a1e34..f7f6ffc 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ public void bootwar() throws Exception { - [View Examples Project](https://github.com/rife2/bld-spring-boot/tree/main/examples) +## Required Dependency + Don't forget to include the _Spring Boot Loader_ dependency to your project: ```java