usage of eureka

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-09-30 22:48:56 +02:00
parent 3e8c699f61
commit 3cdfc2d4b9
2 changed files with 13 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ dependencies {
implementation 'io.grpc:grpc-netty'
implementation 'io.netty:netty-all'
implementation 'com.nimbusds:nimbus-jose-jwt:9.41.1'
implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'
testImplementation 'io.projectreactor:reactor-test'
compileOnly 'org.projectlombok:lombok'
developmentOnly 'org.springframework.boot:spring-boot-devtools'