init spring

This commit is contained in:
shimingxy
2019-05-25 23:39:07 +08:00
parent 84eb786d27
commit f2005bf4f8
402 changed files with 2117 additions and 12805 deletions

View File

@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" output="bin/main" path="src/main/java">
<attributes>
<attribute name="gradle_scope" value="main"/>
<attribute name="gradle_used_by_scope" value="main,test"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/"/>
<classpathentry kind="con" path="org.eclipse.buildship.core.gradleclasspathcontainer"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="output" path="bin/default"/>
</classpath>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>maxkey-protocol-formbased</name>
<comment>Project maxkey-protocol-formbased created by Buildship.</comment>
<comment>maxkey-protocol-formbased</comment>
<projects>
</projects>
<buildSpec>
@@ -20,11 +20,6 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.boot.validation.springbootbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
@@ -32,10 +27,9 @@
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
</natures>
</projectDescription>

View File

@@ -1,7 +0,0 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.8

View File

@@ -4,18 +4,7 @@ description = "maxkey-protocol-formbased"
dependencies {
//local jars
compile fileTree(dir: '../maxkey-lib/spring/', include: '*.jar')
compile fileTree(dir: '../maxkey-lib/spring-security/', include: '*.jar')
compile fileTree(dir: '../maxkey-lib/apache/', include: '*.jar')
compile fileTree(dir: '../maxkey-lib/db/', include: '*.jar')
compile fileTree(dir: '../maxkey-lib/tiles/', include: '*.jar')
compile fileTree(dir: '../maxkey-lib/common/', include: '*.jar')
compile fileTree(dir: '../maxkey-lib/opensaml/', include: '*.jar')
compile fileTree(dir: '../maxkey-lib/xml/', include: '*.jar')
compile fileTree(dir: '../maxkey-lib/json/', include: '*.jar')
compile fileTree(dir: '../maxkey-lib/log/', include: '*.jar')
compile fileTree(dir: '../maxkey-lib/java/', include: '*.jar')
compile fileTree(dir: '../maxkey-lib/other/', include: '*.jar')
compile fileTree(dir: '../maxkey-lib/*/', include: '*.jar')
compile project(":maxkey-core")
compile project(":maxkey-dao")

View File

@@ -1,7 +0,0 @@
Manifest-Version: 1.0
Implementation-Title: maxkey-protocol-formbased
Implementation-Version: 3.0.0.RELEASE
Implementation-Date: 2019-03-05T21:26:16.786+08:00[GMT+08:00]
Created-By: com.connsec.maxkey
Implementation-Vendor: http://www.connsec.com

View File

@@ -1,13 +1,13 @@
/**
*
*/
package org.maxkey.authz.form.endpoint;
package org.maxkey.authz.formbased.endpoint;
import javax.servlet.http.HttpServletRequest;
import org.maxkey.authz.endpoint.AuthorizeBaseEndpoint;
import org.maxkey.authz.endpoint.adapter.AbstractAuthorizeAdapter;
import org.maxkey.authz.form.endpoint.adapter.FormBasedDefaultAdapter;
import org.maxkey.authz.formbased.endpoint.adapter.FormBasedDefaultAdapter;
import org.maxkey.constants.BOOLEAN;
import org.maxkey.dao.service.FormBasedDetailsService;
import org.maxkey.domain.Accounts;

View File

@@ -1,4 +1,4 @@
package org.maxkey.authz.form.endpoint.adapter;
package org.maxkey.authz.formbased.endpoint.adapter;
import org.maxkey.authz.endpoint.adapter.AbstractAuthorizeAdapter;
import org.maxkey.constants.BOOLEAN;

View File

@@ -1,4 +1,4 @@
package org.maxkey.authz.form.endpoint.adapter;
package org.maxkey.authz.formbased.endpoint.adapter;
import org.maxkey.authz.endpoint.adapter.AbstractAuthorizeAdapter;
import org.maxkey.constants.BOOLEAN;

View File

@@ -1,4 +1,4 @@
package org.maxkey.authz.form.endpoint.adapter;
package org.maxkey.authz.formbased.endpoint.adapter;
import java.util.Date;

View File

@@ -1,4 +1,4 @@
package org.maxkey.authz.form.endpoint.adapter;
package org.maxkey.authz.formbased.endpoint.adapter;
import org.maxkey.authz.endpoint.adapter.AbstractAuthorizeAdapter;
import org.maxkey.constants.BOOLEAN;