https://github.com/tdiprima/spring-boot-security
Spring Boot Security
https://github.com/tdiprima/spring-boot-security
github-actions spring-boot spring-security
Last synced: about 2 months ago
JSON representation
Spring Boot Security
- Host: GitHub
- URL: https://github.com/tdiprima/spring-boot-security
- Owner: tdiprima
- License: mit
- Created: 2024-05-20T18:12:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T14:29:18.000Z (8 months ago)
- Last Synced: 2025-02-03T15:32:13.423Z (8 months ago)
- Topics: github-actions, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-security
## Overview
This project integrates **Spring Security** into a **Spring Boot** application, following the guidance from an excellent but slightly outdated tutorial by [Java Brains](https://www.youtube.com/@Java.Brains). Some modifications may have been made to ensure compatibility with the latest versions of Spring Boot and Spring Security.### 📺 Tutorial Reference
This project is based on the YouTube tutorial:
**[Adding Spring Security to a new Spring Boot project](https://youtu.be/PhG5p_yv0zs?si=jocOpREvGhezZPbK)** by [Java Brains](https://www.youtube.com/@Java.Brains).### 🔄 Modifications & Adaptations
- The tutorial's content may not fully align with the latest Spring Boot and Spring Security updates.
- I may have made changes to get it working with modern configurations.
- Any deviations from the tutorial were implemented as needed.## ⚖️ License & Attribution
While this project was inspired by the Java Brains tutorial, the code was implemented independently.
If you believe there is a **licensing issue**, please **[open an issue](#)** or **contact the repository owner** for resolution.