gxhy
parent
6502c36e23
commit
d1e33a4f21
19
pom.xml
19
pom.xml
|
|
@ -18,23 +18,6 @@
|
||||||
<target>1.8</target>
|
<target>1.8</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
|
||||||
<artifactId>jetty-maven-plugin</artifactId>
|
|
||||||
<version>9.4.0.v20161208</version>
|
|
||||||
<configuration>
|
|
||||||
<stopKey>stop</stopKey>
|
|
||||||
<stopPort>5206</stopPort>
|
|
||||||
<webApp>
|
|
||||||
<contextPath>/</contextPath>
|
|
||||||
</webApp>
|
|
||||||
<scanIntervalSeconds>5</scanIntervalSeconds>
|
|
||||||
<httpConnector>
|
|
||||||
<port>4206</port>
|
|
||||||
<idleTimeout>60000</idleTimeout>
|
|
||||||
</httpConnector>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
@ -71,7 +54,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.cloudowr</groupId>
|
<groupId>cn.cloudowr</groupId>
|
||||||
<artifactId>sdk</artifactId>
|
<artifactId>sdk</artifactId>
|
||||||
<version>1.3.4</version>
|
<version>1.4.16</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
package cn.cloudowr.ywxj.shangbao;
|
package cn.cloudowr.ywxj.shangbao;
|
||||||
|
|
||||||
import cn.cloudowr.sdk.JQueryParameterFilter;
|
|
||||||
import cn.cloudowr.sdk.jfinal.ErrorInterceptor;
|
import cn.cloudowr.sdk.jfinal.ErrorInterceptor;
|
||||||
|
import cn.cloudowr.sdk.jfinal.JQueryParameterFilter;
|
||||||
import com.jfinal.config.*;
|
import com.jfinal.config.*;
|
||||||
import com.jfinal.template.Engine;
|
import com.jfinal.template.Engine;
|
||||||
import com.mongodb.MongoClient;
|
import com.mongodb.MongoClient;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue