Skip to content

lazyskulptor/springboot-mvc-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Web MVC Template

How to package

./gradlew bootJar # package as jar

./gradlew jibDockerBuild # build container image in local

./gradlew jib # build container image in remote place

How to run

./gradlew # will run with h2 database

# When Container is created
# Environment Value referenced in app.yml file
docker run -itd --name boot-demo lazyskulptor/boot-template # run with h2 database

docker-compose -f src/main/docker/app.yml up -d # run with mysql

Security Integration