Описание:
Настройки вашего проекта несовместимы с нашими требованиями из-за по
следующим причинам:
- Spring Boot [2.7.18] несовместим с этим выпуском Spring Cloud
Рассмотрите возможность применения следующих действий:
- Измените версию Spring Boot на одну из следующих версий [2.4.x, 2.5.x] . Последние версии Spring Boot можно найти здесь [https://spring.io/projects/spring-boot#learn]. Если вы хотите узнать
подробнее о совместимости поездов Spring Cloud Release, вы можете посетить
эту страницу [https://spring.io/projects/spring-cloud#overview] и проверить
раздел [Релизные поезда]. Если вы хотите отключить эту проверку, просто
задайте свойство [spring.cloud.compatibility-verifier.enabled=false]
Ниже это мой POM:
4.0.0
org.springframework.boot
spring-boot-starter-parent
2.7.18
com.seqnc
subscription-service
0.0.1-SNAPSHOT
subscription-service
Subscription service - C h a r g e b e e l i b r a r y & l t ; / d e s c r i p t i o n & g t ; < b r / > < b r / > & l t ; p r o p e r t i e s & g t ; < b r / > & l t ; j a v a . v e r s i o n & g t ; 1 7 & l t ; / j a v a . v e r s i o n & g t ; < b r / > & l t ; s p r i n g - c l o u d . v e r s i o n & g t ; 2 0 2 1 . 0 . 9 & l t ; / s p r i n g - c l o u d . v e r s i o n & g t ; < b r / > & l t ; s p r i n g - d o c - v e r s i o n & g t ; 2 . 6 . 0 & l t ; / s p r i n g - d o c - v e r s i o n & g t ; < b r / > & l t ; / p r o p e r t i e s & g t ; < b r / > < b r / > & l t ; d e p e n d e n c i e s & g t ; < b r / > & l t ; d e p e n d e n c y >
org.springframework.boot
spring-boot-starter
org.springframework.boot
spring-boot-starter-data-mongodb
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-starter-validation
org.springframework.boot
spring-boot-starter-thymeleaf
org.springframework.boot
spring-boot-starter-log4j2
org.springframework.session
spring-session-core
org.springframework.boot
spring-boot-devtools
runtime
true
org.springframework.boot
spring-boot-configuration-processor
true
org.springframework.boot
spring-boot-starter-security
org.springframework.boot
spring-boot-starter-actuator
org.springframework.data
spring-data-rest-hal-browser
3.3.9.RELEASE
org.springdoc
springdoc-openapi-starter-webmvc-ui
${spring-doc-version}
org.projectlombok
lombok
true
org.springframework.boot
spring-boot-starter-test
test
org.junit.vintage
junit-vintage-engine
org.springframework.cloud
spring-cloud-starter-netflix-eureka-client
3.0.4
org.springframework.cloud
spring-cloud-starter-openfeign
3.0.5
org.springframework.boot
spring-boot-maven-plugin
subscription-service
Подробнее здесь: https://stackoverflow.com/questions/789 ... ring-cloud
Мобильная версия