An open API service indexing awesome lists of open source software.

https://github.com/sogutemir/springtestexample


https://github.com/sogutemir/springtestexample

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# SpringSecurityExample

## Description
This project is a Spring Boot application that demonstrates the use of Spring Security for securing RESTful APIs. It includes user authentication and authorization features.

## Technologies Used
- Java
- Spring Boot
- Spring Security
- Maven
- JUnit
- Mockito
- Jackson
- JavaFaker

## Setup Instructions
1. **Clone the repository**:
```bash
git clone https://github.com/sogutemir/SpringSecurityExample.git
cd SpringSecurityExample
```

2. **Build the project**:
```bash
mvn clean install
```

3. **Run the application**:
```bash
mvn spring-boot:run
```

## Running the Application
To run the application, use the following command:
```bash
mvn spring-boot:run