# spring-startup-analysis
**Repository Path**: agetu/spring-startup-analysis
## Basic Information
- **Project Name**: spring-startup-analysis
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-05-06
- **Last Updated**: 2024-08-04
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Spring Start Analyser
This project is designed as a module which you can bring in via maven
and it will produce a graph similar to below which shows the
construction times of each spring bean.

## How to use
Import the module as a maven dependency.
com.github.lwaddicor
spring-startup-analysis
1.1.0
Either add to your component scanning the following base package
com.github.lwaddicor.springstartupanalysis
or
Now you should be able to start up your servlet and navigate to the endpoint. For example
http://localhost:8080/spring-startup/
And view something very similar to the example.
### Credits
TreeMap algorithm from [peterdmv/treemap](https://github.com/peterdmv/treemap) was used to calculate the treemap.