# performance-learn **Repository Path**: kevinlights/performance-learn ## Basic Information - **Project Name**: performance-learn - **Description**: spring boot performance learn - **Primary Language**: Java - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-07 - **Last Updated**: 2021-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring boot performance learn ## actuator-learn learn spring boot actuator, visit `/actuator` path to review all exposed apis. ## admin-server spring boot admin server visit `http://127.0.0.1:9090` can see the admin page client url is different: `http://127.0.0.1:8080/` ## single-client-admin single project for spring boot admin visit `http://127.0.0.1:8080/api/learn/admin` can see the admin page, and client is `http://127.0.0.1:8080/`