A boilerplate project for building Spring Boot applications. This repository provides a structured starting point with pre-configured dependencies, build scripts, and best practices for developing and deploying Spring Boot applications.
- Pre-configured Spring Boot setup
- Ready-to-use Maven build scripts
- Example code for common use cases
- Integration with GitHub Actions for CI/CD
- Comprehensive documentation and guidelines
Get started quickly and efficiently with your Spring Boot projects using this boilerplate.
To set up the development environment, follow these steps:
-
Clone the repository:
git clone https://github.com/bayudwiyansatria/spring-boot-boilerplate.git
-
Navigate to the project directory:
cd spring-boot-boilerplate
-
Install the project dependencies:
./mvnw clean install
To run the project, use the following command:
./mvnw spring-boot:run
We welcome pull requests! If you want to contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Submit a pull request.
For major changes, please open an issue first to discuss what you'd like to change.
Make sure to update tests as necessary.
Get In Touch
- Connect with us on Twitter
- Like us on Facebook
- Follow us on LinkedIn
- Subscribe to us on YouTube
- Log an issue here on GitHub
We use SemVer for versioning. For available versions, check the tags on this repository.
This project is licensed under the MIT License. See the LICENSE file for details.
Copyright © 2021. All Rights Reserved.
- Thanks to everyone whose code contributed to this project.
- Inspiration: Java Security Library Resources