21 lines
572 B
JSON
21 lines
572 B
JSON
|
{
|
||
|
"library": "spring-boot",
|
||
|
"dateLibrary": "java8",
|
||
|
"hideGenerationTimestamp": true,
|
||
|
"modelPackage": "de.hmmh.pmt.oas",
|
||
|
"apiPackage": "de.hmmh.pmt.oas",
|
||
|
"invokerPackage": "de.hmmh.pmt.oas",
|
||
|
"serializableModel": true,
|
||
|
"openApiNullable": false,
|
||
|
"useTags": true,
|
||
|
"useGzipFeature": true,
|
||
|
"unhandledException": true,
|
||
|
"useSpringBoot3": true,
|
||
|
"useSwaggerUI": true,
|
||
|
"importMappings": {
|
||
|
"ResourceSupport": "org.springframework.hateoas.RepresentationModel",
|
||
|
"Link": "org.springframework.hateoas.Link"
|
||
|
}
|
||
|
}
|
||
|
|