A minimal Spring Boot starter project designed to explore and showcase the power of GitHub Copilot in real-world backend development workflows.
This project is your sandbox to see how GitHub Copilot can:
- Autocomplete Spring Boot boilerplate
- Generate JPA queries
- Suggest unit tests
- Guide DTO mapping
- And assist throughout the typical controller → service → repository flow
Whether you're new to Copilot or looking to fine-tune your dev workflow, this repo helps you code smarter, not harder.
git clone https://github.com/TechSparkWorkspace/tspark-springboot-copilot.git
cd tspark-springboot-copilot./gradlew bootRunThe app will start on http://localhost:8080.
To get the most from this project, make sure GitHub Copilot is set up:
- Install the GitHub Copilot plugin for IntelliJ IDEA or VS Code.
- Sign in with your GitHub account.
- Ensure your subscription is active: 👉 Manage GitHub Copilot
- Use descriptive method names and comments as prompts.
- Type slowly and let Copilot suggest completions.
- Accept suggestions with Tab or tweak as needed.
- Add TODOs and let Copilot fill them out.