Skip to content
Snippets Groups Projects
Commit 931a5b26 authored by Julian Horner's avatar Julian Horner
Browse files

Minor improvements

parent ff909604
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<packaging>war</packaging>
<name>dummy-service</name>
<description>Dummy service for microservice architecture</description>
<description>A dummy-service that manages some html documents</description>
<properties>
<java.version>1.8</java.version>
......
......@@ -5,11 +5,6 @@
package de.rtuni.ms.ds.controller;
import javax.servlet.RequestDispatcher;
import javax.servlet.http.HttpServletRequest;
import org.springframework.boot.web.servlet.error.ErrorController;
import org.springframework.http.HttpStatus;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment