mirror of
https://github.com/apache/struts.git
synced 2026-08-31 19:35:40 +00:00
7 lines
346 B
Markdown
7 lines
346 B
Markdown
# Struts 2 Convention plugin
|
|
This plugin allows to use _convention over configuration_ approach instead of configuring everything using `struts.xml`.
|
|
You will find more details in [documentation](https://struts.apache.org/plugins/convention/).
|
|
|
|
## Installation
|
|
Just drop this plugin JAR into `WEB-INF/lib` folder or add it as a Maven dependency.
|