Skip to content

Commit

Permalink
cleanup netflix && remove test stubs from server
Browse files Browse the repository at this point in the history
  • Loading branch information
Finion-Philipp committed Apr 14, 2023
1 parent 2ba571e commit a65976c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion netflix-dgs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 0 additions & 1 deletion netflix-dgs/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
management.endpoints.web.exposure.include=*
grpc.client.GLOBAL.negotiationType=PLAINTEXT
grpc.client.BankService.address=localhost:9090

0 comments on commit a65976c

Please sign in to comment.