commit | 1da910a78fa0576bee65193deab2a23c687bdd5b | [log] [tgz] |
---|---|---|
author | Lukasz Lenart <lukaszlenart@apache.org> | Mon Aug 22 06:31:26 2022 +0200 |
committer | GitHub <noreply@github.com> | Mon Aug 22 06:31:26 2022 +0200 |
tree | be9aa33d41406eb3df066d92cc0fe0604451d1ee | |
parent | 9f96bb5aa3b862a6748e4560385b60dd3021dc51 [diff] | |
parent | 5af124895367b9cb02a43fcc80fe69995f02a9c9 [diff] |
Merge pull request #168 from apache/dependabot/maven/org.slf4j-slf4j-simple-2.0.0 Bump slf4j-simple from 1.7.36 to 2.0.0
This Maven multi-module project contains all the Struts 2 example applications that are part of the Getting Started Struts 2 tutorials at http://struts.apache.org.
To build all the example applications run the Maven command:
mvn -e clean package
In the project's root folder, Maven will build each module and create a .war
file in the target sub-folder of each module.
You can then copy the .war
files to your Servlet container (e.g. Tomcat, Jetty, GlassFish, etc).
There is a README file in each module with instructions and the URL to view that application.