Skip to content

mcasaje/simple-spring-restful-microservice-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RESTful Microservice Quickstart

To package the service, run mvn clean package to create an executable jar file. To launch the service locally, run java -jar target/<name-of-jar>.jar.

For more details, please read Building a RESTful Web Service.

Development

Spring Framework

Spring Actuator adds additional production-grade features such as determining if the service is up and switching ports via application.properties.

Navigate to /actuator/health to run the health check.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages