feat: support springwebmvc agent shell

1. hook point is org.springframework.web.servlet.FrameworkServlet.service
This commit is contained in:
ReaJason
2025-01-18 18:28:46 +08:00
parent f42424ba7c
commit 113b174837
8 changed files with 295 additions and 9 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
jps | grep -E "jar" | awk '{print $1}' | tr -d '\n'