test: add SpringBoot3 Tomcat test cases

This commit is contained in:
ReaJason
2025-04-28 00:09:19 +08:00
parent 75979242fb
commit edb931bcf7
2 changed files with 20 additions and 0 deletions
@@ -9,6 +9,7 @@ import com.reajason.javaweb.memshell.packer.jar.JarPacker;
import com.reajason.javaweb.suo5.Suo5Manager;
import lombok.SneakyThrows;
import lombok.extern.slf4j.Slf4j;
import net.bytebuddy.jar.asm.Opcodes;
import okhttp3.HttpUrl;
import okhttp3.OkHttpClient;
import okhttp3.Request;
@@ -230,6 +231,7 @@ public class ShellAssertionTool {
.shellTool(shellTool)
.shellType(shellType)
.targetJreVersion(targetJdkVersion)
.byPassJavaModule(targetJdkVersion >= Opcodes.V9)
.debug(true)
.shrink(true)
.build();