https://github.com/rlnkoo/spring-user-service-app
User service application created in Java + Spring Boot
https://github.com/rlnkoo/spring-user-service-app
java spring thymeleaf
Last synced: about 1 month ago
JSON representation
User service application created in Java + Spring Boot
- Host: GitHub
- URL: https://github.com/rlnkoo/spring-user-service-app
- Owner: rlNkoo
- Created: 2024-07-02T17:18:20.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T10:55:36.000Z (almost 2 years ago)
- Last Synced: 2025-03-11T14:53:25.946Z (over 1 year ago)
- Topics: java, spring, thymeleaf
- Language: Java
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Application in Java + Spring Boot
## Description
This is a web application developed using Java and the Spring Boot framework. The application includes various functionalities related to user management and authentication.
## Technologies
- **Java**
- **Spring Boot**
- **Spring Security**
- **Thymeleaf**
- **MySQL**
## Features
1. **User Registration**
- New user registration with an activation link sent to the provided email address.
2. **Login**
- User login functionality using Spring Security.
3. **Password Recovery**
- Password recovery option with a verification link sent to the user's email.
4. **User Management**
- Adding, editing, and deleting users.
5. **Frontend**
- Frontend created using Thymeleaf.