Skip to content

srochani/tweetremoteserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

tweetremoteserver

It's Microservice application using spring-boot and Java8, which can be deployable independantly

Maven compile

Following command to compile the application

mvn clean install

Following command to package the application, which will generate executable jar file

mvn package

Run the Application

The simplest way to start the application is:

java -jar /target/tweetremoteserver-1.0-SNAPSHOT.jar

End points http://localhost:8765/tweetremoteserver/post http://localhost:8765/tweetremoteserver/wall http://localhost:8765/tweetremoteserver/following http://localhost:8765/tweetremoteserver/timeline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages