feat: support AgentAttacher Packer

This commit is contained in:
ReaJason
2025-05-28 01:22:54 +08:00
parent f349586e09
commit d4df2f6ed7
24 changed files with 8361 additions and 11 deletions
+3 -1
View File
@@ -65,7 +65,9 @@
"ScriptEngine": "ScriptEngine",
"SpEL": "SpEL",
"Velocity": "Velocity",
"XxlJob": "XXL-JOB Executor"
"XxlJob": "XXL-JOB Executor",
"AgentJarWithJDKAttacher": "AgentJarWithJDKAttacher",
"AgentJarWithJREAttacher": "AgentJarWithJREAttacher"
},
"title": "Package Method"
},
+3 -1
View File
@@ -65,7 +65,9 @@
"ScriptEngine": "内置脚本引擎",
"SpEL": "SpEL 表达式",
"Velocity": "Velocity",
"XxlJob": "XXL-JOB Executor"
"XxlJob": "XXL-JOB Executor",
"AgentJarWithJDKAttacher": "AgentJarWithJDKAttacher",
"AgentJarWithJREAttacher": "AgentJarWithJREAttacher"
},
"title": "打包方式"
},