17 lines
230 B
Markdown
17 lines
230 B
Markdown
# 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
|
|
```
|