A simple demo on JasperReports with a Java Spring Boot application.
- Reads report data as XML configured in
application.yml
. - Loads the DemoReport template and runs the report with the data.
- Writes the output with the file format defined by the export type entered in the command line argument.
Java version: 11