Skip to content

xuegong/cars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is spring boot starter demo project for docker container.

scripts are in src/scripts folder

Build and run:

mvn clean package 
docker build -t spring-boot-h2 . 
docker run -p 8080:8080 spring-boot-h2

Access the H2 Console at:

http://localhost:8080/h2-console

Access the RESTful API at:

http://localhost:8080/api/cars

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published