https://github.com/mehmetpekdemir/spring-boot-one-to-many
Spring Boot One To Many
https://github.com/mehmetpekdemir/spring-boot-one-to-many
one-to-many spring-boot
Last synced: about 21 hours ago
JSON representation
Spring Boot One To Many
- Host: GitHub
- URL: https://github.com/mehmetpekdemir/spring-boot-one-to-many
- Owner: mehmetpekdemir
- Created: 2020-12-20T20:43:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-26T17:54:26.000Z (almost 5 years ago)
- Last Synced: 2023-03-01T07:32:43.671Z (over 2 years ago)
- Topics: one-to-many, spring-boot
- Language: Java
- Homepage: https://github.com/mehmetpekdemir/Spring-Boot-One-To-Many
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot One To Many
### Tech Stack
- Java 11
- Spring Boot
- Spring Data
- REST-API
- H2 Database
- Lombok
- Swagger
### RequirementsFor building and running the application you need:
- [JDK 11](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html) or newer .
- [Maven](https://maven.apache.org)
- [Lombok](https://projectlombok.org/)### Build & Run
```
mvn clean install && mvn --projects your_project_name spring-boot:run
```
### Port
```
http://localhost:8081
```