import eureka-client
1 | // build.gradle.kts |
let’s inform that we will use client clent in this project through @EnableEurekaClient annotation
1 | // GatewayModuleApplication.kt |
set the name in each bootstrap.yml
1 | spring: |
import eureka-client
1 | // build.gradle.kts |
let’s inform that we will use client clent in this project through @EnableEurekaClient annotation
1 | // GatewayModuleApplication.kt |
set the name in each bootstrap.yml
1 | spring: |