Update: struts config, new actions and views

This commit is contained in:
likingcode
2026-03-18 15:18:32 +08:00
parent e0afbdc002
commit 077f054e2c
87 changed files with 7883 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head><title>Struts2 Scaffold</title></head>
<body>
<h1>${message}</h1>
<p>Struts2 脚手架部署中...</p>
</body>
</html>