This example demonstrates the integration with the FastAPI web-framework.
- Start an instance of SBA (Spring Boot Admin):
docker run --rm -p 8080:8080 michayaak/spring-boot-admin:2.2.3-1
- Once Spring Boot Admin is running, you can run the examples as follow:
cd examples/FastAPI poetry install poetry run python -m fastapi_example_app