Revert "1:补充向阀门中添加特殊属性的业务 2:修改request获取ip的方式(前面接的有nginx直接用request.getRemoteAddr无法获取到)"

This reverts commit 736ec03da9.
This commit is contained in:
renkaige
2018-12-15 10:48:28 +06:00
parent 736ec03da9
commit 7ddf9fee13
10 changed files with 113 additions and 115 deletions

View File

@@ -209,7 +209,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<!-- <scope>test</scope> -->
<scope>test</scope>
</dependency>
<dependency>
@@ -537,10 +537,6 @@
<groupId>org.mortbay.jetty</groupId>
<artifactId>jsp-api-2.1</artifactId>
</exclusion>
<exclusion>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>