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:
anuragkumawat 2023-07-05 23:10:52 +05:30 committed by GitHub
parent 6130c8436d
commit 14ffda870b
3 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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)

View File

@ -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)