Skip to content

Commit 542eaa1

Browse files
committed
Pins OpenAPI to 3.0, not defaulting to 3.1 (for legacy purposes).
1 parent b6b499f commit 542eaa1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

synt/synt-dagpenger/src/main/resources/application.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ spring:
22
config:
33
import: "dolly-application.yml"
44

5+
springdoc:
6+
api-docs:
7+
version: OPENAPI_3_0
8+
show-actuator: false
9+
510
logging:
611
level:
712
root: INFO

0 commit comments

Comments
 (0)