SpringBoot + Security + JPA + MySql + JSP + Remember Me
Java1.8
SpringBoot 2.1.6
Spring Security
JPA
JSP
MySql
Create a db in mysql
Run the sql script file springboot_security_db_script.sql inside springboot-security-jpa-mysql-jsp\src\main\resources
Change the database details property
Note: If you don't run in below way, it will throw error
There was an unexpected error (type=Not Found, status=404). No message available
There was an unexpected error (type=Not Found, status=404). login.jsp
mvn clean spring-boot:run
OR #intellij
In the maven window ,under lifecycle run the clean goal then under plugins/spring-boot run the spring-boot:run goal
OR #Eclipse