-
[Spring boot] JSP view resolver + web socket + dev tools개발/Web 2020. 9. 10. 12:31
build.gradle
developmentOnly 'org.springframework.boot:spring-boot-devtools'
implementation 'org.apache.tomcat.embed:tomcat-embed-jasper'
implementation 'javax.servlet:jstl'
implementation 'org.springframework.boot:spring-boot-starter-websocket'
implementation 'org.webjars:stomp-websocket:2.3.3'
'개발 > Web' 카테고리의 다른 글
[Spring Security] static resource와 로그인 성공 후 error page에 관해 (0) 2020.10.08 [Spring boot] SpringBootApplication annotation + no explicit mapping for /error (0) 2020.09.11 [Spring boot] TilesConfig + tiles.xml (0) 2020.09.10 [Libraray] RXTX for Java (0) 2020.08.28 lastElementChild 프로퍼티 (0) 2020.05.26