https://github.com/sosow0212/mentoring
22MJU Rest API 스프링 멘토 활동을 위해 제작한 프로젝트입니다.
https://github.com/sosow0212/mentoring
rest rest-api restful-api
Last synced: about 1 year ago
JSON representation
22MJU Rest API 스프링 멘토 활동을 위해 제작한 프로젝트입니다.
- Host: GitHub
- URL: https://github.com/sosow0212/mentoring
- Owner: sosow0212
- Created: 2022-06-25T03:43:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T07:01:32.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T03:24:24.670Z (over 3 years ago)
- Topics: rest, rest-api, restful-api
- Language: Java
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
명지대학교 스프링 멘토 활동
멘토 활동 설명
- 명지대학교 내부에서 멘토 활동을 진행하면서 멘티들을 위해 만든 프로젝트입니다.
- 멘티들은 본 프로젝트를 바탕으로 기초적인 Rest API를 배웁니다.
- 멘토링 진행 방식은 디스코드를 이용했고, 본 프로젝트를 라이브 코딩하면서 설명하였습니다.
주차 별 수업 내용 설명
- 1주차 : 스프링에 대해 알아보기
- 2~3주차 : Rest API 만들어보기 (단순 API로 기능만 구현)
- 4주차 : Rest API 만들어보기 (Exception, Response, Test code)
- 추가 학습 : Dto, Validation, Junit5 Test(Controller & Service)
Git Convention
- feat : 기능추가
- fix : 버그 수정
- refactor : 리팩토링, 기능은 그대로 두고 코드를 수정
- style : formatting, 세미콜론 추가 / 코드 변경은 없음
- chore : 라이브러리 설치, 빌드 작업 업데이트
- docs : 주석 추가 삭제, 문서 변경