File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
grpc-spring-boot-starter-demo Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gradleErrorPronePluginVersion=2.0.2
55errorProneVersion =2.7.1
66lombokVersion =1.18.20
77
8- version =4.6.0
8+ version =4.6.1-SNAPSHOT
99group =io.github.lognet
1010description =Spring Boot starter for Google RPC.
1111gitHubUrl =https\://github.com/LogNet/grpc-spring-boot-starter
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ dependencies {
8888 testCompile " org.springframework.cloud:spring-cloud-config-client"
8989 testCompile " org.springframework.cloud:spring-cloud-starter-bootstrap"
9090
91- testCompile " com.playtika.testcontainers:embedded-keycloak:2.0.16 "
92- testCompile " com.playtika.testcontainers:embedded-consul:2.0.16 "
91+ testCompile " com.playtika.testcontainers:embedded-keycloak:2.0.18 "
92+ testCompile " com.playtika.testcontainers:embedded-consul:2.0.18 "
9393
9494 testImplementation ' org.hamcrest:hamcrest:2.2'
9595 testImplementation ' org.mockito:mockito-core:2.23.0'
@@ -100,13 +100,10 @@ dependencies {
100100
101101 bothPureAndShadedNettyTestCompile " io.grpc:grpc-netty"
102102
103- kafkaStreamTestCompile " com.playtika.testcontainers:embedded-kafka:2.0.9 "
103+ kafkaStreamTestCompile " com.playtika.testcontainers:embedded-kafka:2.0.18 "
104104 kafkaStreamTestCompile " org.springframework.cloud:spring-cloud-starter-stream-kafka"
105105
106106
107- // testCompile "org.testcontainers:junit-jupiter:1.14.3"
108-
109-
110107}
111108
112109configurations. all {
Original file line number Diff line number Diff line change @@ -10,4 +10,8 @@ spring:
1010 host : ${embedded.consul.host}
1111 service-registry :
1212 auto-registration :
13- enabled : true
13+ enabled : true
14+ grpc :
15+ consul :
16+ discovery :
17+ prefer-ip-address : true
You can’t perform that action at this time.
0 commit comments