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

kotlin-spring.returnValue.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{{#serviceInterface}}ResponseEntity(service.{{operationId}}({{#allParams}}{{paramName}}{{#hasMore}}, {{/hasMore}}{{/allParams}}), HttpStatus.OK){{/serviceInterface}}{{^serviceInterface}}ResponseEntity(HttpStatus.NOT_IMPLEMENTED){{/serviceInterface}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy