bld-spring-boot/examples
Erik C. Thauvin e711e405aa
Updated dependencies
Bumped Spring Boot to version 5.3.4
Bumped PMD extension to version 1.1.6
Bumped JUnit to version 5.11.3
Bumped JDK to version 23 (GitHub CI)
2024-10-24 11:17:51 -07:00
..
.idea Bumped bld to version 2.1.0 2024-08-30 18:42:55 -07:00
.vscode Bumped Spring Boot to version 3.3.4 2024-09-19 10:39:54 -07:00
lib/bld Version 0.9.8 2024-08-30 18:43:15 -07:00
src Updated dependencies 2024-10-24 11:17:51 -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