-
There is a test for a controller that uses "redirect:..." views but none for "forward:..." (and it seems to be non-obvious how to get the mock request dispatcher to dispatch back to the main servlet).…
dsyer updated
5 years ago
-
## List
- Exception Class, Exception Advice
- OpenAPI Swagger
- Common Response
### Exception Class, Exception Advice
- 요청값이 잘못되더라도 400 -> 200 으로 주는 것이 적절한지 고민
---
### Self Feedback
…
-
First of all thank you very much for your contribution on rest docs.
Here is my debug screenshot
and section of `resource.json`
```json
"requestFields" : [{
"attributes" : { },
…
-
Spring Cloud Contract is able to generate REST Docs from contracts, but currently the generated docs are quite spare, missing important information such as the ability to provide descriptions for requ…
-
The direct Swagger dep was created to have a quick and dirty hack for producing a meaningful swagger.json, b/c the controller methods just return a `Response` object, which can't be detected usefully …
-
The latest HTTP client for testing a Spring application is [org.springframework.web.client.RestClient](https://spring.io/blog/2023/07/13/new-in-spring-6-1-restclient), but according to the docs it is …
-
Hello there,
I'd like to document my API project and I am using `org.springdoc:springdoc-openapi-starter-common` and `org.springdoc:springdoc-openapi-starter-webmvc-ui` for doing so.
All the schem…
-
The following code produce a nice output in the type column, but It does not perform the assertion:
```
fieldWithPath("uid").type(Arrays.asList(JsonFieldType.STRING, JsonFieldType.NULL));
```
…
-
**[Kai Tödter](https://jira.spring.io/secure/ViewProfile.jspa?name=toedter_k)** opened **[DATAREST-884](https://jira.spring.io/browse/DATAREST-884?redirect=false)** and commented
With Spring Boot 1.3…
-
Is it possible to run AsciidocFx in headless mode, e.g. for CI Build of documents?