WW-4440 Adds basic README.md to all submodules

This commit is contained in:
Lukasz Lenart
2022-10-27 12:53:05 +02:00
parent eb51594ed3
commit 9c078aef14
31 changed files with 163 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Struts 2 Apps
These module consists of two example applications, which were built using the Apache Struts project.
One is an old-fashioned Web application and another is a modern REST based single page app.
## Installation
Enter a given folder, either `showcase/` or `rest-showcase/` and start the app using Maven:
```
mvn jetty:run
```
then open your browser at http://localhost:8080 and navigate to a proper context.