Upgrade samples to Spring Boot 3.0.0-SNAPSHOT #

Closes gh-2074
This commit is contained in:
Eleftheria Stein
2022-04-29 10:25:48 +02:00
parent ea0aef9d97
commit 42580c3a44
10 changed files with 24 additions and 19 deletions

View File

@@ -16,7 +16,7 @@
package sample.web;
import javax.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletRequest;
import org.springframework.stereotype.Controller;
import org.springframework.util.ObjectUtils;