Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patrick-emmanuel/spring-boot-boilerplate
A full-featured production ready project to bootstrap your spring boot app with user authentication, and test samples.
https://github.com/patrick-emmanuel/spring-boot-boilerplate
boilerplate bootstrap database flyway-postgresql flywaydb hibernate-search java-8 junit jwt-authentication spring spring-boot spring-security swagger-ui swagger2 tdd
Last synced: 3 months ago
JSON representation
A full-featured production ready project to bootstrap your spring boot app with user authentication, and test samples.
- Host: GitHub
- URL: https://github.com/patrick-emmanuel/spring-boot-boilerplate
- Owner: patrick-emmanuel
- Created: 2017-10-10T08:29:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T04:43:00.000Z (over 3 years ago)
- Last Synced: 2023-03-08T11:04:11.633Z (almost 2 years ago)
- Topics: boilerplate, bootstrap, database, flyway-postgresql, flywaydb, hibernate-search, java-8, junit, jwt-authentication, spring, spring-boot, spring-security, swagger-ui, swagger2, tdd
- Language: Java
- Homepage:
- Size: 225 KB
- Stars: 43
- Watchers: 2
- Forks: 20
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot Boilerplate
A project to bootstrap a spring boot app with user authentication with a database, and test samples.# Worthy Mention
JWT implementation inspired by [szerhusenBC](https://github.com/szerhusenBC/jwt-spring-security-demo).