spring-rdbms-file-example

Demo project for Spring Boot showcasing RDBMS and File integration

License

License

GroupId

GroupId

org.teiid
ArtifactId

ArtifactId

spring-rdbms-file-example
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

spring-rdbms-file-example
Demo project for Spring Boot showcasing RDBMS and File integration
Project URL

Project URL

http://teiid.org/spring-rdbms-file-example

Download spring-rdbms-file-example

How to add to project

<!-- https://jarcasting.com/artifacts/org.teiid/spring-rdbms-file-example/ -->
<dependency>
    <groupId>org.teiid</groupId>
    <artifactId>spring-rdbms-file-example</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.teiid/spring-rdbms-file-example/
implementation 'org.teiid:spring-rdbms-file-example:1.0.1'
// https://jarcasting.com/artifacts/org.teiid/spring-rdbms-file-example/
implementation ("org.teiid:spring-rdbms-file-example:1.0.1")
'org.teiid:spring-rdbms-file-example:jar:1.0.1'
<dependency org="org.teiid" name="spring-rdbms-file-example" rev="1.0.1">
  <artifact name="spring-rdbms-file-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teiid', module='spring-rdbms-file-example', version='1.0.1')
)
libraryDependencies += "org.teiid" % "spring-rdbms-file-example" % "1.0.1"
[org.teiid/spring-rdbms-file-example "1.0.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-data-jpa jar
org.teiid : teiid-spring-boot-starter jar 1.0.1

runtime (1)

Group / Artifact Type Version
com.h2database : h2 jar

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

Build Status

Teiid Spring Boot Starter

Primary purpose of teiid-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 to User 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 master
mvn -DautoVersionSubmodules=true clean package release:prepare
mvn release:perform
org.teiid

Teiid

Open Source Data Virtualization Platform

Versions

Version
1.0.1
1.0.0