Files
Blog_Project/VamPa_MySQL/src/main/webapp/WEB-INF/views/home.jsp
SeoJin Kim 9ae29cb66e mvc프로젝트 생성 및 자버 버전&스프링 버전 변경
-pom.xml 버전변경
	-3.1.1 => 5.0.7
	-1.6 => 1.8
2020-08-07 23:21:28 +09:00

15 lines
238 B
Plaintext

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ page session="false" %>
<html>
<head>
<title>Home</title>
</head>
<body>
<h1>
Hello world!
</h1>
<P> The time on the server is ${serverTime}. </P>
</body>
</html>