Saul's blog Saul's blog
首页
后端
分布式
前端
更多
分类
标签
归档
友情链接
关于
GitHub (opens new window)

Saul.J.Wu

立身之本,不在高低。
首页
后端
分布式
前端
更多
分类
标签
归档
友情链接
关于
GitHub (opens new window)
  • 面试题

  • 博客搭建

  • 部署相关

  • 填坑

  • Python

  • 其他

    • Vagrant虚拟机快速搭建开发环境
    • Linux无法上网
    • yarn和npm命令对比
    • npm构建常用报错
    • windows右键打开终端
    • 微软输入法设置
    • 使用Navicat自动定期备份数据
    • Windows下用Chocolatey管理包工具
    • 右键新建markdown文件
    • 怎样开通gmail邮箱smtp服务
    • Typora+PicGo图床
    • vuepress主题升级
    • win10查看wifi密码
    • win10端口占用解决
    • SpringBoot开启热部署
      • 1、设置自动编译
      • 2、设置运行时也修改
      • 3、引入maven
    • VSCode Remote体验
  • 收藏夹

  • 友情链接
  • 更多
  • 其他
SaulJWu
2021-05-06

SpringBoot开启热部署

# 1、设置自动编译

image-20210506085737193

# 2、设置运行时也修改

  • ctrl+shift+alt+/(maintenance)
  • 选择Registry
  • 勾选compiler.automake.allow.when.app.running

image-20210506090344304

# 3、引入maven

<!--热部署-->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-devtools</artifactId>
</dependency>
1
2
3
4
5
帮我改善此页面 (opens new window)
上次更新: 2021/05/06, 06:25:45
win10端口占用解决
VSCode Remote体验

← win10端口占用解决 VSCode Remote体验→

最近更新
01
zabbix学习笔记二
02-28
02
zabbix学习笔记一
02-10
03
Linux访问不了github
12-08
更多文章>
Theme by Vdoing | Copyright © 2020-2022 Saul.J.Wu | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式