소스 검색

咨询师管理员审核列表修改

anderx 3 년 전
부모
커밋
d56c19ad60
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/spring/spring-shiro.xml

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

@@ -63,7 +63,7 @@
 	<bean id="shrioRedisCacheManager"
 		class="com.goafanti.core.shiro.cache.ShiroRedisCacheManager">
 		<property name="redisTemplate" ref="sessionRedisTemplate" />
-<!--	token有效时间-->
+<!--	token有效时间  7200=120*60 则为2小时 -->
 		<property name="expire" value="7200" />
 	</bean>