중복 import 제거 함

This commit is contained in:
taesan
2020-03-02 08:52:03 +09:00
parent a1650369d5
commit d36be219e6
2 changed files with 2 additions and 5 deletions

View File

@@ -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"
});

View File

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