Files
struts2-scaffold/target/struts2-scaffold-1.0.0/hello.jsp

9 lines
156 B
Plaintext
Raw Normal View History

<!DOCTYPE html>
<html>
<head><title>Struts2 Scaffold</title></head>
<body>
<h1>${message}</h1>
<p>Struts2 脚手架部署中...</p>
</body>
</html>