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.