반응형 Coding/Spring Boot2 [Spring Boot] 프로젝트 실행시 포트(port) 변경하는 초간단 방법 !! [Spring Boot] 프로젝트 실행시 포트(port) 변경하는 초간단 방법 !! src -> main -> resources -> application.properties 로 가셔서 포트번호 원하시는번호로 변경해주시면 끝 ! 2022. 11. 30. [Spring Boot] 스프링부트에서 JSP view 설정하기 !! Spring Boot 스프링부트에서 JSP view 설정하기 !! 기본적으로 spring-boot-starter-web 에 포함된 tomcat 은 JSP 엔진을 포함하고 있지 않기 때문에 jsp 파일은 Springboot 의 templates 폴더안에서 작동하지 않게 됩니다 !! jsp를 적용하기 위해서 아래와 같은 의존성을 추가 해주셔야 합니다. pom.xml javax.servlet jstl org.apache.tomcat.embed tomcat-embed-jasper build.gradle dependencies { implementation 'javax.servlet:jstl' implementation "org.apache.tomcat.embed:tomcat-embed-jasper" } 의존성 .. 2022. 3. 3. 이전 1 다음 728x90 반응형