https://github.com/hendisantika/spring-boot-security-example
The application showing how to use Spring Boot with Spring Security for common needs
https://github.com/hendisantika/spring-boot-security-example
Last synced: about 2 months ago
JSON representation
The application showing how to use Spring Boot with Spring Security for common needs
- Host: GitHub
- URL: https://github.com/hendisantika/spring-boot-security-example
- Owner: hendisantika
- Created: 2017-09-28T00:16:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T21:21:01.000Z (3 months ago)
- Last Synced: 2025-03-21T22:25:02.237Z (3 months ago)
- Language: Java
- Size: 766 KB
- Stars: 21
- Watchers: 2
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example Spring Boot Security
============================The application showing how to use Spring Boot with Spring Security for common needs, such as:
* Customized login form
* DAO-based authentication
* Basic "remember me" authentication
* URL-based security
* Method-level securitySee the [Spring Boot Security Application](http://kielczewski.eu/2014/12/spring-boot-security-application/) article for
commentary.Requirements
------------
* [Java Platform (JDK) 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* [Apache Maven 3.x](http://maven.apache.org/)Quick start
-----------
1. `mvn clean spring-boot:run`
3. Point your browser to [http://localhost:8080/](http://localhost:8080/)Screen shot
-----------
Index Page
Login Page

Menu Page

List Users Page

Create New User Page

List Users Page

User Details Page
