hyperledger-fabric-spring-boot-autoconfigure

A demo for deployment to the Central Repository via OSSRH

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration
Группа

Группа

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

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

hyperledger-fabric-spring-boot-autoconfigure
Последняя версия

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

1.0.2-RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

hyperledger-fabric-spring-boot-autoconfigure
A demo for deployment to the Central Repository via OSSRH
Организация-разработчик

Организация-разработчик

bxforce

Скачать hyperledger-fabric-spring-boot-autoconfigure

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

<!-- https://jarcasting.com/artifacts/com.github.bxforce/hyperledger-fabric-spring-boot-autoconfigure/ -->
<dependency>
    <groupId>com.github.bxforce</groupId>
    <artifactId>hyperledger-fabric-spring-boot-autoconfigure</artifactId>
    <version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bxforce/hyperledger-fabric-spring-boot-autoconfigure/
implementation 'com.github.bxforce:hyperledger-fabric-spring-boot-autoconfigure:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.bxforce/hyperledger-fabric-spring-boot-autoconfigure/
implementation ("com.github.bxforce:hyperledger-fabric-spring-boot-autoconfigure:1.0.2-RELEASE")
'com.github.bxforce:hyperledger-fabric-spring-boot-autoconfigure:jar:1.0.2-RELEASE'
<dependency org="com.github.bxforce" name="hyperledger-fabric-spring-boot-autoconfigure" rev="1.0.2-RELEASE">
  <artifact name="hyperledger-fabric-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bxforce', module='hyperledger-fabric-spring-boot-autoconfigure', version='1.0.2-RELEASE')
)
libraryDependencies += "com.github.bxforce" % "hyperledger-fabric-spring-boot-autoconfigure" % "1.0.2-RELEASE"
[com.github.bxforce/hyperledger-fabric-spring-boot-autoconfigure "1.0.2-RELEASE"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot jar 2.3.3.RELEASE
org.springframework.boot : spring-boot-autoconfigure jar 2.3.3.RELEASE
org.springframework.boot : spring-boot-configuration-processor Необязательный jar 2.3.3.RELEASE
org.hyperledger.fabric : fabric-gateway-java jar 2.2.0

test (1)

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

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

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

Hyperledger Fabric Spring Boot Starter

Maven Central javadoc

Hyperledger Fabric Spring Boot Starter provides an easy way to get your Spring boot application using Hyperledger Fabric Gateway SDK v2.2 up and running quickly.

To use the Hyperledger Fabric Spring Boot Starter in your projects you can include the maven dependency in your project pom file:

<dependency>
  <groupId>com.github.bxforce</groupId>
  <artifactId>hyperledger-fabric-spring-boot-starter</artifactId>
  <version>1.0.1-RELEASE</version>
  <type>pom</type>
</dependency>

Spring configuration

Hyperledger Fabric CA Configuration

  • hyperledger-fabric.ca-client.name The Certificate Authority name.
  • hyperledger-fabric.ca-client.url Http URL for the Fabric's certificate authority services endpoint.
  • hyperledger-fabric.ca-client.pemFile File location for x509 pem certificate for SSL.
  • hyperledger-fabric.ca-client.allowAllHostNames boolen(true/false) override certificates CN Host matching -- for development only.

Hyperledger Fabric Gateway Configuration

  • hyperledger-fabric.gateway.discovery Enable or disable service discovery for all transaction submissions for this gateway.
  • hyperledger-fabric.gateway.networkConfig The path to the common connection profile.

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

Версия
1.0.2-RELEASE
1.0.1-RELEASE
1.0.0-RELEASE