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

https://github.com/ym1085/restful-web-service

study RESTful web services with spring boot
https://github.com/ym1085/restful-web-service

cloud restful-api spring-boot

Last synced: 2 months ago
JSON representation

study RESTful web services with spring boot

Awesome Lists containing this project

README

        

## RESTful web service

### 1. 요약

Spring Boot JPA를 이용하여 RESTful Web Services 개발하기 위한 개인 스터디 프로젝트입니다.

### 2. 기술 스펙

| Tech | Version |
|---------|-------------------|
| **JDK** | Java 11 |
| **F/W** | Spring Boot 2.5.11 |
| **DB** | H2 |
| **ORM** | Hibernate |

### 3. 문서 정리

- [[문서] Document](./document)