Cleaned up Javadocs
This commit is contained in:
parent
5167ce1c81
commit
26654821bf
11 changed files with 263 additions and 10 deletions
17
examples/README.md
Normal file
17
examples/README.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue