JAVA-21457 Add SpringFox module to spring-boot-modules pom (#14344)
* JAVA-21457 Add SpringFox module to spring-boot-modules pom * JAVA-21460 Update articles URLs for new annotations
This commit is contained in:
parent
6130c8436d
commit
14ffda870b
|
@ -73,6 +73,7 @@
|
||||||
<module>spring-boot-swagger-2</module>
|
<module>spring-boot-swagger-2</module>
|
||||||
<module>spring-boot-swagger-jwt</module>
|
<module>spring-boot-swagger-jwt</module>
|
||||||
<module>spring-boot-swagger-keycloak</module>
|
<module>spring-boot-swagger-keycloak</module>
|
||||||
|
<module>spring-boot-swagger-springfox</module>
|
||||||
<module>spring-boot-testing</module>
|
<module>spring-boot-testing</module>
|
||||||
<module>spring-boot-testing-2</module>
|
<module>spring-boot-testing-2</module>
|
||||||
<module>spring-boot-testing-spock</module>
|
<module>spring-boot-testing-spock</module>
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
- [Swagger: Specify Two Responses with the Same Response Code](https://www.baeldung.com/swagger-two-responses-one-response-code)
|
- [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)
|
- [Specify an Array of Strings as Body Parameters in Swagger](https://www.baeldung.com/swagger-body-array-of-strings)
|
||||||
- [Swagger @ApiParam vs @ApiModelProperty](https://www.baeldung.com/swagger-apiparam-vs-apimodelproperty)
|
- [Swagger @Parameter vs @Schema](https://www.baeldung.com/swagger-parameter-vs-schema)
|
||||||
- [Map Date Types With OpenAPI Generator](https://www.baeldung.com/openapi-map-date-types)
|
- [Map Date Types With OpenAPI Generator](https://www.baeldung.com/openapi-map-date-types)
|
||||||
- [API First Development with Spring Boot and OpenAPI 3.0](https://www.baeldung.com/spring-boot-openapi-api-first-development)
|
- [API First Development with Spring Boot and OpenAPI 3.0](https://www.baeldung.com/spring-boot-openapi-api-first-development)
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
- [Generate PDF from Swagger API Documentation](https://www.baeldung.com/swagger-generate-pdf)
|
- [Generate PDF from Swagger API Documentation](https://www.baeldung.com/swagger-generate-pdf)
|
||||||
- [Setting Example and Description with Swagger](https://www.baeldung.com/swagger-set-example-description)
|
- [Setting Example and Description with Swagger](https://www.baeldung.com/swagger-set-example-description)
|
||||||
- [Document Enum in Swagger](https://www.baeldung.com/swagger-enum)
|
- [Document Enum in Swagger](https://www.baeldung.com/swagger-enum)
|
||||||
- [@ApiOperation vs @ApiResponse in Swagger](https://www.baeldung.com/swagger-apioperation-vs-apiresponse)
|
- [@Operation vs @ApiResponse in Swagger](https://www.baeldung.com/swagger-operation-vs-apiresponse)
|
||||||
|
|
Loading…
Reference in New Issue