Agent-Java/README.md
2025-08-16 20:46:23 -04:00

11 lines
253 B
Markdown

# Agent-Java
- Build and run the app from `agent/`.
- Swagger UI is available once running.
Quick start:
- Run: `cd agent && ./mvnw spring-boot:run`
- Swagger UI: `http://localhost:8080/swagger-ui`
- OpenAPI JSON: `http://localhost:8080/v3/api-docs`