Skip to content

kpidiba/spring_jasper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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