How to specify the Spring Cloud version in IDEA spring Initializr

Answered

How to specify the Spring Cloud version in IDEA spring Initializr?

0
1 comment

Hello,

It's possible only to set Spring Boot version. Dependencies version are managed by BOM:

"org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
0

Please sign in to leave a comment.