Building a REST API with Spring Boot
Get free Spring training, led by the experts
Give your skills and career a bump with Spring—the world’s most popular Java framework. Your free account gives you access to our growing library of hands-on training, straight from the Spring experts.
We’ve made some decisions about how our API will support creating Family Cash Cards:
- The API will accept POST requests to create a Cash Card.
- The server will create IDs for all Cash Cards.
- On success, the API will return a Response with Status Code:
201 CREATED
, containing the URI (location) of the new Cash Card resource in the Response headers.
In the lab, we’ll implement these decisions!
Carlton Schuyler
Staff Solutions Architect, Software Engineer
Carlton is a veteran of product and consulting companies where he's been writing and delivering software for longer than he cares to admit.
Joe Moore
Senior Staff Engineer, Software Consultant, XP nerd
Joe is a passionate software engineer and Agile (XP!) practitioner with a mission to help others achieve amazing outcomes through software.
Josh Long
Spring Developer Advocate, open-source hacker, book/video author and speaker
Josh has been the first Spring Developer Advocate since 2010. Josh is a Java Champion, an author of 6 books, a producer of best-selling video training, an open-source contributor, a podcaster, and a YouTuber.