jstl

Spring jsp with jstl is displayed as text

@RestController public class GeneralPageController { @RequestMapping(value = "/general", method = GET) private Model ... > <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> Then the jsp opens but jstl does not work

Request method 'POST' not supported in Spring MVC

Please help me solve the problem Jsp <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> < ... Description The method received in the request-line is known by the origin server but not supported by the target resource.