Skip to content

maccasch/spring-boot-starter-codebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Template/Starter Application

Build Status GitHub last commit Docker image size

Spring Boot Template/Starter codebase with basic security integrated with Travis CI and Docker Hub.

Technology Stack

  • Maven - Dependency Management.
  • Liquibase - Open source project that helps developers rapidly manage database schema changes.
  • JDK - Java™ Platform, Standard Edition Development Kit.
  • Spring Boot - Framework to ease the bootstrapping and development of new Spring Applications.
  • PostgreSQL - Open source object-relational database system.
  • Lombok - java library that automatically plugs into your editor and build tools. Never write another getter or equals method again, with one annotation your class has a fully featured builder, Automate your logging variables, and much more.
  • Swagger - Open source software framework backed by a large ecosystem of tools that helps developers design, build, document, and consume RESTful Web services.
  • Travis CI - A hosted continuous integration service used to build and test software projects hosted at GitHub and Bitbucket.