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

1u0/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published