https://github.com/josdem/spring-boot-security
Shows how to configure security in a Spring Boot application
https://github.com/josdem/spring-boot-security
gradle spring-boot spring-boot-security thymeleaf
Last synced: 3 months ago
JSON representation
Shows how to configure security in a Spring Boot application
- Host: GitHub
- URL: https://github.com/josdem/spring-boot-security
- Owner: josdem
- Created: 2018-03-15T01:19:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T00:32:32.000Z (over 2 years ago)
- Last Synced: 2025-10-07T01:49:52.127Z (3 months ago)
- Topics: gradle, spring-boot, spring-boot-security, thymeleaf
- Language: Java
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring Boot Security
----------------------------
This project shows how to implement in-Memory and Database authentication in a Spring Boot project
#### To run the project
```bash
gradle bootRun
```
#### Read this as reference
* http://josdem.io/techtalk/spring/spring_boot_security/
* http://josdem.io/techtalk/spring/spring_boot_security_database/