Skip to content

markfisher/spring-boot-hello-world

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Spring Boot Hello World Sample

Build:

./mvnw clean install

Run:

java -jar hello-world-app/target/hello-world-app-0.0.1-SNAPSHOT.jar

Invoke:

curl -H "Content-Type: text/plain" -d World :8080/

Run with a different greeting:

java -jar hello-world-app/target/hello-world-app-0.0.1-SNAPSHOT.jar --greeter.greeting=Hola

Then invoke again as above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published