Skip to content

Spring boot project accelerator that can serve as reference for bootstrapping projects.

License

Notifications You must be signed in to change notification settings

spinningideas/springboot-project-accelerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-project-accelerator

Spring boot project accelerator that can serve as reference for bootstrapping projects using Java and Spring to produce a REST API.

The simple REST API provides two endpoints for geography data (/continents and /countries/{continentCode}).

Get Started

  1. Setup development tools and environment
  2. Clone repo
  3. Build and run the application via "F5" in vscode (or run the debugger)
  4. Exercise the API via postman

Download and install https://www.getpostman.com and then import the collection in the "postman" folder in file "SBPA-API.postman_collection.json" and run the requests to see api data and responses - see more info: https://learning.getpostman.com/docs

Spring

Spring Boot

Spring REST

About

Spring boot project accelerator that can serve as reference for bootstrapping projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages