An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# springboot-template-sky

[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
![Github Created At](https://img.shields.io/github/created-at/skyclouds2001/springboot-template-sky)
![GitHub last commit](https://img.shields.io/github/last-commit/skyclouds2001/springboot-template-sky)
![GitHub Release Date](https://img.shields.io/github/release-date/skyclouds2001/springboot-template-sky)
![GitHub language count](https://img.shields.io/github/languages/count/skyclouds2001/springboot-template-sky)
![GitHub top language](https://img.shields.io/github/languages/top/skyclouds2001/springboot-template-sky)
![GitHub License](https://img.shields.io/github/license/skyclouds2001/springboot-template-sky)
![OSS Lifecycle](https://img.shields.io/osslifecycle/skyclouds2001/springboot-template-sky)

![GitHub repo size](https://img.shields.io/github/repo-size/skyclouds2001/springboot-template-sky)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/skyclouds2001/springboot-template-sky)
![Lines of code](https://tokei.rs/b1/github/skyclouds2001/springboot-template-sky)
![GitHub repo file or directory count](https://img.shields.io/github/directory-file-count/skyclouds2001/springboot-template-sky)

![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/skyclouds2001/springboot-template-sky)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-pr/skyclouds2001/springboot-template-sky)
![GitHub Discussions](https://img.shields.io/github/discussions/skyclouds2001/springboot-template-sky)
![GitHub Tag](https://img.shields.io/github/v/tag/skyclouds2001/springboot-template-sky)
![GitHub number of milestones](https://img.shields.io/github/milestones/all/skyclouds2001/springboot-template-sky)
![GitHub Release](https://img.shields.io/github/v/release/skyclouds2001/springboot-template-sky)
![GitHub forks](https://img.shields.io/github/forks/skyclouds2001/springboot-template-sky?style=flat)
![GitHub watchers](https://img.shields.io/github/watchers/skyclouds2001/springboot-template-sky?style=flat)
![GitHub Repo stars](https://img.shields.io/github/stars/skyclouds2001/springboot-template-sky?style=flat)
![GitHub commit activity](https://img.shields.io/github/commit-activity/y/skyclouds2001/springboot-template-sky)

![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/skyclouds2001/springboot-template-sky/total)
![GitHub contributors from allcontributors.org](https://img.shields.io/github/all-contributors/skyclouds2001/springboot-template-sky)

[![CodeQL](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/github-code-scanning/codeql)
[![Dependabot Updates](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/dependabot/dependabot-updates)
[![labeler](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/labeler.yml/badge.svg)](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/labeler.yml)
[![new contributor](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/new-contributor.yml/badge.svg)](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/new-contributor.yml)
[![project automate](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/project-automate.yml/badge.svg)](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/project-automate.yml)
[![release](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/release.yml/badge.svg)](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/release.yml)
[![stale](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/stale.yml/badge.svg)](https://github.com/skyclouds2001/springboot-template-sky/actions/workflows/stale.yml)

[![wakatime](https://wakatime.com/badge/user/bfadeccb-56c3-4aa2-abb0-89cf5f9b89be/project/e0baf238-b076-4c78-811e-f7cfdde12e25.svg)](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.