How to specify the Spring Cloud version in IDEA spring Initializr

已回答

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

0

Hello,

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

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

请先登录再写评论。