From d36be219e61dfcd1f5dd292c0c53828af941c4cd Mon Sep 17 00:00:00 2001 From: taesan Date: Mon, 2 Mar 2020 08:52:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A4=91=EB=B3=B5=20import=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0=20=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boot_gradle_security/src/main/webapp/WEB-INF/jsp/index.jsp | 4 ++-- .../src/main/webapp/WEB-INF/jsp/loginPage.jsp | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/boot_gradle_security/src/main/webapp/WEB-INF/jsp/index.jsp b/boot_gradle_security/src/main/webapp/WEB-INF/jsp/index.jsp index be09379..d155ef4 100644 --- a/boot_gradle_security/src/main/webapp/WEB-INF/jsp/index.jsp +++ b/boot_gradle_security/src/main/webapp/WEB-INF/jsp/index.jsp @@ -28,14 +28,14 @@ mtype: "GET", datatype: "jsonp", colModel: [ - { label: 'OrderID', name: 'OrderID', key: true, width: 75 }, + { label: 'OrderID', name: 'OrderID', key: true, width: 50 }, { label: 'Customer ID', name: 'CustomerID', width: 150 }, { label: 'Order Date', name: 'OrderDate', width: 150 }, { label: 'Freight', name: 'Freight', width: 150 }, { label:'Ship Name', name: 'ShipName', width: 150 } ], viewrecords: true, - height: 250, + height: 500, rowNum: 100, pager: "#jqGridPager" }); diff --git a/boot_gradle_security/src/main/webapp/WEB-INF/jsp/loginPage.jsp b/boot_gradle_security/src/main/webapp/WEB-INF/jsp/loginPage.jsp index 723cc62..358880f 100644 --- a/boot_gradle_security/src/main/webapp/WEB-INF/jsp/loginPage.jsp +++ b/boot_gradle_security/src/main/webapp/WEB-INF/jsp/loginPage.jsp @@ -5,9 +5,6 @@ <%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags"%> <%@ page import="org.springframework.security.core.context.SecurityContextHolder"%> <%@ page import="org.springframework.security.core.Authentication"%> - -<%@ page import="org.springframework.security.core.context.SecurityContextHolder" %> -<%@ page import="org.springframework.security.core.Authentication" %> <%@ page import="com.boot.test1.vo.Account" %> <%