Код: Выделить всё
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'scopedTarget.eurekaClient' defined in class path resource [org/springframework/cloud/netflix/eureka/EurekaClientAutoConfiguration$RefreshableEurekaClientConfiguration.class]: Unsatisfied dependency expressed through method 'eurekaClient' parameter 3: No qualifying bean of type 'com.netflix.discovery.shared.transport.jersey.TransportClientFactories' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}

Я использую приведенную ниже зависимость maven и никаких других конфигураций.
Код: Выделить всё
org.springframework.cloud
spring-cloud-starter-netflix-eureka-client
4.1.0
Основной класс
Код: Выделить всё
@SpringBootApplication
public class SpringBoot3Java17Application {
public static void main(String[] args) {
SpringApplication.run(CommissionManagerApplication.class, args);
}
}
Код: Выделить всё
eureka.client.service-url.defaultZone=http://admin:alined@localhost:8761/eureka/

Сервер Eureka:

< /p>
Нужна помощь в настройке клиента eureka netflix с Spring Boot 3.2.0 и Java 17
Спасибо!>
Подробнее здесь: https://stackoverflow.com/questions/776 ... nd-java-17
Мобильная версия