개발경험 및 메모/Spring & Java
SpringBoot2 JSP 실시간 적용방법
build.gradle dependencies { . . . implementation 'org.springframework.boot:spring-boot-devtools' . . . } spring boot 1.x 버전대 - application.yml server.jsp-servlet.init-parameters.development: true spring boot 2.x 버전대 - application.yml spring.devtools.livereload.enabled: true
2020. 8. 24. 11:01
최근댓글