VS Code로 Spring Boot 개발환경 세팅 개발(JSP 사용)

VSCODE setting build.gradle application.yml 스프링부트에는 정적자원 접근을 위한 디폴트 설정이 있다 보면 스프링부트는 resources > static 에서 정적자원에 접근한다 (자동생성된폴더) static 파일 아래 hello.html 파일을 두고 localhost:8080/hello.html 을 호출하면 정상적으로 로드된다 Tiles TilesConfig.java layout.jsp Controller