Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 559 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 559 Bytes
mvn spring-boot:run
mvn spring-boot:build-image -Dspring-boot.build-image.imageName=springboot3sample
docker run --rm -it -p 8080:8080 --name springboot3sample -t springboot3sample

mvn spring-boot:build-image -Dspring-boot.build-image.imageName=springboot3samplen -Pnative
docker run --rm -it -p 8080:8080 --name springboot3samplen -t springboot3samplen
mvn -Pnative clean native:compile
./target/SampleSpringBoot3Project

Sources