/java-spring-boot-rest-api

RESTful Web Service built with Java - Spring Boot (Gradle)

Primary LanguageJava

What is this

It's a RESTful API built with Java - Spring Boot

Functionalities

  • Fetch data and return JSON object

  • Support requests with multiple values for query parameter that only allows single value

  • Sort data by any field and the order specified

  • Validate parameters and send custom error message

Config

Within the root directory:

  • Run: ./gradlew bootRun

  • Port: 8080

Author

Wen Zhang