Back-end/java
Path with "WEB-INF" or "META-INF 에러
Nellie Kim
2023. 9. 13. 11:14
728x90
build.gradle에서 아래의 의존성 버전만 지워줌!!
// implementation 'org.apache.tomcat.embed:tomcat-embed-jasper:10.1.11'
implementation 'org.apache.tomcat.embed:tomcat-embed-jasper'
해결완료!