Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dynastymasra/springtilereport
- Owner: dynastymasra
- License: mit
- Created: 2013-11-18T16:49:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T09:13:05.000Z (about 9 years ago)
- Last Synced: 2023-03-14T08:10:27.104Z (almost 2 years ago)
- Language: HTML
- Size: 2.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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