spring-keycloak-odata

Expose OData interface and Secure using the Keycloak

Лицензия

Лицензия

Категории

Категории

Данные KeY Data Formats Formal Verification Keycloak Безопасность
Группа

Группа

org.teiid
Идентификатор

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

spring-keycloak-odata
Последняя версия

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

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

spring-keycloak-odata
Expose OData interface and Secure using the Keycloak
Ссылка на сайт

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

http://teiid.org/spring-keycloak-odata

Скачать spring-keycloak-odata

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.teiid : spring-odata jar 1.0.3
org.springframework.security : spring-security-core jar
org.springframework.boot : spring-boot-starter-security jar
org.keycloak : keycloak-spring-boot-starter jar

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

Данный проект не имеет модулей.

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

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

Версия
1.0.3