diff --git a/grpc-interface/src/test/kotlin/edu/satisf/grpcserver/GrpcServerApplicationTests.kt b/grpc-interface/src/test/kotlin/edu/satisf/grpcserver/GrpcServerApplicationTests.kt deleted file mode 100644 index 4bde204..0000000 --- a/grpc-interface/src/test/kotlin/edu/satisf/grpcserver/GrpcServerApplicationTests.kt +++ /dev/null @@ -1,13 +0,0 @@ -package edu.satisf.grpcserver - -import org.junit.jupiter.api.Test -import org.springframework.boot.test.context.SpringBootTest - -@SpringBootTest -class GrpcServerApplicationTests { - - @Test - fun contextLoads() { - } - -} diff --git a/netflix-dgs/build.gradle.kts b/netflix-dgs/build.gradle.kts index 8706530..33873e6 100644 --- a/netflix-dgs/build.gradle.kts +++ b/netflix-dgs/build.gradle.kts @@ -18,7 +18,6 @@ repositories { dependencies { implementation("net.devh:grpc-client-spring-boot-starter:2.14.0.RELEASE") implementation("org.springframework.boot:spring-boot-starter") - implementation("org.springframework.boot:spring-boot-starter-actuator") implementation(platform("com.netflix.graphql.dgs:graphql-dgs-platform-dependencies:5.4.5")) implementation("com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter") implementation("org.jetbrains.kotlin:kotlin-reflect") diff --git a/netflix-dgs/src/main/resources/application.properties b/netflix-dgs/src/main/resources/application.properties index e74169f..2ffc095 100644 --- a/netflix-dgs/src/main/resources/application.properties +++ b/netflix-dgs/src/main/resources/application.properties @@ -1,3 +1,2 @@ -management.endpoints.web.exposure.include=* grpc.client.GLOBAL.negotiationType=PLAINTEXT grpc.client.BankService.address=localhost:9090