java-tutorials/spring-boot-modules/spring-boot-swagger-2/README.md

9 lines
683 B
Markdown
Raw Normal View History

### Relevant Articles:
- [Swagger: Specify Two Responses with the Same Response Code](https://www.baeldung.com/swagger-two-responses-one-response-code)
- [Specify an Array of Strings as Body Parameters in Swagger](https://www.baeldung.com/swagger-body-array-of-strings)
- [Swagger @Parameter vs @Schema](https://www.baeldung.com/swagger-parameter-vs-schema)
2023-02-24 06:37:14 -05:00
- [Map Date Types With OpenAPI Generator](https://www.baeldung.com/openapi-map-date-types)
2023-03-16 12:29:23 -04:00
- [API First Development with Spring Boot and OpenAPI 3.0](https://www.baeldung.com/spring-boot-openapi-api-first-development)
2023-07-24 05:29:53 -04:00
- [Swagger @ApiParam vs @ApiModelProperty](https://www.baeldung.com/swagger-apiparam-vs-apimodelproperty)