“EclipseJRebel热部署”的版本间的差异
(创建页面,内容为“== 环境说明 == '''所需软件''' * [ftp://ftpuser@47.92.209.132/jrebel-2019.1.4-nosetup.zip jrebel-2019.1.4-nosetup.zip] '''安装JRebel''' 解压<code>jrebe…”) |
|||
| 第20行: | 第20行: | ||
'''2 启动SpringBoot项目''' | '''2 启动SpringBoot项目''' | ||
| − | [[文件:QQ截图20190730153920.png | + | [[文件:QQ截图20190730153920.png]] |
看到项目启动时 输出的上述日志,证明jrebel 正常启用了。 | 看到项目启动时 输出的上述日志,证明jrebel 正常启用了。 | ||
2019年7月30日 (二) 15:40的版本
环境说明
所需软件
安装JRebel
解压jrebel-2019.1.4-nosetup.zip至任意目录即可,本文中安装目录为C:/Runtime/jrebel。
配置 SpringBoot 的JVM启动参数
-noverify
-agentpath:C:\Runtime\jrebel\lib\jrebel64.dll启动步骤
1 启动本地 Licensing 服务器 双击启动 C:/Runtime/jrebel/ReverseProxy_windows_amd64.exe
2 启动SpringBoot项目
