Notice
Recent Posts
Recent Comments
Link
«   2024/10   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

WON.dev

home.jsp 본문

SPRING/chapter01_overview

home.jsp

GAWON 2023. 6. 26. 18:40
<%@ 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>

'SPRING > chapter01_overview' 카테고리의 다른 글

chapter01_overview/pom.xml  (0) 2023.06.26
wed.xml  (0) 2023.06.26
root-context.xml  (0) 2023.06.26
servlet-context.xml  (0) 2023.06.26
log4j.xml  (0) 2023.06.26