浏览代码

Merge branch 'master' of https://dev.33.cn/ll/CCB_Bank

# Conflicts:
#	fund_trusteeship_ccb/target/classes/com/fuzamei/web/UserAction.class
#	fund_trusteeship_ccb/target/m2e-wtp/web-resources/META-INF/maven/com.fuzamei/fund_trusteeship_ccb/pom.properties
maamin1 7 年之前
父节点
当前提交
d2304446d0
共有 100 个文件被更改,包括 72 次插入246 次删除
  1. 0 40
      fund_trusteeship_ccb/.classpath
  2. 3 0
      fund_trusteeship_ccb/.gitignore
  3. 0 37
      fund_trusteeship_ccb/.project
  4. 0 13
      fund_trusteeship_ccb/.settings/.jsdtscope
  5. 0 3
      fund_trusteeship_ccb/.settings/org.eclipse.core.resources.prefs
  6. 0 13
      fund_trusteeship_ccb/.settings/org.eclipse.jdt.core.prefs
  7. 0 4
      fund_trusteeship_ccb/.settings/org.eclipse.m2e.core.prefs
  8. 0 9
      fund_trusteeship_ccb/.settings/org.eclipse.wst.common.component
  9. 0 7
      fund_trusteeship_ccb/.settings/org.eclipse.wst.common.project.facet.core.xml
  10. 0 1
      fund_trusteeship_ccb/.settings/org.eclipse.wst.jsdt.ui.superType.container
  11. 0 1
      fund_trusteeship_ccb/.settings/org.eclipse.wst.jsdt.ui.superType.name
  12. 0 2
      fund_trusteeship_ccb/.settings/org.eclipse.wst.validation.prefs
  13. 0 3
      fund_trusteeship_ccb/WebContent/META-INF/MANIFEST.MF
  14. 8 0
      fund_trusteeship_ccb/pom.xml
  15. 1 1
      fund_trusteeship_ccb/src/main/java/com/fuzamei/cros/CORSFilter.java
  16. 5 1
      fund_trusteeship_ccb/src/main/java/com/fuzamei/dao/UserDao.java
  17. 0 3
      fund_trusteeship_ccb/src/main/webapp/META-INF/MANIFEST.MF
  18. 55 46
      fund_trusteeship_ccb/src/main/webapp/WEB-INF/web.xml
  19. 0 56
      fund_trusteeship_ccb/target/classes/applicationContext.xml
  20. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/cros/CORSFilter.class
  21. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSAEngine$OneShotSpec.class
  22. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSAEngine.class
  23. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSAKey.class
  24. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSAPrivateKey.class
  25. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSAPublicKey.class
  26. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSASecurityProvider$1.class
  27. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSASecurityProvider.class
  28. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/KeyFactory.class
  29. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/KeyPairGenerator.class
  30. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/Utils.class
  31. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/Constants.class
  32. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/Curve.class
  33. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/Encoding.class
  34. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/Field.class
  35. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/FieldElement.class
  36. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/GroupElement$Representation.class
  37. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/GroupElement.class
  38. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/ScalarOps.class
  39. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/bigint/BigIntegerFieldElement.class
  40. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/bigint/BigIntegerLittleEndianEncoding.class
  41. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/bigint/BigIntegerScalarOps.class
  42. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/ed25519/Ed25519FieldElement.class
  43. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/ed25519/Ed25519LittleEndianEncoding.class
  44. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/ed25519/Ed25519ScalarOps.class
  45. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/spec/EdDSAGenParameterSpec.class
  46. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/spec/EdDSANamedCurveSpec.class
  47. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/spec/EdDSANamedCurveTable.class
  48. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/spec/EdDSAParameterSpec.class
  49. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/spec/EdDSAPrivateKeySpec.class
  50. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/spec/EdDSAPublicKeySpec.class
  51. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/http/HttpRequest.class
  52. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/http/HttpsRequest$MyX509TrustManager.class
  53. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/http/HttpsRequest.class
  54. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/http/Request.class
  55. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/http/RequestFactory.class
  56. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/interceptor/TokenInterceptor.class
  57. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/servlet/ConfigLoadListener.class
  58. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/theromus/sha/Keccak.class
  59. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/theromus/sha/Parameters.class
  60. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/theromus/utils/HexUtils.class
  61. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/DateUtil.class
  62. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/EncryptUtil.class
  63. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/JSONUtil.class
  64. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/MapUtil.class
  65. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/PageDTO.class
  66. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/PageUtil.class
  67. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/ReadConfUtil.class
  68. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/ReadExcel.class
  69. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/RegxUtils.class
  70. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/StringToList.class
  71. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/URLUtil.class
  72. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/WDWUtil.class
  73. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/blockchain/BlockChainUtil.class
  74. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/blockchain/HexUtil.class
  75. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/blockchain/KeyUtils.class
  76. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/blockchain/ProtobufBean.class
  77. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/blockchain/ProtobufUtils.class
  78. 二进制
      fund_trusteeship_ccb/target/classes/com/fuzamei/utils/blockchain/RequestAccountBean.class
  79. 0 6
      fund_trusteeship_ccb/target/classes/conf.properties
  80. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$1.class
  81. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCasePool$1.class
  82. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCasePool$Builder.class
  83. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCasePool.class
  84. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCasePoolOrBuilder.class
  85. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCompany$1.class
  86. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCompany$Builder.class
  87. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCompany.class
  88. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCompanyOrBuilder.class
  89. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaList$1.class
  90. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaList$Builder.class
  91. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaList.class
  92. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaListOrBuilder.class
  93. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$Bank$1.class
  94. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$Bank$Builder.class
  95. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$Bank.class
  96. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$BankOrBuilder.class
  97. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$Banks$1.class
  98. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$Banks$Builder.class
  99. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$Banks.class
  100. 二进制
      fund_trusteeship_ccb/target/classes/gfp2p/Api$BanksOrBuilder.class

+ 0 - 40
fund_trusteeship_ccb/.classpath

@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" output="target/classes" path="src/main/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
-		<attributes>
-			<attribute name="optional" value="true"/>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
-		<attributes>
-			<attribute name="maven.pomderived" value="true"/>
-			<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.5"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
-		<attributes>
-			<attribute name="owner.project.facets" value="java"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
-	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>

+ 3 - 0
fund_trusteeship_ccb/.gitignore

@@ -1 +1,4 @@
 /target/
+/.project
+/.settings/
+/.classpath

+ 0 - 37
fund_trusteeship_ccb/.project

@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>fund_trusteeship_ccb</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.wst.common.project.facet.core.builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.m2e.core.maven2Builder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-		<buildCommand>
-			<name>org.eclipse.wst.validation.validationbuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
-		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-		<nature>org.eclipse.m2e.core.maven2Nature</nature>
-		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
-		<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
-	</natures>
-</projectDescription>

+ 0 - 13
fund_trusteeship_ccb/.settings/.jsdtscope

@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src/main/webapp"/>
-	<classpathentry excluding="**/bower_components/*|**/node_modules/*|**/*.min.js" kind="src" path="target/m2e-wtp/web-resources"/>
-	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
-		<attributes>
-			<attribute name="hide" value="true"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
-	<classpathentry kind="output" path=""/>
-</classpath>

+ 0 - 3
fund_trusteeship_ccb/.settings/org.eclipse.core.resources.prefs

@@ -1,3 +0,0 @@
-eclipse.preferences.version=1
-encoding//src/main/resources/conf.properties=UTF-8
-encoding/<project>=UTF-8

+ 0 - 13
fund_trusteeship_ccb/.settings/org.eclipse.jdt.core.prefs

@@ -1,13 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.8
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
-org.eclipse.jdt.core.compiler.source=1.8

+ 0 - 4
fund_trusteeship_ccb/.settings/org.eclipse.m2e.core.prefs

@@ -1,4 +0,0 @@
-activeProfiles=
-eclipse.preferences.version=1
-resolveWorkspaceProjects=true
-version=1

+ 0 - 9
fund_trusteeship_ccb/.settings/org.eclipse.wst.common.component

@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
-    <wb-module deploy-name="fund_trusteeship_ccb-0.0.1-SNAPSHOT">
-        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
-        <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
-        <wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
-        <property name="context-root" value="fund_trusteeship_ccb"/>
-        <property name="java-output-path" value="/fund_trusteeship_ccb/target/classes"/>
-    </wb-module>
-</project-modules>

+ 0 - 7
fund_trusteeship_ccb/.settings/org.eclipse.wst.common.project.facet.core.xml

@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<faceted-project>
-  <fixed facet="wst.jsdt.web"/>
-  <installed facet="wst.jsdt.web" version="1.0"/>
-  <installed facet="java" version="1.8"/>
-  <installed facet="jst.web" version="3.1"/>
-</faceted-project>

+ 0 - 1
fund_trusteeship_ccb/.settings/org.eclipse.wst.jsdt.ui.superType.container

@@ -1 +0,0 @@
-org.eclipse.wst.jsdt.launching.baseBrowserLibrary

+ 0 - 1
fund_trusteeship_ccb/.settings/org.eclipse.wst.jsdt.ui.superType.name

@@ -1 +0,0 @@
-Window

+ 0 - 2
fund_trusteeship_ccb/.settings/org.eclipse.wst.validation.prefs

@@ -1,2 +0,0 @@
-disabled=06target
-eclipse.preferences.version=1

+ 0 - 3
fund_trusteeship_ccb/WebContent/META-INF/MANIFEST.MF

@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-Class-Path: 
-

+ 8 - 0
fund_trusteeship_ccb/pom.xml

@@ -21,6 +21,14 @@
 			<version>4.9</version>
 			<scope>test</scope>
 		</dependency>
+		
+		<dependency>
+   	 		<groupId>javax.servlet</groupId>
+    		<artifactId>javax.servlet-api</artifactId>
+    		<version>3.1.0</version>
+    		<scope>provided</scope>
+		</dependency>
+		
 
 		<dependency>
 			<groupId>org.mockito</groupId>

+ 1 - 1
fund_trusteeship_ccb/src/main/java/com/fuzamei/cros/CORSFilter.java

@@ -22,7 +22,7 @@ import javax.servlet.http.HttpServletResponse;
  * @Description: TODO
  * @author: Ma Amin
  * @date: 2017-10-13 下午2:33:06
- * @version 1.0
+ * @version 1.0.0
  */
 public class CORSFilter implements Filter {
 	public void doFilter(ServletRequest req, ServletResponse res,

+ 5 - 1
fund_trusteeship_ccb/src/main/java/com/fuzamei/dao/UserDao.java

@@ -1,5 +1,9 @@
 package com.fuzamei.dao;
-
+/**
+ * 
+ * @author dell
+ *
+ */
 public class UserDao {
 
 }

+ 0 - 3
fund_trusteeship_ccb/src/main/webapp/META-INF/MANIFEST.MF

@@ -1,3 +0,0 @@
-Manifest-Version: 1.0
-Class-Path: 
-

+ 55 - 46
fund_trusteeship_ccb/src/main/webapp/WEB-INF/web.xml

@@ -3,50 +3,59 @@
 	xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
 	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
 	version="2.5">
-	<filter>
-		<filter-name>cors</filter-name>
-		<filter-class>com.fuzamei.cros.CORSFilter</filter-class>
-	</filter>
-	<filter-mapping>
-		<filter-name>cors</filter-name>
-		<url-pattern>/*</url-pattern>
-	</filter-mapping>
-	<context-param>
-		<param-name>contextConfigLocation</param-name>
-		<param-value>classpath:applicationContext.xml</param-value>
-	</context-param>
-	<listener>
-		<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
-	</listener>
-	<listener>
-		<listener-class>com.fuzamei.servlet.ConfigLoadListener</listener-class>
-	</listener>
-	<filter>
-		<filter-name>Set Character Encoding</filter-name>
-		<filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class>
-		<init-param>
-			<param-name>encoding</param-name>
-			<param-value>UTF-8</param-value>
-		</init-param>
-		<init-param>
-			<param-name>forceEncoding</param-name>
-			<param-value>true</param-value>
-		</init-param>
-	</filter>
-	<filter-mapping>
-		<filter-name>Set Character Encoding</filter-name>
-		<url-pattern>/*</url-pattern>
-	</filter-mapping>
-	<servlet>
-		<servlet-name>springMVC</servlet-name>
-		<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
-		<init-param>
-			<param-name>contextConfigLocation</param-name>
-			<param-value>classpath:spring-mvc.xml</param-value>
-		</init-param>
-	</servlet>
-	<servlet-mapping>
-		<servlet-name>springMVC</servlet-name>
-		<url-pattern>/*</url-pattern>
-	</servlet-mapping>
+  <filter>
+    <filter-name>cors</filter-name>
+    <filter-class>com.fuzamei.cros.CORSFilter</filter-class>
+  </filter>
+  <filter-mapping>
+    <filter-name>cors</filter-name>
+    <url-pattern>/*</url-pattern>
+  </filter-mapping>
+  <context-param>
+    <param-name>contextConfigLocation</param-name>
+    <param-value>classpath:applicationContext.xml</param-value>
+  </context-param>
+  <listener>
+    <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
+  </listener>
+  <listener>
+    <listener-class>com.fuzamei.servlet.ConfigLoadListener</listener-class>
+  </listener>
+  <filter>
+    <filter-name>Set Character Encoding</filter-name>
+    <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class>
+    <init-param>
+      <param-name>encoding</param-name>
+      <param-value>UTF-8</param-value>
+    </init-param>
+    <init-param>
+      <param-name>forceEncoding</param-name>
+      <param-value>true</param-value>
+    </init-param>
+  </filter>
+  <filter-mapping>
+    <filter-name>Set Character Encoding</filter-name>
+    <url-pattern>/*</url-pattern>
+  </filter-mapping>
+  <servlet>
+    <servlet-name>springMVC</servlet-name>
+    <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
+    <init-param>
+      <param-name>contextConfigLocation</param-name>
+      <param-value>classpath:spring-mvc.xml</param-value>
+    </init-param>
+  </servlet>
+  <servlet-mapping>
+    <servlet-name>springMVC</servlet-name>
+    <url-pattern>/*</url-pattern>
+  </servlet-mapping>
+  <display-name>fund_trusteeship_ccb</display-name>
+  <welcome-file-list>
+    <welcome-file>index.html</welcome-file>
+    <welcome-file>index.htm</welcome-file>
+    <welcome-file>index.jsp</welcome-file>
+    <welcome-file>default.html</welcome-file>
+    <welcome-file>default.htm</welcome-file>
+    <welcome-file>default.jsp</welcome-file>
+  </welcome-file-list>
 </web-app>

+ 0 - 56
fund_trusteeship_ccb/target/classes/applicationContext.xml

@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>  
-<beans xmlns="http://www.springframework.org/schema/beans"  
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
-    xmlns:p="http://www.springframework.org/schema/p"  
-     xmlns:aop="http://www.springframework.org/schema/aop"
-    xmlns:mvc="http://www.springframework.org/schema/mvc"  
-    xmlns:context="http://www.springframework.org/schema/context"  
-    xsi:schemaLocation="http://www.springframework.org/schema/beans  
-                        http://www.springframework.org/schema/beans/spring-beans.xsd  
-                        http://www.springframework.org/schema/mvc  
-                        http://www.springframework.org/schema/mvc/spring-mvc.xsd  
-                        http://www.springframework.org/schema/context  
-                        http://www.springframework.org/schema/context/spring-context.xsd
-                        http://www.springframework.org/schema/aop 
-                        http://www.springframework.org/schema/aop/spring-aop-4.3.xsd" >  
-	
-	<!-- 数据源的配置 -->
-	<!-- 线上环境数据库地址 -->
-	<bean id = "dataSource" class="org.apache.commons.dbcp.BasicDataSource">
-		<property name="driverClassName" value = "com.mysql.jdbc.Driver"></property>
-		<property name="url" value = "jdbc:mysql://54.223.42.80:3306/cgbDebtCollection?useUnicode=true&amp;characterEncoding=UTF-8"></property>
-		<property name="username" value = "root"></property>
-		<property name="password" value = "sql345678"></property>
-	</bean>
-	<!-- 本地开发环境数据库地址 -->
-	<!-- <bean id = "dataSource" class="org.apache.commons.dbcp.BasicDataSource">
-		<property name="driverClassName" value = "com.mysql.jdbc.Driver"></property>
-		<property name="url" value = "jdbc:mysql://127.0.0.1:3306/cgbdebtcollection?useUnicode=true&amp;characterEncoding=UTF-8"></property>
-		<property name="username" value = "root"></property>
-		<property name="password" value = "sql345678"></property>
-	</bean> -->
-	
-	<!-- session工厂 -->
-	<bean id="sqlSessionFactory" class="org.mybatis.spring.SqlSessionFactoryBean">
-		<property name="dataSource" ref="dataSource"/>
-		<property name="mapperLocations" value="classpath:com/fuzamei/mapper/*.xml"/>
-		<property name="configLocation" value = "classpath:mybatis-config.xml"/>
-	</bean>
-	
-	<bean class="org.mybatis.spring.mapper.MapperScannerConfigurer">                                         
-        <!-- <property name="basePackage" value="com.fuzamei.mapper" />  --> 
-        <property name="basePackage" value="com.fuzamei.mapperInterface" />                                      
-        <property name="sqlSessionFactoryBeanName" value="sqlSessionFactory"></property>                     
-    </bean>
-    
-  
-        
-         <bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver"> 
-          
-             <property name="defaultEncoding" value="utf-8"/> 
-            
-             <property name="maxUploadSize" value="20000000000"/> 
-           
-             <property name="maxInMemorySize" value="200000"/> 
-    	</bean>
-</beans>

二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/cros/CORSFilter.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSAEngine$OneShotSpec.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSAEngine.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSAKey.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSAPrivateKey.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSAPublicKey.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSASecurityProvider$1.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/EdDSASecurityProvider.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/KeyFactory.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/KeyPairGenerator.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/Utils.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/Constants.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/Curve.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/Encoding.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/Field.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/FieldElement.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/GroupElement$Representation.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/GroupElement.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/ScalarOps.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/bigint/BigIntegerFieldElement.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/bigint/BigIntegerLittleEndianEncoding.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/bigint/BigIntegerScalarOps.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/ed25519/Ed25519FieldElement.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/ed25519/Ed25519LittleEndianEncoding.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/math/ed25519/Ed25519ScalarOps.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/spec/EdDSAGenParameterSpec.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/spec/EdDSANamedCurveSpec.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/spec/EdDSANamedCurveTable.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/spec/EdDSAParameterSpec.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/spec/EdDSAPrivateKeySpec.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/eddsa/spec/EdDSAPublicKeySpec.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/http/HttpRequest.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/http/HttpsRequest$MyX509TrustManager.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/http/HttpsRequest.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/http/Request.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/http/RequestFactory.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/interceptor/TokenInterceptor.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/servlet/ConfigLoadListener.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/theromus/sha/Keccak.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/theromus/sha/Parameters.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/theromus/utils/HexUtils.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/DateUtil.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/EncryptUtil.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/JSONUtil.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/MapUtil.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/PageDTO.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/PageUtil.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/ReadConfUtil.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/ReadExcel.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/RegxUtils.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/StringToList.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/URLUtil.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/WDWUtil.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/blockchain/BlockChainUtil.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/blockchain/HexUtil.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/blockchain/KeyUtils.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/blockchain/ProtobufBean.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/blockchain/ProtobufUtils.class


二进制
fund_trusteeship_ccb/target/classes/com/fuzamei/utils/blockchain/RequestAccountBean.class


+ 0 - 6
fund_trusteeship_ccb/target/classes/conf.properties

@@ -1,6 +0,0 @@
-#测试版区块链地址
-block_ip=114.55.178.27
-block_port=46657
-#最大的公私钥对,前面私钥,后面是公钥
-privateKey=90b289fda1fb0439158f837bbe60cc1ec99616dd0bc6335d6fd0bf3d22888e20
-publicKey=b15a4f6c5c1163b5f80715c9bd87d5118ec4b5668cb29f148eeceec61ddeadc2

二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$1.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCasePool$1.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCasePool$Builder.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCasePool.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCasePoolOrBuilder.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCompany$1.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCompany$Builder.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCompany.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaCompanyOrBuilder.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaList$1.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaList$Builder.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaList.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$AreaListOrBuilder.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$Bank$1.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$Bank$Builder.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$Bank.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$BankOrBuilder.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$Banks$1.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$Banks$Builder.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$Banks.class


二进制
fund_trusteeship_ccb/target/classes/gfp2p/Api$BanksOrBuilder.class


部分文件因为文件数量过多而无法显示