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

1
examples/.idea/.name generated Normal file
View file

@ -0,0 +1 @@
bld-spring-boot-examples

View file

@ -6,6 +6,7 @@
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file://$PROJECT_DIR$/lib/bld" />
<root url="jar://$USER_HOME$/.bld/dist/bld-1.7.5-sources.jar!/" />
</SOURCES>
<excluded>

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
```