https://github.com/skyclouds2001/springboot-template-sky
An opinionated springboot starter template.
https://github.com/skyclouds2001/springboot-template-sky
springboot template-project
Last synced: 5 months ago
JSON representation
An opinionated springboot starter template.
- Host: GitHub
- URL: https://github.com/skyclouds2001/springboot-template-sky
- Owner: skyclouds2001
- License: mit
- Created: 2023-04-12T10:17:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-01T17:59:39.000Z (about 1 year ago)
- Last Synced: 2025-06-01T23:53:39.643Z (about 1 year ago)
- Topics: springboot, template-project
- Language: Java
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# springboot-template-sky
[](https://github.com/RichardLitt/standard-readme)























[](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/github-code-scanning/codeql)
[](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/dependabot/dependabot-updates)
[](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/labeler.yml)
[](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/new-contributor.yml)
[](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/project-automate.yml)
[](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/release.yml)
[](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/stale.yml)
[](https://wakatime.com/badge/user/bfadeccb-56c3-4aa2-abb0-89cf5f9b89be/project/e0baf238-b076-4c78-811e-f7cfdde12e25)
An opinionated springboot starter template.
## Getting Started
- Getting Code
```bash
git clone https://github.com/skyclouds2001/springboot-template-sky.git
```
- Install dependencies
```bash
mvn dependency:resolve
```
- Develop
```bash
mvn spring-boot:run
```
- Build
```bash
mvn clean package
```
## Changelog
[Changelog](CHANGELOG.md).
## Contribution
[Contribution](CONTRIBUTING.md).
## Contributors
## Code of Conduct
[Code of Conduct](CODE_OF_CONDUCT.md).
## License
[MIT](LICENSE) © skyclouds2001.