Add /management endpoint provided via Spring Actuator
- Daniel Gerhardt authored
We do not use any data sources at the moment and the auto config causes problems when the application is deployed to Tomcat.
@@ -33,6 +33,8 @@ import org.springframework.boot.actuate.endpoint.http.ActuatorMediaType;
@@ -101,7 +103,9 @@ import de.thm.arsnova.websocket.ArsnovaSocketioServerImpl;