Skip to content

tenjohokwen/4frika

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Add scm to pom

  • In the pom file add the scm so that it points to the repository of the current project
  • If the scm is not added, releases and deployments will attempt to take the one in the parent pom
  1. Profile Config

  • create the file application-dev.yml (this file should not be checked in)
  • put spring.profiles.active: dev within (else configure using -Dspring.profiles.active=dev (VM options))
  1. Db init

  • mvn compile flyway:migrate -Pdev

About

quick boot skeleton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages