Skip to content

mhus/sample-spring-boot3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sample project for a springboot 3 service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages