Files
spring-samples-for-all/spring/springmvc-base/src/main/webapp/WEB-INF/jsp/hello.jsp
2018-12-18 13:45:53 +08:00

9 lines
157 B
Plaintext

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