Closed
Description
Description
The Micronaut server generator controller classes have this annotation at the top
@Controller("${context-path}")
openapi-generator version
latest, 5.4.0
OpenAPI declaration file content or url
Suggest a fix/enhancement
I think it would be preferable to change this to:
@Controller
In micronaut you can configure a global context path in config, and the current method forces you to set a context-path
in config you very likely dont need.
Metadata
Metadata
Assignees
Labels
No labels