Welcome to Spring Playground, a repository dedicated to exploring the depths of software engineering using Java and Spring Boot. This is a learning hub and a hands-on workspace, where each folder represents a unique experiment or exploration of various aspects of modern software engineering.
Each folder in this repository is a self-contained project, tutorial, or proof-of-concept focused on a specific topic within Java and Spring Boot.
Below is an overview of the key explorations available in this repository. Click the links for each topic!
- Garbage Collection Behavior Comparison
Insights and experiments with JVM garbage collection strategies and monitoring techniques.
- Clone the repository:
git clone https://github.com/HellBus1/spring-playground.git
cd spring-playground
- Navigate to the folder of interest:
cd <folder-name>
- Follow the README in each folder for setup and execution instructions.
Contributions are welcome! If you have an idea for an experiment or improvement, open an issue or submit a pull request.