update kwitansi
This commit is contained in:
parent
a555dec861
commit
5e1ff789a9
@ -339,5 +339,4 @@ public class ReportingController {
|
|||||||
JasperExportManager.exportReportToPdfStream(jasperPrint, response.getOutputStream());
|
JasperExportManager.exportReportToPdfStream(jasperPrint, response.getOutputStream());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -463,5 +463,4 @@ public class ReportingDao {
|
|||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,6 +6,6 @@ spring.datasource.username=postgres
|
|||||||
spring.datasource.password=root
|
spring.datasource.password=root
|
||||||
spring.mvc.dispatch-trace-request=true
|
spring.mvc.dispatch-trace-request=true
|
||||||
spring.main.banner-mode=off
|
spring.main.banner-mode=off
|
||||||
application.jasper-xml.dir-path=D:\\UP\\
|
application.jasper-xml.dir-path=/mnt/files/jasper-xml/
|
||||||
application.pdf.dir-sep=/mnt/files/sep/
|
application.pdf.dir-sep=/mnt/files/sep/
|
||||||
application.pdf.dir-lis=/mnt/lis/
|
application.pdf.dir-lis=/mnt/lis/
|
||||||
Loading…
x
Reference in New Issue
Block a user