spring mvc base init

This commit is contained in:
罗祥
2018-12-18 13:45:53 +08:00
parent d28b49db9f
commit c54d520737
17 changed files with 324 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>Title</title>
</head>
<body>
Hello Spring MVC!
</body>
</html>

View File

@ -0,0 +1,9 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>index</title>
</head>
<body>
INDEX!
</body>
</html>