Skip to content

Commit 2716e95

Browse files
AdministratorAdministrator
authored andcommitted
SpringSecuriy-Controller
1 parent 3604566 commit 2716e95

40 files changed

Lines changed: 3387 additions & 291 deletions
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#Sun Dec 10 17:19:11 CST 2017
2+
eclipse.preferences.version=1
3+
useAssemblyMapping=true

.settings/org.eclipse.m2e.core.prefs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Sat Nov 21 08:43:21 CST 2015
1+
#Sun Dec 10 17:00:35 CST 2017
22
activeProfiles=
33
eclipse.preferences.version=1
44
resolveWorkspaceProjects=true

SpringSecurity-Common/.classpath

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
4+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
45
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
5-
<classpathentry kind="src" path="src/main/resources"/>
6-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_45"/>
7-
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
8-
<attributes>
9-
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
10-
</attributes>
11-
</classpathentry>
6+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
7+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
128
<classpathentry kind="output" path="target/classes"/>
139
</classpath>

SpringSecurity-Common/.project

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
</arguments>
1717
</buildCommand>
1818
<buildCommand>
19-
<name>org.eclipse.m2e.core.maven2Builder</name>
19+
<name>org.eclipse.wst.validation.validationbuilder</name>
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
2323
<buildCommand>
24-
<name>org.eclipse.wst.validation.validationbuilder</name>
24+
<name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name>
2525
<arguments>
2626
</arguments>
2727
</buildCommand>
2828
<buildCommand>
29-
<name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name>
29+
<name>org.eclipse.m2e.core.maven2Builder</name>
3030
<arguments>
3131
</arguments>
3232
</buildCommand>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#Sat Nov 21 19:28:33 CST 2015
1+
#Sun Dec 10 17:19:11 CST 2017
22
eclipse.preferences.version=1
33
useAssemblyMapping=true
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#Mon May 29 17:04:04 CST 2017
1+
#Sun Dec 10 17:00:43 CST 2017
22
eclipse.preferences.version=1
33
encoding//src/main/java=UTF-8
4+
encoding//src/main/resources=UTF-8
45
encoding//src/test/java=UTF-8
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
#Sat Nov 21 20:05:11 CST 2015
1+
#Sun Dec 10 17:00:43 CST 2017
22
eclipse.preferences.version=1
33
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
4+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
55
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6-
org.eclipse.jdt.core.compiler.compliance=1.6
6+
org.eclipse.jdt.core.compiler.compliance=1.7
77
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
88
org.eclipse.jdt.core.compiler.debug.localVariable=generate
99
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
1010
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
1111
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
1212
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
13-
org.eclipse.jdt.core.compiler.source=1.6
13+
org.eclipse.jdt.core.compiler.source=1.7

SpringSecurity-Common/src/main/resources/META-INF/resources/commons/taglibs.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
33
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
44
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
5-
<%@ taglib uri="/struts-tags" prefix="s" %>
5+
<%-- <%@ taglib uri="/struts-tags" prefix="s" %> --%>
66

77
<%//用于实现jsp模板的继承关系,请查看:http://code.google.com/p/rapid-framework/wiki/rapid_jsp_extends %>
88
<%-- <%@ taglib uri="http://www.rapid-framework.org.cn/rapid" prefix="rapid" %> --%>

SpringSecurity-Common/src/main/resources/META-INF/resources/index.jsp

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,30 @@
2727

2828
<body>
2929
<div style="width: 98%;margin: 0 auto;">
30-
<table style="width:100%">
31-
<c:if test="${topPath!='/WEB-INF/topblank.jsp'}">
32-
<tr>
33-
<td>
34-
<div style="height: 100px">
35-
<jsp:include page="${topPath}"></jsp:include>
36-
</div>
37-
</td>
38-
</tr>
39-
</c:if>
40-
<tr>
41-
<td>
42-
<jsp:include page="${boxPath }"></jsp:include>
30+
<table style="width:100%">
31+
<c:if test="${topPath!='/WEB-INF/topblank.jsp'}">
32+
<tr>
33+
<td>
34+
<div style="height: 100px">
35+
<%-- <jsp:include page="${topPath}"></jsp:include> --%>
36+
</div>
4337
</td>
44-
</tr>
45-
<tr>
46-
<td><div>
47-
<jsp:include page="${footerPath }"></jsp:include>
48-
</div></td>
49-
</tr>
50-
</table>
51-
</div>
38+
</tr>
39+
</c:if>
40+
<tr>
41+
<td>
42+
<jsp:include page="${boxPath }"></jsp:include>
43+
</td>
44+
</tr>
45+
<tr>
46+
<td>
47+
<div>
48+
<jsp:include page="${footerPath }"></jsp:include>
49+
</div>
50+
</td>
51+
</tr>
52+
</table>
53+
</div>
5254

5355

5456
</body>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
4+
<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
5+
<classpathentry kind="src" path="src/main/resources"/>
6+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
7+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"/>
8+
<classpathentry kind="output" path="target/classes"/>
9+
</classpath>

0 commit comments

Comments
 (0)