Skip to content

Commit b27aa99

Browse files
committed
Absolute servers url, workaround for Windows
"[BUG] openapi-generator-maven-plugin version 5.0.0 does not work for OpenApi 3.0 yml-files" OpenAPITools/openapi-generator#8260 "[BUG] 5.0.0 breaks generator if servers url relative" OpenAPITools/openapi-generator#8266
1 parent ab27ee1 commit b27aa99

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/swagger.api/password-validator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
33
title: Password validator module
44
version: v1
55
servers:
6-
- url: /tenant/
6+
- url: http://localhost:8081
77
paths:
88
/password/validate:
99
post:

src/main/resources/swagger.api/validator-registry.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
33
title: Validator Registry
44
version: v1
55
servers:
6-
- url: /tenant/
6+
- url: http://localhost:8081
77
paths:
88
/rules:
99
get:

0 commit comments

Comments
 (0)