anderx 5 years ago
parent
commit
0c22c8bce2
3 changed files with 6 additions and 9 deletions
  1. 2 2
      pom.xml
  2. 1 1
      src/main/resources/spring/spring-shiro.xml
  3. 3 6
      src/main/webapp/WEB-INF/web.xml

+ 2 - 2
pom.xml

@@ -4,8 +4,8 @@
 
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>com.goafanti</groupId>
-	<artifactId>kede-server</artifactId>
-	<name>kede-server</name>
+	<artifactId>basics-server</artifactId>
+	<name>basics-server</name>
 
 	<packaging>war</packaging>
 	<version>1.0.0-BUILD-SNAPSHOT</version>

+ 1 - 1
src/main/resources/spring/spring-shiro.xml

@@ -118,7 +118,7 @@
 		<!-- -->
 		<property name="sessionValidationInterval" value="3600000" />
 		<!-- -->
-		<property name="globalSessionTimeout" value="3600000" />
+		<property name="globalSessionTimeout" value="3600000" /> 
 		<property name="sessionDAO" ref="enterpriseCacheSessionDAO" />
 		<property name="cacheManager" ref="shrioRedisCacheManager" />
 		<!-- session -->

+ 3 - 6
src/main/webapp/WEB-INF/web.xml

@@ -1,10 +1,7 @@
-<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee 
-         http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
-         version="3.1">
+<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" version="3.1">
 
-	<display-name>AFT</display-name>
+	<display-name>basics</display-name>
 
 	<!-- The definition of the Root Spring Container shared by all Servlets 
 		and Filters -->