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" %> <%