kpidiba / spring_jasper

SPRING BOOT JASPER REPORT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring_boot_jasper

<dependency>
            <groupId>net.sf.jasperreports</groupId>
            <artifactId>jasperreports</artifactId>
            <version>6.20.5</version>
</dependency>

SOURCES

PHASE 1

  • make simple crud , juste CREATE and GETALL

  • create jasper project and file

  • choose simple blue

  • choose sample db

  • make select * from tasks or orders or positions

  • choose number of input you require

  • copy jrxml file in ressources of spring project

  • delete queryString and all properties in the file

  • rename field name as variable of object and define Type in class.lang.Integer(example)

  • in details

  • put your variables names

# spring_boot_jasper

<dependency>
			<groupId>net.sf.jasperreports</groupId>
			<artifactId>jasperreports</artifactId>
			<version>6.20.5</version>
</dependency>

SOURCES

PHASE 1

  • make simple crud , juste CREATE and GETALL

  • create jasper project and file

  • choose simple blue

  • choose sample db

  • make select * from tasks or orders or positions

  • choose number of input you require

  • copy jrxml file in ressources of spring project

  • delete queryString and all properties in the file# spring_jasper

About

SPRING BOOT JASPER REPORT


Languages

Language:Java 100.0%