Skip to content

techbrightworks/SpringBootRestService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

SpringBootRestService
-----------------------------
1.Unzip the Zip file
2.From the command Line move to SpringBootRestService directory and build the Project.
3.Build Command: mvn clean install eclipse:clean eclipse:eclipse -Dwtpversion=2.0
4.Deploy and Run the application Using tomcat7-maven-plugin with command mvn tomcat7:run-war.
5.Check the REST API with POSTMAN REST Client 
Example1:http://localhost:9999/SpringBootRestService/change/optimal?pence=576
Example2:http://localhost:9999/SpringBootRestService/change/supply?pence=576
6.Source: Java8

About

Rest Service with Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages