How to specify the Spring Cloud version in IDEA spring Initializr
Answered
How to specify the Spring Cloud version in IDEA spring Initializr?
Please sign in to leave a comment.
Hello,
It's possible only to set Spring Boot version. Dependencies version are managed by BOM:
"org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"