当前位置 : 主页 > 网络编程 > 其它编程 >

springboot在IDEA中实现热部署

来源:互联网 收集:自由互联 发布时间:2023-07-02
gradle构建形式添加依赖compile(org.springframework.boot:spring-boot-devtools)其他设置步骤1步骤2按下Ctrl+Alt+Shift gradle构建形式 添加依赖 compile("org.springframework.boot:spring-boot-devtools") 其他设置 步骤1 步
gradle构建形式添加依赖compile(org.springframework.boot:spring-boot-devtools)其他设置步骤1步骤2按下Ctrl+Alt+Shift

gradle构建形式

添加依赖

compile("org.springframework.boot:spring-boot-devtools")

其他设置

  • 步骤1

  • 步骤2

按下 Ctrl+ Alt + Shift + / ,做如下操作:

这样设置之后,修改后台代码,马上重启,html页面刷新后也能看到效果!

网友评论