This is a simple, self-conatined Spring Boot Web Application with REST end point's and a HTML page (index.html
) with minimal code for quick testing of deployment services and other purposes.
Explore the docs »
Report Bug
·
Request Feature
Service | Badge | Badge | Badge | Badge | Badge |
---|---|---|---|---|---|
GitHub | |||||
GitHub |
Note : This project has been used as an example for the following blog posts.
- Swagger UI and Spring Boot
- Docker and Spring Boot
- Flyway version control for Relational Databases with Spring Boot
- Loading Environment Variables via dotenv-java
- Deploying Spring Boot Web Application on Heroku
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
Kindly refer to CONTRIBUTING.md for important Pull Request Process details
-
In the top-right corner of this page, click Fork.
-
Clone a copy of your fork on your local, replacing YOUR-USERNAME with your Github username.
git clone https://github.com/YOUR-USERNAME/Spring-Boot-Minimal-Web-App.git
-
Create a branch:
git checkout -b <my-new-feature-or-fix>
-
Make necessary changes and commit those changes:
git add .
git commit -m "new feature or fix"
-
Push changes, replacing
<add-your-branch-name>
with the name of the branch you created earlier at step #3. :git push origin <add-your-branch-name>
-
Submit your changes for review. Go to your repository on GitHub, you'll see a Compare & pull request button. Click on that button. Now submit the pull request.
That's it! Soon I'll be merging your changes into the master branch of this project. You will get a notification email once the changes have been merged. Thank you for your contribution.
Kindly follow Conventional Commits to create an explicit commit history. Kindly prefix the commit message with one of the following type's.
build : Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
ci : Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
docs : Documentation only changes
feat : A new feature
fix : A bug fix
perf : A code change that improves performance
refactor: A code change that neither fixes a bug nor adds a feature
style : Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
test : Adding missing tests or correcting existing tests
Distributed under the MIT License. See LICENSE.md for more information.
In the end, I hope you enjoyed the application and find it useful, as I did when I was developing it.
If you would like to enhance, please:
-
Open PRs,
-
Give feedback,
-
Add new suggestions, and
-
Finally, give it a 🌟.
-
Happy Coding ...* 🙂
Anantha Raju C - @anantharajuc - arcswdev@gmail.com
Project Link: https://github.com/AnanthaRajuC/Spring-Boot-Minimal-Web-App