File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44image:https://img.shields.io/maven-central/v/io.github.lognet/grpc-spring-boot-starter.svg?label=Maven%20Central[link=https://search.maven.org/search?q=g:%22io.github.lognet%22%20AND%20a:%22grpc-spring-boot-starter%22]
55image:https://travis-ci.org/LogNet/grpc-spring-boot-starter.svg?branch=master[Build Status,link=https://travis-ci.org/LogNet/grpc-spring-boot-starter]
66image:https://codecov.io/gh/LogNet/grpc-spring-boot-starter/branch/master/graph/badge.svg["Codecov",link="https://codecov.io/gh/LogNet/grpc-spring-boot-starter/branch/master"]
7+ Best viewed with image:https://www.octotree.io/_nuxt/img/03e72a3.svg["Octoree",width="24", link="https://www.octotree.io"]
78
89:toc:
910:source-highlighter: prettify
1011:numbered:
1112:icons: font
1213
14+
15+
1316== Features
1417
1518Auto-configures and runs the embedded gRPC server with @GRpcService-enabled beans as part of spring-boot application. +
@@ -28,7 +31,7 @@ repositories {
2831
2932}
3033dependencies {
31- compile 'io.github.lognet:grpc-spring-boot-starter:3.5.7 '
34+ compile 'io.github.lognet:grpc-spring-boot-starter:4.0.0 '
3235}
3336
3437
Original file line number Diff line number Diff line change 1- version =4.0.0
1+ version =4.0.1-SNAPSHOT
22group =io.github.lognet
33description =Spring Boot starter for Google RPC.
44gitHubUrl =https\://github.com/LogNet/grpc-spring-boot-starter
You can’t perform that action at this time.
0 commit comments