mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 23:11:52 +08:00
refactor: simplify XXLJOB packer
This commit is contained in:
@@ -84,13 +84,9 @@ public interface Packer {
|
||||
|
||||
Velocity(new VelocityPacker()),
|
||||
|
||||
|
||||
|
||||
AgentJar(new AgentJarPacker()),
|
||||
|
||||
XxlJob(new XxlJobPacker()),
|
||||
|
||||
XxlJob230(new XxlJob230Packer()),
|
||||
;
|
||||
private final Packer packer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user