Upgrade to Spring Boot 2.2.5

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours 2020-03-12 11:02:26 +01:00
parent b9fe4ac2d1
commit 7d4d65c780
4 changed files with 19 additions and 20 deletions

View file

@ -3,7 +3,6 @@ package com.company.project.controllers;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
@Controller
public class HomeController {