You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,6 @@
2
2
This project provides Java modules to integrate [Hedera network](https://hedera.com) smoothless in a Spring Boot or Microprofile (like Quarkus) application.
3
3
This module is based on the [Hedera Java SDK](https://github.com/hashgraph/hedera-sdk-java).
4
4
5
-
> [!WARNING]
6
-
> This project has just been started and is not yet ready for production use.
7
-
8
5
## Spring Boot support
9
6
10
7
To use this module, you need to add the following dependency to your project:
@@ -68,6 +65,10 @@ public class HederaAccountService {
68
65
All APIs of the client are synchronous and return the result of the operation. For asynchronous operations, you can
69
66
easily wrap calls by use the [`@Async` annotation of spring](https://spring.io/guides/gs/async-method).
70
67
68
+
## Microservice support
69
+
70
+
The support for Microprofile is still in development and can not be used yet.
71
+
71
72
## Managed services
72
73
73
74
The module provides a set of managed services that can be used to interact with the Hedera network.
0 commit comments