@RestController
@RequestMapping(value="/version",
produces="application/json")
@Profile(value="!test")
public class VersionController
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VersionController.VersionInfo |
| Constructor and Description |
|---|
VersionController(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
VersionController.VersionInfo |
getVersion() |
@Autowired public VersionController(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
@RequestMapping(method=GET) public VersionController.VersionInfo getVersion()