https://github.com/donghl-dev/study-tdd
Spring Boot를 이용한 테스트 주도 개발 연습.
https://github.com/donghl-dev/study-tdd
jpa-hibernate junit4 rest-api spring-boot tdd
Last synced: about 2 months ago
JSON representation
Spring Boot를 이용한 테스트 주도 개발 연습.
- Host: GitHub
- URL: https://github.com/donghl-dev/study-tdd
- Owner: donghL-dev
- Created: 2019-08-10T04:12:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T11:36:40.000Z (almost 7 years ago)
- Last Synced: 2025-02-05T11:52:08.296Z (over 1 year ago)
- Topics: jpa-hibernate, junit4, rest-api, spring-boot, tdd
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TDD 연습을 위한 REST-API 작성
> 2019년 여름방학에 테스트 주도 개발과 Spring Boot 기반의 REST-API 서버 개발을 연습하면서 소스코드 관리 및 보관을 위해 만들어진 저장소입니다. 변동사항은 주기적으로 저장소에 반영할 예정입니다.
## 준비사항
* JDK (>=8)
* gradle or Intelij
* Spring Boot (>=2.x)
## 실행방법
* 추후 추가.
## TODO
* [ ] 모델 생성
* [ ] 컨트롤러
* [ ] 서비스