Skip to content

nhisyamj/spring-boot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov

spring-boot-template

This project act as initial template for spring boot app.

Pre-requisites

  • Java 1.8.x
  • Maven
  • Docker
  • Docker Compose

Usage

Start required services

$ docker-compose -f infra/sb-template/docker-compose.yml up -d

Run the application

$ mvn spring-boot:run

Scanning the code quality using SonarQube

$ mvn clean verify sonar:sonar /
  -Dsonar.host.url=http://sonarserver:9000 # <optional> default http://localhost:9000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages