io.github.itroadlabs.apicross.springmvc.templates.requestsHandlerMethodHttpMapping.hbs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apicross-springmvc Show documentation
Show all versions of apicross-springmvc Show documentation
Spring Web MVC code generator
The newest version!
@RequestMapping(
method = RequestMethod.{{httpMethod}},
path = "{{uriPath}}"
{{#if consumesMediaType}}, consumes = "{{consumesMediaType}}"{{/if}}
{{#if producesMediaType}}, produces = "{{producesMediaType}}"{{/if}}
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy