@RestController @RequestMapping(value="/rest/config") public class ConfigurationResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
protected String |
modelVersion |
protected String |
uidVersion |
| Constructor and Description |
|---|
ConfigurationResource() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<ConfigurationReport> |
getConfig() |
protected static final org.slf4j.Logger logger
@Value(value="${designer.modelVersion}")
protected String modelVersion
@Value(value="${designer.version}")
protected String uidVersion
@RequestMapping(method=GET) public org.springframework.http.ResponseEntity<ConfigurationReport> getConfig()
Copyright © 2020. All rights reserved.