File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 11# Spring boot starter for [ gRPC framework] ( https://grpc.io/ ) with [ JWT authorization] ( https://jwt.io/ ) - gRPC Java JWT
22
3+ [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.github.majusko/grpc-jwt-spring-boot-starter/badge.svg )] ( https://search.maven.org/search?q=g:io.github.majusko )
34[ ![ Release] ( https://jitpack.io/v/majusko/grpc-jwt-spring-boot-starter.svg )] ( https://jitpack.io/#majusko/grpc-jwt-spring-boot-starter )
45[ ![ Build Status] ( https://travis-ci.com/majusko/grpc-jwt-spring-boot-starter.svg?branch=master )] ( https://travis-ci.com/majusko/grpc-jwt-spring-boot-starter )
56[ ![ Test Coverage] ( https://codecov.io/gh/majusko/grpc-jwt-spring-boot-starter/branch/master/graph/badge.svg )] ( https://codecov.io/gh/majusko/grpc-jwt-spring-boot-starter/branch/master )
@@ -16,15 +17,6 @@ Simple start consist only from 3 simple steps.
1617
1718#### 1. Add Maven dependency
1819
19- ``` xml
20- <repositories >
21- <repository >
22- <id >jitpack.io</id >
23- <url >https://jitpack.io</url >
24- </repository >
25- </repositories >
26- ```
27-
2820``` xml
2921<dependency >
3022 <groupId >io.github.majusko</groupId >
Original file line number Diff line number Diff line change 1111
1212 <groupId >io.github.majusko</groupId >
1313 <artifactId >grpc-jwt-spring-boot-starter</artifactId >
14- <version >1.0.7 </version >
14+ <version >1.0.8-SNAPSHOT </version >
1515 <name >grpc-jwt-spring-boot-starter</name >
1616 <description >JWT Auth for your Grpc Spring Boot project</description >
1717
You can’t perform that action at this time.
0 commit comments