Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 625 Bytes

File metadata and controls

19 lines (15 loc) · 625 Bytes

Sample a SpringBoot REST API project for IntelliJ

by Brian Fraser Released as public domain.

Directions

  1. Clone the repo:
  2. In IntelliJ, do File > Open..., select the build.gradle file in this project.
    • Select to open as a project (trust it if necessary).
  3. Run Application.java (/src/main/java, in ca.pledgetovote package)
  4. Browse to:
    1. localhost:8080
    2. localhost:8080/hello

Video guides found:

  1. Creating SpringBoot REST API project in IntelliJ
  2. Creating the REST API
  3. Using Postman