Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 378 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 378 Bytes

05111020

Spring Boot Maven Application. mvn clean install generate jar file in */target/ location mvn spring-boot:run run application in local create Docker file check the JAR_FILE location run below commans to run application in DOCKER $ docker build -t springboot/05112020 . $ docker run -p 8080:8080 springboot/05112020 Enjoy Rest of the Day...!!!!!!

SpringBootDocker