springboot idea配置自动部署

1.引入jar包,链接
2.Idea配置如下图。windows快捷键Ctrl+Alt+S,即File—Setting
springboot idea配置自动部署_第1张图片
3.Idea配置,快捷键 Ctrl+Shift+Alt+/ ,点击 1.Registry,勾选如下图。重启项目即可。热部署的配置在application.yml或application.properties中写配置语句。可以不写,使用默认配置
springboot idea配置自动部署_第2张图片

你可能感兴趣的:(其他,springboot,热部署)