Registry / cloud / solon-cloud

solon-cloud

JSON →
library3.6.8javamavenunverified

Solon Cloud is a Java microservices framework that provides cloud-native capabilities such as service discovery, configuration management, and distributed messaging.

<dependency> <groupId>org.noear</groupId> <artifactId>solon.cloud</artifactId> <version>3.6.8</version> </dependency>
INSTALL
IMPORT
SIG · SOLON-CLOUD
S
solon-cloud
cloudjavav3.6.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CloudClient
org.noear.solon.cloud.CloudClient

Pushes a configuration value to the cloud configuration service.

import org.noear.solon.cloud.CloudClient; public class Quickstart { public static void main(String[] args) { CloudClient.config().push("mykey", "myvalue"); System.out.println("Configuration pushed to cloud."); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.6.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources
solon-cloud — mvn dependency:get solon-cloud · libregistry