“EclipseJRebel热部署”的版本间的差异
(创建页面,内容为“== 环境说明 == '''所需软件''' * [ftp://ftpuser@47.92.209.132/jrebel-2019.1.4-nosetup.zip jrebel-2019.1.4-nosetup.zip] '''安装JRebel''' 解压<code>jrebe…”) |
|||
| (未显示同一用户的12个中间版本) | |||
| 第2行: | 第2行: | ||
'''所需软件''' | '''所需软件''' | ||
| − | * [ftp://ftpuser@47.92.209.132/jrebel-2019.1.4-nosetup.zip jrebel- | + | * [ftp://ftpuser@47.92.209.132/eclipse/jrebel/jrebel-2019.1.4-nosetup.zip jrebel-2020.2.2-nosetup.zip] |
| + | * [ftp://ftpuser@47.92.209.132/eclipse/jrebel/jrebel.properties jrebel.properties] | ||
'''安装JRebel''' | '''安装JRebel''' | ||
| − | 解压<code>jrebel- | + | 解压<code>jrebel-2020.2.2-nosetup.zip</code>至任意目录即可,本文中安装目录为<code>C:/Runtime/jrebel</code>。 |
| + | |||
| + | 将jrebel.properties 放置到 C:\Users\用户名\.jrebel 文件夹下 | ||
| + | '''修改jrebel.properties''' | ||
| + | 将配置文件中用于激活的UUID 修改为自己的UUID | ||
| + | |||
| + | [[文件:QQ图片20200602114834.png|居中]] | ||
| + | |||
| + | 可登录 http://www.uuid.online/ 自行生成。 | ||
=== 配置 SpringBoot 的JVM启动参数 === | === 配置 SpringBoot 的JVM启动参数 === | ||
| 第15行: | 第24行: | ||
=== 启动步骤 === | === 启动步骤 === | ||
| − | ''' | + | '''启动SpringBoot项目''' |
| − | |||
| − | |||
| − | |||
| − | [[文件:QQ截图20190730153920.png | + | [[文件:QQ截图20190730153920.png]] |
看到项目启动时 输出的上述日志,证明jrebel 正常启用了。 | 看到项目启动时 输出的上述日志,证明jrebel 正常启用了。 | ||
2020年6月10日 (三) 13:23的最新版本
环境说明
所需软件
安装JRebel
解压jrebel-2020.2.2-nosetup.zip至任意目录即可,本文中安装目录为C:/Runtime/jrebel。
将jrebel.properties 放置到 C:\Users\用户名\.jrebel 文件夹下 修改jrebel.properties 将配置文件中用于激活的UUID 修改为自己的UUID
可登录 http://www.uuid.online/ 自行生成。
配置 SpringBoot 的JVM启动参数
-noverify
-agentpath:C:\Runtime\jrebel\lib\jrebel64.dll启动步骤
启动SpringBoot项目

