编辑
2023-12-12
Java开发相关
00

目录

Arthas:
JRebel:

原文:https://juejin.cn/post/6996976545784922119

Arthas:

第一步:加依赖一键启动

arthas下载地址(一键启动不用下载):https://arthas.aliyun.com/arthas-boot.jar

xml
<dependency> <groupId>com.taobao.arthas</groupId> <artifactId>arthas-spring-boot-starter</artifactId> <version>3.7.1</version> </dependency>

第二步:启动项目

第三步:进arthas终端:http://127.0.0.1:8563/

第四步:复制执行命令:

vmtool -x 3 --action getInstances --className com.differ.jackyun.oms.controller.TestControl --express 'instances[0].get(" ")'

最后执行即可

java相关命令tip:

jps 查看所有java进程

taskkill /f /pid pid 杀死java进程

JRebel:

先下2022.4.1的jrebel版本:https://plugins.jetbrains.com/plugin/4441-jrebel-and-xrebel/versions

激活地址:https://jrebel.qekang.com/ 新地址:https://www.jpy.wang/page/jrebel.html

idea 激活地址:https://3.jetbra.in/