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
- Host: GitHub
- URL: https://github.com/ym1085/restful-web-service
- Owner: ym1085
- Created: 2022-03-27T06:06:25.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-28T10:29:51.000Z (about 3 years ago)
- Last Synced: 2025-01-22T18:12:06.258Z (4 months ago)
- Topics: cloud, restful-api, spring-boot
- Language: Java
- Homepage:
- Size: 456 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)