diff --git a/docs/core-properties.html b/docs/core-properties.html index b5577ab..78e7b21 100644 --- a/docs/core-properties.html +++ b/docs/core-properties.html @@ -231,7 +231,7 @@
springdoc.use-management-port
false
Boolean. To expose the swagger-ui on the actuator management port.
Boolean. To expose the swagger-ui/scalar on the actuator management port.
springdoc.disable-i18n
Demo Spring Boot 3 WebFlux with Functional endpoints OpenAPI 3
@@ -91,7 +97,7 @@springdoc-openapi 2.x is compatible with spring-boot 3.
In general, you should only pick the last stable version as per today 2.8.11.
+In general, you should only pick the last stable version as per today 2.8.14.
More precisely, this the exhaustive list of spring-boot versions against which springdoc-openapi has been built:
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
- <version>2.8.11</version>
+ <version>2.8.14</version>
</dependency>
@@ -80,7 +80,7 @@