https://github.com/hellbus1/spring-playground
A repository dedicated to exploring the industry standard of software engineering
https://github.com/hellbus1/spring-playground
grafana java open-source prometheus spring-boot
Last synced: 2 months ago
JSON representation
A repository dedicated to exploring the industry standard of software engineering
- Host: GitHub
- URL: https://github.com/hellbus1/spring-playground
- Owner: HellBus1
- License: apache-2.0
- Created: 2024-11-22T19:23:26.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-30T03:35:15.000Z (about 1 year ago)
- Last Synced: 2025-05-30T04:29:45.604Z (about 1 year ago)
- Topics: grafana, java, open-source, prometheus, spring-boot
- Language: Java
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍃 Spring Playground
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.
## 🚀 What's Inside
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.
### 📂 Repository Structure
Below is an overview of the key explorations available in this repository. Click the links for each topic!
- **[Garbage Collection Behavior Comparison](./garbage-collection-exploration/)**
Insights and experiments with JVM garbage collection strategies and monitoring techniques.
## 🛠️ How to Use
1. Clone the repository:
```bash
git clone https://github.com/HellBus1/spring-playground.git
cd spring-playground
```
2. Navigate to the folder of interest:
```bash
cd
```
3. Follow the README in each folder for setup and execution instructions.
## 📖 Contributing
Contributions are welcome! If you have an idea for an experiment or improvement, open an issue or submit a pull request.