Spring Boot session Store type is ' null '

Source: Internet
Author: User

After searching the web, we found that the session store type was used to store the session, and currently only the Redis mode is supported in spring boot. Since this application does not need to put the session into Redis, it is possible to set the session store type to none.

Here we put this configuration information into Application.properites:

# Default-store in spring session. It'll be set in Redis only outside.

Spring.session.store-type=None

Start again, success.

If you use Redis storage session:

Application.properties Configuration

spring.session.store-type=redis
To join the Redis configuration:

Spring. Redis. database=0spring. Redis. host=localhostspring.redis.password=spring .redis.pool8spring.redis .pool.max-idle= 8spring.redis.pool .max-wait=-1spring.pool.min-idle= 0spring.redis.port= 6379 

Spring Boot Session store type is ' null '

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.