https://github.com/sogutemir/springtestexample
https://github.com/sogutemir/springtestexample
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sogutemir/springtestexample
- Owner: sogutemir
- Created: 2024-08-15T11:07:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T13:33:52.000Z (10 months ago)
- Last Synced: 2025-01-15T19:16:49.657Z (5 months ago)
- Language: Java
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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