odata-web-spring-boot-starter

null

Лицензия

Лицензия

Категории

Категории

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

Группа

com.github.pukkaone
Идентификатор

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

odata-web-spring-boot-starter
Последняя версия

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

1.4.0-0
Дата

Дата

Тип

Тип

jar
Описание

Описание

odata-web-spring-boot-starter
null
Ссылка на сайт

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

https://github.com/pukkaone/odata-spring-boot-starter
Система контроля версий

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

https://github.com/pukkaone/odata-spring-boot-starter

Скачать odata-web-spring-boot-starter

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.olingo : odata-server-core-ext jar 4.3.0
org.springframework.boot : spring-boot-starter-web jar 1.4.0.RELEASE

test (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar 1.4.0.RELEASE

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

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

OData Spring Boot Starter  Maven Central

Convenient dependency descriptors to add OData to your application.

OData Elasticsearch Spring Boot Starter

This adds an OData endpoint which reads data from Elasticsearch.

Usage

Add this dependency to your Maven project:

<dependency>
  <groupId>com.github.pukkaone</groupId>
  <artifactId>odata-elasticsearch2-spring-boot-starter</artifactId>
  <version>${odata-spring-boot-starter.version}</version>
</dependency>

Set these application properties:

spring:
  data:
    elasticsearch:
      cluster-name: CLUSTER_NAME
      cluster-nodes: "NODE_HOST:NODE_PORT"

Application Properties

Various properties can be specified inside your application.properties or application.yml file, or as command line switches.

odata.web.service-parent-path

OData service root URI will be ${server.context-path}${odata.web.service-parent-path}/ alias_or_index_name
Default: /odata

Translating Elasticsearch to Entity Data Model

Elasticsearch Entity Data Model Name

alias/index

Namespace

alias_or_index_name

alias/index

Schema

Namespace

alias/index

Entity Container

alias_or_index_name

type

Entity Set

type_name

type

Entity Type

Namespace . type_name

nested

Collection(Complex Type)

Namespace . nested_name

object

Complex Type

Namespace . object_name

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

Версия
1.4.0-0