博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
spring-boot-devtools在Idea中热部署方法
阅读量:5891 次
发布时间:2019-06-19

本文共 855 字,大约阅读时间需要 2 分钟。

hot3.png

1 pom.xml文件

热部署功能spring-boot-1.3开始有的

org.springframework.boot
spring-boot-devtools
true

:project 中添加 spring-boot-maven-plugin,主要在eclipse中使用,idea中不需要添加此配置。

org.springframework.boot
spring-boot-maven-plugin
true

2 更改idea配置  

1) “File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中打勾 “Build project automatically” 。2)组合键:“Shift+Ctrl+Alt+/”,选择 “Registry” ,选中打勾 “compiler.automake.allow.when.app.running” 。

Chrome禁用缓存

  F12或者“Ctrl+Shift+I”,打开开发者工具,“Network” 选项卡下 选中打勾 “Disable Cache(while DevTools is open)” 

转载于:https://my.oschina.net/u/2300159/blog/1618270

你可能感兴趣的文章
解决laravel-admin中select在form编辑时不能自动选中当前的值的问题
查看>>
Android平台的Swift—Kotlin
查看>>
用js写插入排序和选择排序
查看>>
Node.js 中 JavaScript 代码的执行顺序
查看>>
关于微信小程序的二三事(理论篇)
查看>>
前端开发小乐趣
查看>>
微信小游戏初试
查看>>
7.ORM与SQLAlchemy (3) - flask-migrate数据库迁移
查看>>
Shiro权限管理(一)——介绍
查看>>
scrapy学习之路5(selenium集成到scrapy下(crawspider未测试))
查看>>
开源组件
查看>>
【354天】跃迁之路——程序员高效学习方法论探索系列(实验阶段112-2018.01.25)...
查看>>
AIDL的基本使用
查看>>
使用开源工具fluentd-pilot收集容器日志
查看>>
作为设计师的我做了个小 APP,并且有稳定的被动收入
查看>>
CentOS7安装ecshopV2.7.3过程中mysql不支持问题
查看>>
TextView SpannableString 使用之实现可点击超链接效果
查看>>
three.js 中文文档 6.创建文字
查看>>
mongodb学习笔记
查看>>
把你的网站升级成HTTP/2
查看>>