- Mesh framework uses spring boot to integrate grpc. It is a practical scheme based on k8s istio
To use this starter in a typical Spring Boot project, add the following dependencies to your project:
<parent>
<groupId>com.manqian.framework</groupId>
<artifactId>framework-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.manqian.framework</groupId>
<artifactId>framework-dependencies</artifactId>
<version>${framework.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
See more complete examples using Spring Boot at https://github.com/hermer/mesh-framework/tree/master/examples.
mesh-framework
├── examples
├── mesh-framework-common
├── mesh-framework-core
├── mesh-framework-dependencies
└── mesh-framework-startermesh-framework uses the Apache License 2.0 protocol.
mesh-framework is released under version 2.0 of the Apache License.
