jsp 파일을 만들고 springboot와 연동 후, jar 파일을 만들었을 때 다음과 같은 오류가 발생하였다. 이유는 jsp는 jar 패키징을 할 수 없기 때문이다. 공식 문서에서 jsp 대신 FreeMarker Groovy Thymeleaf Mustache 템플릿 엔진들을 쓰라고 말해주고 있다. 참고 28. Developing Web Applications The Spring Web MVC framework (often referred to as simply “Spring MVC”) is a rich “model view controller” web framework. Spring MVC lets you create special @Controller or @RestController beans to..