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 06b952b0ab
commit ee6490cf34
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'