Skip to content

Commit 586765a

Browse files
committed
add initial readme
1 parent 52e8b1c commit 586765a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Demo Java Web App
2+
3+
Simple java project demos how to build a war file to be deployed on a Tomcat server.
4+
5+
6+
7+
8+
9+
10+
11+
## Initial Generation
12+
13+
The initial files and project structure was generated with the `mvn archetype:generate` command. Note, you do not have to run the command it is just noted here for posterity.
14+
15+
``` sh
16+
mvn archetype:generate \
17+
-DinteractiveMode=false \
18+
-DgroupId=com.domain \
19+
-DartifactId=demo \
20+
-DarchetypeArtifactId=maven-archetype-webapp
21+
```
22+

0 commit comments

Comments
 (0)