Skip to content

Commit 26ebbdd

Browse files
author
Alexander Furer
committed
next dev version
1 parent 37fcc82 commit 26ebbdd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
image: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]
55
image:https://travis-ci.org/LogNet/grpc-spring-boot-starter.svg?branch=master[Build Status,link=https://travis-ci.org/LogNet/grpc-spring-boot-starter]
66
image: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

1518
Auto-configures and runs the embedded gRPC server with @GRpcService-enabled beans as part of spring-boot application. +
@@ -28,7 +31,7 @@ repositories {
2831
2932
}
3033
dependencies {
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=4.0.0
1+
version=4.0.1-SNAPSHOT
22
group=io.github.lognet
33
description=Spring Boot starter for Google RPC.
44
gitHubUrl=https\://github.com/LogNet/grpc-spring-boot-starter

0 commit comments

Comments
 (0)