Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 540 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 540 Bytes

Json schema validation demo

This is a sample application using JSON Schema for validation of 3rd party (rest) api and also for testing the api provided by the service itself.

Implementation tech stack: Java 8, Spring Boot.

Usage

You may need to change the configuration for provider api url (providers.example.url) in application.properties file.

Run mvn spring-boot:run to run the service locally (for development).

To build a docker image, run:

mvn clean package
docker build .