Skip to content

Latest commit

 

History

History
35 lines (13 loc) · 315 Bytes

README.md

File metadata and controls

35 lines (13 loc) · 315 Bytes

Spring Base Annotation Config

spring for session


1、 install redis

wget http://download.redis.io/redis-stable.tar.gz

tar xvzf redis-stable.tar.gz

cd redis-stable make

make install

$ redis-server

2、start two tomcat

3、remove cookie

$ redis-cli keys '*' | xargs redis-cli del