# example-spring-boot-security **Repository Path**: kedocode/example-spring-boot-security ## Basic Information - **Project Name**: example-spring-boot-security - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-24 - **Last Updated**: 2021-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 security See 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 spring-boot:run` 3. Point your browser to [http://localhost:8080/](http://localhost:8080/)