Which stable point do spring boot2.x or spring boot1.x choose?

I used 1.x before, but I am not very proficient in transferring to java,1.x. Which is better to use for the new project?

Dec.20,2021

are all the same, generally 1.x is fine, and sometimes special components (such as dubbo), 2.x) are used without the order of starting provider/consumer first.


look at companies and projects. If companies support the use of new technologies or projects that are not very strict, generally choose new jar packages or technologies. After all, it is convenient to upgrade later. In fact, 2.x is more stable!

Menu