Reloaded1 IntelliJ 15 + Spring boot + gradle Hot Swapping 설정 Spring boot 를 Intellij15 에서 실행하니 hot swapping 이 안되서 한참 찾아봄tomcat 프로젝트로 변경해서는 되는데 bootRun으로 하니 리소스나 html, class 수정해도 반응이 없음IDE 설정을 변경하고 나니 제대로 수행됨 1. Gradle Settingsbuildscript { ext { springBootVersion = '1.3.0.RELEASE' } repositories { mavenCentral() } dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") classpath 'org.springframework:springloaded:.. 2016. 4. 14. 이전 1 다음