All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.itroadlabs.apicross.springmvc.templates.requestsHandlerMethodHttpMapping.hbs Maven / Gradle / Ivy

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