Class VersionActuatorEndpoint
- java.lang.Object
-
- de.digitalcollections.commons.springboot.actuator.VersionActuatorEndpoint
-
@Component @Endpoint(id="version") public class VersionActuatorEndpoint extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVersionActuatorEndpoint.VersionResponse
-
Constructor Summary
Constructors Constructor Description VersionActuatorEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VersionActuatorEndpoint.VersionResponsegetVersion()
-
-
-
Method Detail
-
getVersion
@ReadOperation public VersionActuatorEndpoint.VersionResponse getVersion()
-
-