mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
test: add websphere7 integration test (resolved #16)
This commit is contained in:
@@ -21,7 +21,7 @@ public class GeneratorMain {
|
||||
|
||||
public static void main(String[] args) throws IOException {
|
||||
ShellConfig shellConfig = ShellConfig.builder()
|
||||
.server(Server.WebLogic)
|
||||
.server(Server.WebSphere)
|
||||
.shellTool(ShellTool.Command)
|
||||
.shellType(WebSphereShell.AGENT_FILTER_MANAGER)
|
||||
.targetJreVersion(Opcodes.V1_6)
|
||||
|
||||
Reference in New Issue
Block a user