Did spring initializr stop support for spring boot 2.X?
Asked Answered
E

0

8

I started a project using spring boot 2.7.16 couple of weeks ago. I generated the pom.xml file using spring initilizr (https://start.spring.io/). But today when I try to create another project with 2.7.16, I couldn't see any of the spring boot 2.x versions, it displays only 3.x. My question is, going forward, can't we use spring initializr for old version for spring boot project?

Just I want to know is there any alternate to generate pom files for Spring boot 2.x.

Eklund answered 23/11, 2023 at 16:57 Comment(2)
Just curious, why would you want to start a new project with an outdated dependency?Billion
@Robert, I am not the OP but I also want it. In my case, it is to split, clean and move part of an application to a new project, but moving to Java 18 could be a headache, because of some dependencies.Hughhughes

© 2022 - 2024 — McMap. All rights reserved.