Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
testing branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lidonghe committed Oct 17, 2014
1 parent d5f1d42 commit 822ea78
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jasper-springmvc
================

Spring MVC + Jasper Reports Example
|Spring MVC + Jasper Reports Example |||
|| This is a testing branch ||
2 changes: 1 addition & 1 deletion src/main/resources/db.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ db.driver=org.postgresql.ds.PGConnectionPoolDataSource
# prod
db.prod.url=jdbc:postgresql://localhost:5432/jasper
db.prod.user=postgres
db.prod.password=Vls021130
db.prod.password=postgres
db.prod.idleConnectionTestPeriodInMinutes=60
db.prod.idleMaxAgeInMinutes=240
db.prod.maxConnectionsPerPartition=2
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#################
# Logs e níveis #
#################
log4j.rootLogger=INFO, file, stdout
log4j.rootLogger=DEBUG, file, stdout


####################
Expand Down
6 changes: 4 additions & 2 deletions src/main/resources/reports/ClienteReport.jrxml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 5.6.2.final using JasperReports Library version 5.6.1 -->
<!-- 2014-10-14T17:11:45 -->
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="ClienteReport" language="groovy" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="15102a49-f1ba-44b1-ab9a-d8ba346c4cf3">
<property name="ireport.zoom" value="1.0"/>
<property name="ireport.x" value="0"/>
Expand All @@ -22,11 +24,11 @@
<band height="30" splitType="Stretch">
<staticText>
<reportElement x="0" y="0" width="100" height="20" uuid="f76c88e3-df2f-4862-a05c-6b147ab4e0b0"/>
<text><![CDATA[Id do cliente]]></text>
<text><![CDATA[Client ID]]></text>
</staticText>
<staticText>
<reportElement x="138" y="0" width="100" height="20" uuid="f034f320-ed5b-4202-9044-3e9732384de7"/>
<text><![CDATA[Nome do cliente]]></text>
<text><![CDATA[Client Name]]></text>
</staticText>
<line>
<reportElement x="0" y="22" width="555" height="1" uuid="2bec4d7e-9778-4a61-8036-5f895802ee6f"/>
Expand Down

0 comments on commit 822ea78

Please sign in to comment.