From dc8f19f5f8a99b0f0b15a0224ff0f2133ed8c14a Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 30 Oct 2023 13:48:44 -0700 Subject: [PATCH] Added reference to bld example project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4550dac..ec5da13 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,5 @@ public void bootwar() throws Exception { Please check the [BootJarOperation documentation](https://rife2.github.io/bld-spring-boot/rife/bld/extension/BootJarOperation.html#method-summary) or [BootWarOperation documentation](https://rife2.github.io/bld-spring-boot/rife/bld/extension/BootWarOperation.html#method-summary) for all available configuration options. + +You might also want to have a look at the [Spring Boot Example for bld](https://github.com/rife2/spring-boot-bld).