ProjectManagmentTool/src/main/resources/gen-config.json

21 lines
572 B
JSON
Raw Normal View History

2024-09-12 22:01:00 +00:00
{
"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"
}
}