bld-spring-boot/examples
2025-04-12 20:58:33 -07:00
..
.idea Add OS matrix for Ubuntu, Windows and macOS 2025-03-25 21:18:38 -07:00
.vscode Bump bld to version 2.2.1 2025-02-24 23:07:16 -08:00
lib/bld Version 1.0.3 2025-03-28 12:53:06 -07:00
src Bump JUnit to version 5.12.2 2025-04-12 20:58:33 -07: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