Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 17 days 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 (7 months ago)
- Default Branch: master
- Last Pushed: 2024-08-11T10:55:36.000Z (6 months ago)
- Last Synced: 2025-01-19T06:44:46.141Z (19 days 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.