feat: support inforsuite shell generate

This commit is contained in:
ReaJason
2024-12-24 02:26:30 +08:00
parent b0e2e7469f
commit 9bd893f087
10 changed files with 279 additions and 387 deletions
@@ -1,13 +0,0 @@
package com.reajason.javaweb.vul.springboot3;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class VulSpringboot3ApplicationTests {
@Test
void contextLoads() {
}
}