fix: rename struct2 -> struts2

This commit is contained in:
ReaJason
2026-05-24 22:28:22 +08:00
parent dbd9687003
commit b0800f0a0b
41 changed files with 64 additions and 537 deletions
@@ -0,0 +1,13 @@
import com.opensymphony.xwork2.ActionSupport;
/**
* @author ReaJason
* @since 2024/12/7
*/
public class TestAction extends ActionSupport {
@Override
public String execute() throws Exception {
return SUCCESS;
}
}