bld-spring-boot/examples
2024-02-23 09:14:14 -08:00
..
.idea Bumped bld to 1.8.0 2024-01-31 00:49:48 -08:00
.vscode Bumped dependencies (PMD, Junit) versions 2024-02-23 09:09:53 -08:00
lib/bld Bumped Spring Boot to version 3.2.3 2024-02-23 09:14:14 -08:00
src Bumped Spring Boot to version 3.2.3 2024-02-23 09:14:14 -08:00
.gitignore Revert "Added examples compile and standalone directories for testing" 2023-10-30 13:09:19 -07:00
bld Initial commit 2023-10-25 20:36:49 -07:00
bld.bat Initial commit 2023-10-25 20:36:49 -07:00
README.md Cleaned up Javadocs 2023-11-27 14:40:18 -08:00

Compile and Run the Web Application

./bld compile run

Compile and Create the Executable JAR

./bld compile bootjar

Compile and Create the Executable WAR

./bld compile bootwar