Skip to content

Commit 2f8a231

Browse files
committed
readme update
1 parent 7eafa4c commit 2f8a231

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
This project provides Java modules to integrate [Hedera network](https://hedera.com) smoothless in a Spring Boot or Microprofile (like Quarkus) application.
33
This module is based on the [Hedera Java SDK](https://github.com/hashgraph/hedera-sdk-java).
44

5-
> [!WARNING]
6-
> This project has just been started and is not yet ready for production use.
7-
85
## Spring Boot support
96

107
To use this module, you need to add the following dependency to your project:
@@ -68,6 +65,10 @@ public class HederaAccountService {
6865
All APIs of the client are synchronous and return the result of the operation. For asynchronous operations, you can
6966
easily wrap calls by use the [`@Async` annotation of spring](https://spring.io/guides/gs/async-method).
7067

68+
## Microservice support
69+
70+
The support for Microprofile is still in development and can not be used yet.
71+
7172
## Managed services
7273

7374
The module provides a set of managed services that can be used to interact with the Hedera network.

0 commit comments

Comments
 (0)