Skip to content

Danyson/spring-base-rest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-base-rest

Spring Boot REST Boilerplate Project


How to run in Eclipse or Spring Tool Suite (STS)?

  1. Just download or clone in your local spce.
  2. In Eclipse IDE, import "Existing Maven Projects" and select the location in "Root Directory"
  3. Just click finish
  4. After importing the project in Eclipse IDE (or STS), right click the project and then -> Run AS -> Spring Boot App
  5. You should see the logs in the console.
  6. Test base basic REST api in the browser: http://localhost:8080/base
  7. You should see the json like below:
{
    "one": "two", 
    "three": "four", 
    "five": "six", 
    "seven": "eight"
}

About

Spring Boot REST Boilerplate Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%