https://github.com/mehmetpekdemir/swagger
Swagger project
https://github.com/mehmetpekdemir/swagger
spring-boot swagger swagger-ui
Last synced: 3 months ago
JSON representation
Swagger project
- Host: GitHub
- URL: https://github.com/mehmetpekdemir/swagger
- Owner: mehmetpekdemir
- Created: 2020-08-11T11:55:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T23:58:48.000Z (about 5 years ago)
- Last Synced: 2025-06-29T21:37:04.760Z (3 months ago)
- Topics: spring-boot, swagger, swagger-ui
- Language: Java
- Homepage: https://github.com/mehmetpekdemir/Swagger
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swagger
### This is Swagger project.
### Tech Stack
- Java version 11
- Spring Boot
- Spring Data
- H2 Database
- Swagger
### RequirementsFor building and running the application you need:
- [JDK 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) or newer .
- [Maven 3](https://maven.apache.org)
- [Lombok](https://projectlombok.org)### Build & Run
```
mvn clean install && mvn --projects backend spring-boot:run
```
### Port
```
http://localhost:8082
```### Swagger ui
```
http://localhost:8082/swagger-ui.html
```### Features
