Skip to content

cpkr162/spring-boot-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-demo

Demo project for Spring Boot

Build the spring boot application

mvn clean install

Skip test cases

mvn clean install -Dmaven.test.skip=true

Start the spring boot application

java -Dserver.port=8181 -jar demo-0.0.1-SNAPSHOT.jar

Test the GET Welcome/Default service

curl http://localhost:8181/

About

Demo project for Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages