jsp

    Spring Boot에서 JSP 사용하기

    Spring Boot에서 JSP 사용하기

    Spring Boot에서 JSP를 사용하는 방법에 대해 정리한다. Spring Boot 환경에서 JSP는 Pivotal에서 추천하는 방법이 아니다. Thymeleaft와 같은 서버 렌더링 엔진을 추천한다. JSP Limitations When running a Spring Boot application that uses an embedded servlet container (and is packaged as an executable archive), there are some limitations in the JSP support. - With Jetty and Tomcat, it should work if you use war packaging. An executable war will work whe..