com.ibm.cloud:event-streams-spring-boot-starter

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

Лицензия

Лицензия

Категории

Категории

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

Группа

com.ibm.cloud
Идентификатор

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

event-streams-spring-boot-starter
Последняя версия

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

0.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/IBM/event-streams-spring-boot-starter

Скачать event-streams-spring-boot-starter

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

<!-- https://jarcasting.com/artifacts/com.ibm.cloud/event-streams-spring-boot-starter/ -->
<dependency>
    <groupId>com.ibm.cloud</groupId>
    <artifactId>event-streams-spring-boot-starter</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.cloud/event-streams-spring-boot-starter/
implementation 'com.ibm.cloud:event-streams-spring-boot-starter:0.0.2'
// https://jarcasting.com/artifacts/com.ibm.cloud/event-streams-spring-boot-starter/
implementation ("com.ibm.cloud:event-streams-spring-boot-starter:0.0.2")
'com.ibm.cloud:event-streams-spring-boot-starter:jar:0.0.2'
<dependency org="com.ibm.cloud" name="event-streams-spring-boot-starter" rev="0.0.2">
  <artifact name="event-streams-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.cloud', module='event-streams-spring-boot-starter', version='0.0.2')
)
libraryDependencies += "com.ibm.cloud" % "event-streams-spring-boot-starter" % "0.0.2"
[com.ibm.cloud/event-streams-spring-boot-starter "0.0.2"]

Зависимости

compile (3)

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

test (2)

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

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

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

event-streams-spring-boot-starter

About

Spring boot starter for the IBM Cloud Event Streams product - with minimal configuration developers will be able to easily publish and subscribe to kafka topics.

How to use

  1. Add the event-streams-spring-boot-starter project as a dependency to your application.
  2. Create either application.properties or application.yml in your resources folder.
  3. Set the following properties:
  • ibm.spring.event-streams.password=${YOUR_IBM_EVENT_STREAMS_PASSWORD}
  • spring.kafka.bootstrap-servers=${YOUR_IBM_EVENT_STREAMS_BOOTSTRAP_SERVERS}

Upon starting your application will connect to the IBM Event Streams instance.

License

This code is licensed under Apache v2. See the LICENSE file in the root of the repository.

Dependencies

For a list of 3rd party dependencies that are used see the POM files of the individual projects.

com.ibm.cloud

International Business Machines

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

Версия
0.0.2
0.0.1