-
반응형
Console Log
Path with "WEB-INF" or "META-INF" 발생WARN 6868 --- [io-8080-exec-10] o.s.w.s.r.ResourceHttpRequestHandler: Path with "WEB-INF" or "META-INF": [WEB-INF/jsp/login/index.jsp]
WARN 252200 --- [nio-8080-exec-1] o.s.w.s.r.ResourceHttpRequestHandler: Path with "WEB-INF" or "META-INF":[WEB-INF/jsp/login/index.jsp]
pom.xml
tomcat-embed-jasper 추가<dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> </dependency>
반응형'▼ Backend > 스프링 (Spring)' 카테고리의 다른 글
Spring Boot | 웹 프로젝트 만들기 (Thymeleaf, Jar, Gradle, Eclipse) (0) 2021.07.19 Spring Boot | Gradle Tooling version 3.x is not installed (0) 2021.07.19 Spring Boot | Tiles (타일즈) 적용하기 (0) 2021.06.30 Spring Boot | 메일 발송하기 (Google SMTP) (10) 2021.06.01 Spring Boot | Scheduler 설정하기 (0) 2021.05.17