springboot热部署设置
2021-06-09 21:05
标签:gis mpi strong spin style src inf call 图片 spingboot手动热部署和自动热部署(建议使用手动热部署) 手动热部署: 1、首先需要导入spring-boot-devtools依赖 2、在build里添加fork 3、选择上update classes and resources 4、启动springboot项目 5、项目启动后点击此处手动刷新 自动热部署: 1、首先需要导入spring-boot-devtools依赖 2、在build里添加fork 3、在settings下的Compiler处勾选Build project automatically 4、通过shift+ctrl+alt+/ 快捷键弹出Maintenance进入Registry项 5、找到此选项勾选上即可 springboot热部署设置 标签:gis mpi strong spin style src inf call 图片 原文地址:https://www.cnblogs.com/xiaoyaorenmumuxi/p/14482767.html
上一篇:Java配置环境的问题
下一篇:python单例的实现