Registry / other / registry-server

registry-server

JSON →
library0.0.1javamavenunverified

Spring Boot-based reference implementation of the OpenSchema registry server for managing schemas.

<dependency> <groupId>io.openmessaging</groupId> <artifactId>registry-server</artifactId> <version>0.0.1</version> </dependency>
INSTALL
IMPORT
SIG · REGISTRY-SERVER
R
registry-server
otherjavav0.0.1
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.

RegistryServerApplication
io.openmessaging.registry.server.RegistryServerApplication

Start the OpenSchema registry server as a Spring Boot application.

import io.openmessaging.registry.server.RegistryServerApplication; import org.springframework.boot.SpringApplication; public class Main { public static void main(String[] args) { SpringApplication.run(RegistryServerApplication.class, args); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
registry-server — mvn dependency:get registry-server · libregistry