mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
ac409d6cba
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M6 to 3.2.5. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M6...surefire-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
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.