bld-spring-boot/examples
2024-06-22 15:42:26 -07:00
..
.idea Bumped bld to version 1.9.1 2024-05-09 21:30:06 -07:00
.vscode Bumped bld to version 1.9.1 2024-05-09 21:30:06 -07:00
lib/bld Version 0.9.6 2024-06-22 15:42:26 -07:00
src Bumped dependencies 2024-06-20 18:31:41 -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