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