Merge pull request #108 from apache/dependabot/maven/org.slf4j-slf4j-simple-1.7.32

Bump slf4j-simple from 1.7.31 to 1.7.32
tree: 8c6f503684325fdc555aa91b70118a80a13a934a
  1. .github/
  2. .mvn/
  3. action-chaining/
  4. annotations/
  5. basic-struts/
  6. bean-validation/
  7. blank/
  8. coding-actions/
  9. control-tags/
  10. crud/
  11. debugging-struts/
  12. exception-handling/
  13. exclude-parameters/
  14. file-upload/
  15. form-processing/
  16. form-tags/
  17. form-validation/
  18. form-xml-validation/
  19. helloworld/
  20. http-session/
  21. interceptors/
  22. json/
  23. json-customize/
  24. mailreader2/
  25. message-resource/
  26. message-store/
  27. portlet/
  28. preparable-interface/
  29. quarkus/
  30. rest-angular/
  31. restful2actionmapper/
  32. shiro-basic/
  33. spring-struts/
  34. src/
  35. text-provider/
  36. themes/
  37. themes-override/
  38. tiles/
  39. type-conversion/
  40. unit-testing/
  41. unknown-handler/
  42. using-tags/
  43. validation-messages/
  44. wildcard-method-selection/
  45. wildcard-regex/
  46. .gitignore
  47. .travis.yml
  48. mvnw
  49. mvnw.cmd
  50. pom.xml
  51. README.md
README.md

Struts Examples

Build Status Build Status @ Travis License

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.