Kane
Kane

Reputation: 8172

What's the proper spring cloud release working with current spring boot 2.0.0M3

I would like to use spring boot 2.0.0M3(which includes Spring 5 RC3) for my new project. I'm wondering which release of spring cloud I should use to have compatible with spring 5.

I did not find any resource talking about it. Should I use latest Dalston SR2 or Finchley snapshot to having spring cloud capability?

Upvotes: 1

Views: 162

Answers (1)

Kane
Kane

Reputation: 8172

I generated my new project via start.spring.io.

The Finchley.M1 of spring cloud works fine with spring boot 2.0.0.M3.

Upvotes: 1

Related Questions