Skip to content

kat-ausmus/us_zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#REST Endpoint sample application w/ Spring Boot This is a sample application using Spring Boot and REST to serve up an endpoint.

##Setup You'll need Java 1.8, Groovy, and Gradle installed locally to run this application. You can install Groovy & Gradle using Homebrew with the following commands:

install java (version 1.8.0_144 )
install groovy (version 2.5.0-beta-1)
install gradle (4.1)

Once you've got the dependencies installed, building and running the code is as easy as:

gradle bootrun

After the service has started up, you can test it out locally by hitting the following URL:

http://localhost:8080/ping

If everything is successfully configured and running, you'll see a short JSON response when you hit that URL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages