升级到springboot3后 HttpServletResponse的包名发生变化

Signed-off-by: coach-tam <yaorange2019@sina.com>
pull/412/head
coach-tam 4 months ago committed by Gitee
parent ec15604725
commit aeb698985b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -2,7 +2,7 @@ package ${packageName}.controller;
import java.util.List; import java.util.List;
import java.io.IOException; import java.io.IOException;
import javax.servlet.http.HttpServletResponse; import jakarta.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;

Loading…
Cancel
Save