refactor: simplify XXLJOB packer

This commit is contained in:
ReaJason
2025-01-23 08:25:44 +08:00
parent 706f5ad37d
commit ee118bd139
5 changed files with 9 additions and 50 deletions
@@ -84,13 +84,9 @@ public interface Packer {
Velocity(new VelocityPacker()),
AgentJar(new AgentJarPacker()),
XxlJob(new XxlJobPacker()),
XxlJob230(new XxlJob230Packer()),
;
private final Packer packer;