为了账号安全,请及时绑定邮箱和手机立即绑定

我的热部署也不起作用是什么原因

热部署不起作用

正在回答

3 回答

二、spring-boot-devtools

  在pom中直接引入依赖

<dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-devtools</artifactId>
        <optional>true</optional></dependency>

  设置以下两项(第一项如已设置直接设置第二项)

 

  1) “File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中打勾 “Build project automatically” 。

 

  2) 组合键:“Shift+Ctrl+Alt+/” ,选择 “Registry” ,选中打勾 “compiler.automake.allow.when.app.running” 。

 

  之后直接正常run即可!


0 回复 有任何疑惑可以回复我~

使用idea 得另外配置东西

0 回复 有任何疑惑可以回复我~
#1

AllenSHC 提问者

需要配置啥
2018-06-10 回复 有任何疑惑可以回复我~

你看有没有引入依赖

<dependency>

<groupId>org.springframework.boot</groupId>

<artifactId>spring-boot-devtools</artifactId>

</dependency>


0 回复 有任何疑惑可以回复我~
#1

AllenSHC 提问者

依赖导入了 也配置了 但是不可以
2018-04-15 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

我的热部署也不起作用是什么原因

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信