Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Latest commit

 

History

History
50 lines (36 loc) · 2.95 KB

File metadata and controls

50 lines (36 loc) · 2.95 KB

Microservice Remoting sample

This sample shows how the remoting layer of the Dolphin Platform can easily be used and integrated in a microservice architecture. This sample contains 2 microservices that provide different remoting controllers. The clients easily integrate view widgets for all this controllers in one view. By doing so a dynamic client view can easily be build based on several widgets that receive data from different servers.

microservices

Modules

TODO

modules

Start the sample

The sample provides 2 Spring Boot based microservices.

Spring Boot server 1

To start the Spring Boot server simply run mvn spring-boot:run from the server-spring-data1 folder. Next to this the server can be started by the com.canoo.platform.samples.microservices.product.ProductServer class.

The server is running at http://localhost:8080

Spring Boot server 2

To start the Spring Boot server simply run mvn spring-boot:run from the server-spring-data2 folder. Next to this the server can be started by the com.canoo.platform.samples.microservices.product.ProductServer class.

The server is running at http://localhost:8081

License

The project is released as open source under the Apache License Version 2.0



About Canoo