Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dynastymasra/springtilereport

Spring Framework with Interface Apache Tile and Jasper Report
https://github.com/dynastymasra/springtilereport

Last synced: about 2 months ago
JSON representation

Spring Framework with Interface Apache Tile and Jasper Report

Awesome Lists containing this project

README

        

### Spring Tile Report

[![Java](https://img.shields.io/badge/java-1.7-red.svg)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
[![Spring](https://img.shields.io/badge/spring-4.0.5-yellow.svg)](https://spring.io/)
[![MySQL](https://img.shields.io/badge/mysql-5.1.26-orange.svg)](https://www.mysql.com/)
[![Apache Maven](https://img.shields.io/badge/maven-3.0-blue.svg)](https://maven.apache.org/docs/3.0/release-notes.html)
[![Version](https://img.shields.io/badge/version-1.0-00CED1.svg)](https://github.com/dynastymasra/SpringTileReport)
[![License](https://img.shields.io/badge/license-MIT-44897a.svg)](https://github.com/dynastymasra/SpringTileReport/blob/master/LICENSE)

Sample Java with Spring Framework, JPA, Hibernate and Jasper Report. View with Apache Tile,
use database MySql

#### Installation
* [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* [Maven](https://maven.apache.org/)
* [Jasper Report](http://jaspersoft.com/)
* [MySql](https://www.mysql.com/)

#### Setup Database
* Open file *jdbc.properties* in */src/resources/META-INF*.
* Edit __jdbc.url__, __jdbc.username__, and __jdbc.password__ to your database configuration.

#### How Run
* Use maven command mvn verify, compile, build, and install
* Use Application Server or IntelliJ IDEA to run app