SpringBoot + Security + JPA + MySql + Thymeleaf + Remember Me
Java1.8
SpringBoot 2.1.6
Spring Security
JPA
Thymeleaf
MySql
Create a db in mysql
Run the sql script file springboot_security_db_script.sql inside springboot-security-jpa-mysql-thymeleaf\src\main\resources
Change the database details property
Right click on class SpringBootSecurityJpaMySqlThymeleafApplication and run as Springboot App