Skip to content

aditya-sridhar/simple-rest-apis

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
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Simple REST APIS with Springboot

This code is part of a blog post.

The link to the blog post is given here. https://adityasridhar.com/posts/how-to-create-simple-rest-apis-with-springboot

Read the blog post to make the best use of this repo :)

Pre-requisite

Ensure you have maven installed in your system. You can install it from https://maven.apache.org/

Also ensure maven path is set in you System so that you can run mvn commands

Cloning the code to your local

Clone this code to your local using the following command

git clone https://github.com/aditya-sridhar/simple-rest-apis.git

Or you can import the project into an IDE of your choice. I Used Eclipse to test this out

Run the Application

The Application can be run using the following command

mvn spring-boot:run

About

This Repo is part of a blog post. It shows how Simple REST APIs can be built using Springboot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages