Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- SpringBoot
- AuthenticatoinProvide
- Pender
- REACT
- SpringRESTDocs
- vuejs
- MFA
- SWAGGER
- axios
- preventdefault
- openapi3
- tasklet
- Spring REST Docs
- Filter
- gradle
- cloud native
- Spring Batch
- stopPropogation
- Spring Security
- JavaScript
- MSA
- Flyway
- T-OTP
- cheerio
- vue
- Crawling
- 리액트
- UsernamePasswordAuthenticationFilter
- Reduxpender
- OpenStack
Archives
- Today
- Total
목록openapi3 (1)
Miracle Morning, LHWN
16-2. Spring REST Docs - 실제 사용해보기
# 앞서 만들어주었던 API 에 대한 테스트 코드를 작성한다. 아래와 같이 /api/user/{id} 요청에 대한 응답 명세를 작성해주고, 실행하면 generated-snippets 하위 폴더에 각 요청/응답에 대한 snippet 들이 생성된다. // test/java/com/spring/SpringRESTDocsPractice/UserApiDocumentation.java @RunWith(SpringRunner.class) @SpringBootTest public class UserApiDocumentation { @Rule public final JUnitRestDocumentation restDocumentation = new JUnitRestDocumentation(); @Autowired pr..
IT 기술/[JAVA] Spring Boot
2021. 5. 29. 11:44