Skip to content

A basic assignment for work placement. The application processes XML documents. Input comes from http POST web service call.

Notifications You must be signed in to change notification settings

tilenav/mar_assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML document processor

Prerequisites

MySQL - I am using Ver 14.14 Distrib 5.7.21, for Linux (x86_64)

Import sql script ./DB/schema.sql

Java 1.8 with Spring Boot

To run

Script

cd xml-processor
mvn spring-boot:run

To list all APIs

Go to

http://localhost:8181/swagger-ui.html

To use

If the application is running send a POST request to:

http://localhost:8181/document

With ./resources/input.xml file as input.

About

A basic assignment for work placement. The application processes XML documents. Input comes from http POST web service call.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published