birt-spring-boot-autoconfigure

Parent pom providing dependency and plugin management for applications built with Maven

License

License

Categories

Categories

Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

com.innoventsolutions.birt-spring-boot
ArtifactId

ArtifactId

birt-spring-boot-autoconfigure
Last Version

Last Version

0.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

birt-spring-boot-autoconfigure
Parent pom providing dependency and plugin management for applications built with Maven
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/birt-spring-boot-autoconfigure

Download birt-spring-boot-autoconfigure

How to add to project

<!-- https://jarcasting.com/artifacts/com.innoventsolutions.birt-spring-boot/birt-spring-boot-autoconfigure/ -->
<dependency>
    <groupId>com.innoventsolutions.birt-spring-boot</groupId>
    <artifactId>birt-spring-boot-autoconfigure</artifactId>
    <version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.innoventsolutions.birt-spring-boot/birt-spring-boot-autoconfigure/
implementation 'com.innoventsolutions.birt-spring-boot:birt-spring-boot-autoconfigure:0.0.7'
// https://jarcasting.com/artifacts/com.innoventsolutions.birt-spring-boot/birt-spring-boot-autoconfigure/
implementation ("com.innoventsolutions.birt-spring-boot:birt-spring-boot-autoconfigure:0.0.7")
'com.innoventsolutions.birt-spring-boot:birt-spring-boot-autoconfigure:jar:0.0.7'
<dependency org="com.innoventsolutions.birt-spring-boot" name="birt-spring-boot-autoconfigure" rev="0.0.7">
  <artifact name="birt-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.innoventsolutions.birt-spring-boot', module='birt-spring-boot-autoconfigure', version='0.0.7')
)
libraryDependencies += "com.innoventsolutions.birt-spring-boot" % "birt-spring-boot-autoconfigure" % "0.0.7"
[com.innoventsolutions.birt-spring-boot/birt-spring-boot-autoconfigure "0.0.7"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar 2.2.4.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.2.4.RELEASE
org.springframework.boot : spring-boot-starter-web jar 2.2.4.RELEASE
com.innoventsolutions.birt-spring-boot : birt-engine Optional jar 0.0.7

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.10

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.2.4.RELEASE
org.springframework.restdocs : spring-restdocs-mockmvc jar 2.0.4.RELEASE

Project Modules

There are no modules declared in this project.

birt-spring-boot-starter

Project to make it easy to add Eclipse Business Intelligence and Reporting Tools (BIRT) functionality to Spring Boot apps. The core project consists of three projects

  • birt-engine {core BIRT functions and REST interfaces to use those functions}
  • birt-engine-autoconfigure {configuration to make birt-engine just work through inclusion in gradle or pom}
  • birt-spring-boot-starter {the starter for the project}

We have also provide a few sample projects that show how to use the birt-spring-boot-starter.

  • birt-engine-sample-app shows a simple include in the pom.xml which allows users to start using birt

BIRT needs to be able to access resources to run reports. Things like report designs, property files, libraries, and css can be used by BIRT. BIRT will also produce output documents (e.g. .rptdocuments, .pdf, .doc, .xslx). To keep things simple the birt-starter uses simple file system access with a pre-defined folder structure. The location and structure of this file system can be seen in the birt-engine-workspace project. The directory locations can be adjusted through application.properties files as needed.

Versions

Version
0.0.7
0.0.6
0.0.3
0.0.1