November 2017
Intermediate to advanced
542 pages
14h 24m
English
The token-based remember-me section does not need any additional dependencies other than the basic setup from Chapter 2, Getting Started with Spring Security. However, you will want to ensure you include the following additional dependencies in your pom.xml file if you are leveraging the persistent-based remember-me feature. We have already included these dependencies in the chapter's sample, so there is no need to update the sample application:
//build.gradle dependencies { // JPA / ORM / Hibernate: compile('org.springframework.boot:spring-boot-starter-data-jpa') // H2 RDBMS runtime('com.h2database:h2') ... }
Read now
Unlock full access