/sql-2-json

Convert data from SQL into JSON

Primary LanguageJava

sql-2-json

Converts data from SQL DB into a JSON document.

Setup

To run the app, simply execute the following cmd from the project root:

$ mvn spring-boot:run

This will generate a json file in the same folder.

Dependencies

About

A simple test project to learn new frameworks/tech.

Used technologies:

  • Spring Boot
  • Spring Data JPA
  • Hibernate
  • MySQL
  • Jackson
  • Lombok