-
Notifications
You must be signed in to change notification settings - Fork 2
TODO
부종민 edited this page Aug 6, 2021
·
1 revision
- openapi 소스 확인
- set up base code of project
- package 구조 설정(http, entity, http.dto.Request/Response)
- test
- controller boilerplate generate
- jsr303 bean validation
- path paramter, query paramter, form paramter, header value
- content type => application/x-www-form-urlencoded, application/json
- add handler for bean validation exception
- path paramter, query paramter, form paramter, header value
- jsr303 bean validation
- service boilerplate generate
- service impl boilerplate test
end of page