Basic Java Spring (Java 21) project demonstrating report generation with JasperReports.
Includes loading .jasper templates, populating them with mock data, and exporting to PDF via a REST endpoint.
- Spring Boot
- Java 21
- JasperReports
- client-list-dev – Used in Docker, Activates the internal module that generates a simple client report.
- client-list-local – Used locally, activates the internal module that generates a simple client report and use
.jrxml. - bill-dev – Used in Docker, Activates the internal module that generates a simple bill report.
- bill-local – Used locally, activates the internal module that generates a simple bill report and use
.jrxml.