Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Teiid Spring Boot is fast way to get to your Data Virtualizations projects using Teiid and Spring Boot

License

NotificationsYou must be signed in to change notification settings

teiid/teiid-spring-boot

Repository files navigation

Build Status

Teiid Spring Boot Starter

Primary purpose ofteiid-spring-boot is to enable Teiid in Spring Boot applications. The Teiid can be added using Maven dependency below to your Spring Boot application pom.xml file.

<dependency>   <groupId>org.teiid</groupId>   <artifactId>teiid-spring-boot-starter</artifactId>   <version>{{ book.versionNumber }}</version></dependency>

Key Features:

  • Enables Teiid for Spring Boot applications

  • Supports translators/connectors auto-detection

  • Enable Externalized .yml/.properties based configuration

  • Supports VDB building using Spring style Annotations.

Refer toUser Guide for more details.

Build

Enter the following:

$ git clone https://github.com/<yourname>/teiid-spring-boot.git$ cd teiid-spring-boot$ mvn clean install

The directory structure is defined as follows:

/teiid-spring-boot    /starter -> Main Bootstrapping application    /data -> Contains all the different data sources that Teiid supports (RDBMS is implicitly supported)    /odata -> starter app for providing the odata support    /samples -> various examples show casing different data sources    /starter-test -> tests    /docs -> Documents

How to do a release

git pull upstream mastermvn -DautoVersionSubmodules=true clean package release:preparemvn release:perform

About

Teiid Spring Boot is fast way to get to your Data Virtualizations projects using Teiid and Spring Boot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp