Cleaned up Javadocs
This commit is contained in:
parent
5167ce1c81
commit
26654821bf
11 changed files with 263 additions and 10 deletions
1
examples/.idea/.name
generated
Normal file
1
examples/.idea/.name
generated
Normal file
|
@ -0,0 +1 @@
|
|||
bld-spring-boot-examples
|
1
examples/.idea/libraries/bld.xml
generated
1
examples/.idea/libraries/bld.xml
generated
|
@ -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
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