Skip to content

Springboot 2 template for production ready code development

Notifications You must be signed in to change notification settings

aghorpade/springboot2Temaplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Springboot2Template-

This application is a template for production ready application, it included properties configuration as per environment. Devtools for runtime changes Actuatator for application health ,info,metrics,endpoints and other details to view at run time. Lombok library

#How To -

To run application on local machine - cmd-> mvn clean install cmd-> cd target -> java -jar Springboot2Demo-0.0.1-SNAPSHOT

While running application in higher endvironments e.g. dev/prod java -jar Springboot2Demo-0.0.1-SNAPSHOT -Dspring.profiles.active=dev

About

Springboot 2 template for production ready code development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages