Home > Back-end >  azure-spring-boot for springboot 2.6.3
azure-spring-boot for springboot 2.6.3

Time:03-29

We have recently upgraded spring boot from 2.4.3 to 2.6.3 and spring-cloud.version to "2021.0.1". Can some one help pls here how I can find suitable azure spring dependencies which is compatible for spring 2.6.3 and spring-cloud.version to "2021.0.1.

Thanks Dins Kumar

CodePudding user response:

The compatible version can be found here https://github.com/Azure/azure-sdk-for-java/wiki/Spring-Versions-Mapping. But as @backhere mentioned, the 4.0 will be GAed in days, with many improvements and new features to make all the Spring Cloud Azure libraries more consistent.

CodePudding user response:

Check this link, the spring cloud azure 4.0 version may meet your needs.

The libraries of the 4.0 GA version are not released yet, but it's in the process and will be released in a few days. You can check with this link.

  • Related