Cleaned up Javadocs

This commit is contained in:
Erik C. Thauvin 2023-11-27 14:40:18 -08:00
parent 5167ce1c81
commit 26654821bf
11 changed files with 263 additions and 10 deletions

17
examples/README.md Normal file
View file

@ -0,0 +1,17 @@
# Compile and Run the Web Application
```console
./bld compile run
```
# Compile and Create the Executable JAR
```console
./bld compile bootjar
```
# Compile and Create the Executable WAR
```console
./bld compile bootwar
```