Skip to content

SaitejaJonnalagadda/SMX-SpringBoot-REST-API

Repository files navigation

Steps to Setup

1. Clone the application

https://github.com/

mvn package

java -jar target/spring-boot-rest-api-tutorial-0.0.1-SNAPSHOT.jar


Alternatively, you can run the app without packaging it using -

mvn spring-boot:run

The app will start running at http://localhost:8080.

Explore Rest APIs

The app defines following CRUD APIs.

POST /vehicle-api/v1/vehicles/vehicle

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages