JAVA-8293 Split or move Spring Boot module (fix review comments)

This commit is contained in:
mikr
2021-11-15 21:37:22 +01:00
parent 26d1bf5d58
commit 4da6f38cbd
2 changed files with 5 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ import java.time.LocalDateTime;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
//import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
import org.springframework.boot.web.support.SpringBootServletInitializer;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;