mvn package로 만든 jar 파일을 실행 시, /loginForm 과 같은 url 을 매핑하지 못하고 404 에러가 나온다.
ide에선 분명히 잘 되었지만, jar 파일에서는 제대로 안되는 것이다.
원인 mustache 를 classpath에서 못 찾은 것이다.
해결책 https://wylee-developer.tistory.com/19