mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 04:03:45 +09:00
add build.gradle dependencies(gson,poi,poi-ooxml) please refresh gradle
This commit is contained in:
18
src/main/webapp/WEB-INF/views/category/test.jsp
Normal file
18
src/main/webapp/WEB-INF/views/category/test.jsp
Normal file
@@ -0,0 +1,18 @@
|
||||
<%@ page contentType="text/html; charset=UTF-8"%>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>test상세페이지</title>
|
||||
</head>
|
||||
<body>
|
||||
test success<br>
|
||||
<hr>
|
||||
<c:forEach items="${dto }" var="item">
|
||||
${item.kan_code} : ${item.cls_nm_1} > ${item.cls_nm_2} > ${item.cls_nm_3} > ${item.cls_nm_4}<br>
|
||||
활성화 : ${item.activation}<br>
|
||||
<hr>
|
||||
</c:forEach>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user