Skip to content

kmannuru/example-spring-boot-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Example Spring Boot REST Service

Requirements

Quick start

  1. mvn package
  2. java -jar target/example-spring-boot-rest-1.0-SNAPSHOT.jar
  3. Point your browser to http://localhost:8080
  4. curl -X POST -d '{ "id": "test_id", "password": "test_password" }' http://localhost:8080/user
  5. Refresh the page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages