
jar
平静不绝望
ALOHA HEJA HE
-
原创 【jenkins】使用pipeline 部署 springboot 微服务集群-升级版
1 jenkins脚本 node { sh "printenv" sh "echo '$PATH'" sh "which java" def JOB_DIR = "${JOB_NAME}" def REMOTE_DIR ="you-project" def PROJECT_DIR ="you-project" def PROJECT_DIR_JAR ="you-project-jar" def ips =['172.16.1.3..2020-10-24 10:23:0175
0
-
原创 【agent打jar包】premain agent 单独打jar包
1 agent 总览 2 运行时参数 -javaagent:InjectCode.jar 3 打包agent jar -cfm InjectCustomCode.jar MANIFEST.MF /Users/XX/target/classes/com/gbrank/asm/custom/Main.class2020-03-29 16:48:33297
0
-
原创 【字节码编程】统计方法执行次数:ASM修改JDK (java/util/regex/Pattern$Loop)class文件
1 java代码 private int mcounter = 0; public void do2() { System.out.println(mcounter++); } 2 获取ASM源代码 (工具ASMifierClassVisitor) java -classpath /Users/sss/.m2/repository/org/glassfish/hk2/external/...2020-03-26 13:49:02148
0
-
翻译 知识库--StandardContext + Reloading(60)
Support for ReloadingThe StandardContext class defines the reloadable property to indicate whether reloading of the application is enabled. When reloading is enabled, the application will be reloaded2016-12-25 12:29:09247
0