-
## 이슈 유형
- [ ] 버그 리포트
- [ ] 기능 개발
- [x] 설정
- [ ] 질문
## 설명
해당 이슈는 명식이 마이그레이션 백엔드 초기 설정에 대해서 생성된 이슈입니다.
Kotlin Multi Module 기반의 프로젝트로 Core와 Admin형태로 현재 모듈을 생성하였고 필요하다면 추가하도록 하겠습니다.
@dldmsql 혹시…
-
The following Maven dependency is not getting resolved. Hence, getting compilation failure on some of the references present in SpringRestDocsAPIDocumentationTest.class.
Example: org.springframework.…
-
http://localhost:8432/restdoc/document/80c09aafab9e3781bd05cb725a5eb84e/snippet/view?type=requestBody&field=data[0].componentName
-
Reproducible repository at: https://github.com/unlimitedsola/restdocs-empty-body-issue
The generated asciidoc doesn't contain any request body/parameter
-
Controllers using MessageMapping(s) instead of rest endpoint have very similar requirements for documentation.
Could spring-restdocs be used for those controllers too?
Polve updated
6 years ago
-
Hi,
I am trying to use rest-docs / restdocs-api-spec to generate the openapi spec for these two endpoints :
the first endpoint returns a list of Driver and the second one just one driver.
…
-
**OpenAPI**: we should try https://github.com/springfox/springfox/issues/1773 which has been merged and see if functional support is ok.
**Spring REST docs**: we should test `WebTestClient` support…
-
로그인 테스트 개선하기
-
### 프로젝트 세팅 w.Spring Initializr
- [x] data jpa
- [x] spring boot validation
- [x] spring starter web
- [x] spring starter hateoas
- [ ] modelmapper
- [ ] spring-boot-devtools
- [x] mysql
- [x]…
-
Thanks for the project! Unfortunately looks like the project cannot be used with spring-docs 2+ version.
I have add to test basic config:
```
mockMvc.
...
.andDo(createDocumentation())
.andD…