Skip to content

evergreen-shankar/springboot-security-jpa-mysql-jsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

springboot-security-jpa-mysql-jsp

SpringBoot + Security + JPA + MySql + JSP + Remember Me

Java1.8

SpringBoot 2.1.6

Spring Security

JPA

JSP

MySql

Clone this repo to your local system

MySql Database Setup

Create a db in mysql

Run the sql script file springboot_security_db_script.sql inside springboot-security-jpa-mysql-jsp\src\main\resources

application.properties

Change the database details property

Run the app

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

Web Browser

http://localhost:8080/

References

About

Springboot webapp login with security example using mysql jpa jsp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published