|
|
@@ -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>
|
|
|
|