
1 jsy123392550 2019-09-03 11:04:45 +08:00 jrebel |
2 cuixiaoyan 2019-09-03 11:05:40 +08:00 |
3 luckyqiang 2019-09-03 11:06:07 +08:00 @jsy123392550 一直没搞懂这东西到底怎么用 |
4 MattMin 2019-09-03 11:06:38 +08:00 1 楼说得对 |
5 yinzhili 2019-09-03 11:07:58 +08:00 只更新静态资源的话,Ctrl+F9 就可以。更新类那就要结合 jrebel 了。 |
6 jsy123392550 2019-09-03 11:08:13 +08:00 @luckyqiang 网上教程一大堆 你随便搜都搜得到 |
&nbs; 7 liangkang1436 2019-09-03 11:10:17 +08:00 一楼说了我想说的 |
8 glaucus 2019-09-03 11:10:50 +08:00 spring-boot-devtools ?这个虽然也会重新启动,但是采用了双类加载器机制,整个过程很快 |
9 lff0305 2019-09-03 12:05:47 +08:00 试过 jrebel, springboot dev tools 还有 DCE VM。 体验下来 JRebel 是最好的(偶尔有异常或者不能重载入)。DCE VM 次之(比较麻烦,需要 patch jvm.dll )。SpringBoot DevTools 最差(前面两个能处理的很多情况不能处理) |
10 jorneyr 2019-09-03 12:28:42 +08:00 感觉 springboot dev tools 就是残的,不应该叫热加载,应该叫热启动,效率完全不是一个数量级的。 |
11 rqxiao 2019-09-03 13:34:33 +08:00 spring-boot-devtools 用 redis 的时候 还会报 classnotfound 异常 |
12 w292614191 2019-09-03 15:30:57 +08:00 spring-boot-devtools 这个东向每次都会帮你重启,然后你刷新页面就要重新登录,开发中真是吐血。 Jrebel 是真的舒服,上班到下班都不需要重启一次。 |
13 yzmm 2019-09-03 16:21:05 +08:00 所以说你设置了 SpringBoot 的 On 'Update' action 和 On frame deactivation 为 Update classes and resources 都不行吗? |