JSP 추가
This commit is contained in:
12
src/main/webapp/WEB-INF/views/hello.jsp
Normal file
12
src/main/webapp/WEB-INF/views/hello.jsp
Normal file
@@ -0,0 +1,12 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Insert title here</title>
|
||||
</head>
|
||||
<body>
|
||||
${ name }
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user