An open API service indexing awesome lists of open source software.

https://github.com/hendisantika/spring-boot-mysql-report

A very example REST API with Spring Boot Jasper Report
https://github.com/hendisantika/spring-boot-mysql-report

Last synced: 2 months ago
JSON representation

A very example REST API with Spring Boot Jasper Report

Awesome Lists containing this project

README

        

# Spring Boot MySQL Report

Run this project by this command :

`mvn clean spring-boot:run`

Go to :
* http://localhost:8080
* http://localhost:8080/report/pdf --> To get PDF Report
* http://localhost:8080/report/excel2 --> To Get XLS Report

#### Screenshot

PDF Report

![PDF Report](img/pdf.png "PDF Report")

XLS Report

![XLS Report](img/xls.png "XLS report")