# spring-method-agent **Repository Path**: sjk707069921/spring-method-agent ## Basic Information - **Project Name**: spring-method-agent - **Description**: 一个 java agent用于spring项目方法调用和测试 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-07-17 - **Last Updated**: 2024-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring method agent [English Introduction](README_en.md) | [中文介绍](README_zh.md) ## Introduction This project aims to assist programmers in **efficiently and non-intrusively** testing Spring projects at the method level.
It enhances Spring applications at startup using Java agents, ensuring no code intrusion for the application. The JAR includes a built-in web service that allows developers to visually query and invoke bean methods within the Spring application using a web browser. ## Quick Start: #### Download: [version list](https://github.com/LL-sanmu-LL/spring-method-agent/releases/tag/v1.0.0) #### Add the following Java startup parameter to your launch script: ```-javaagent:{your path}/spring-method-agent-1.0.0.jar``` #### The application will listen on port 8100 after startup. Once the project is fully launched, open: ```localhost:8100``` #### From there, you can visually invoke methods directly from the webpage.