geowarin / boot-react

A starter application with spring boot and react
MIT License
591 stars 155 forks source link

session in redis not work #27

Closed awephy closed 8 years ago

awephy commented 8 years ago

GET /api/session will not work if you haven't provided JedisConnectionFactory Bean according to the EnableRedisHttpSession docs.

geowarin commented 8 years ago

Hi @marsgipple. The JedisConnectionFactory is auto-configured in the RedisAutoConfiguration class so there is no need to redeclare it in our own configuration. But you can totally do it if you want.