hyperledger-fabric-spring-boot

A demo for deployment to the Central Repository via OSSRH

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.bxforce
ArtifactId

ArtifactId

hyperledger-fabric-spring-boot
Last Version

Last Version

1.0.2-RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

hyperledger-fabric-spring-boot
A demo for deployment to the Central Repository via OSSRH
Project URL

Project URL

https://github.com/bxforce/hyperledger-fabric-spring-boot
Project Organization

Project Organization

bxforce
Source Code Management

Source Code Management

https://github.com/bxforce/hyperledger-fabric-spring-boot

Download hyperledger-fabric-spring-boot

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • hyperledger-fabric-spring-boot-autoconfigure
  • hyperledger-fabric-spring-boot-starter

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.

Versions

Version
1.0.2-RELEASE
1.0.1-RELEASE
1.0.0-RELEASE