birt-spring-boot

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

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

com.innoventsolutions.birt-spring-boot
Идентификатор

Идентификатор

birt-spring-boot
Последняя версия

Последняя версия

0.0.7
Дата

Дата

Тип

Тип

pom
Описание

Описание

birt-spring-boot
Parent pom providing dependency and plugin management for applications built with Maven
Ссылка на сайт

Ссылка на сайт

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/birt-spring-boot
Система контроля версий

Система контроля версий

http://github.com/innoventsolutions/birt-spring-boot/tree/master

Скачать birt-spring-boot

Имя Файла Размер
birt-spring-boot-0.0.7.pom 6 KB
Обзор

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • birt-engine
  • birt-spring-boot-starter
  • birt-engine-autoconfig

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.

Версии библиотеки

Версия
0.0.7
0.0.6
0.0.3
0.0.1