#LiveReload

spring-boot 速成(2) devtools之热部署及LiveReload

JRebel热部署插件相信很多人都知道,但是这是一款商业插件,spring-boot框架也提供了类似的功能,即:devtools,关键是免费的!使用方法如下:一、添加devtools依赖dependencies{compile('org.springframework.boot:spring-boot-starter-...