Spring initiliser available java versions - Stack Overflow If you need to work with Java 8, you can set up your project manually or use Spring Initializr and then change the Spring Boot and Java versions manually As of today (December 5, 2023) the latest version of Spring Boot still supporting Java 8 is 2 7 18
Spring Boot project in IntelliJ community edition - Stack Overflow Can anyone help me with creating spring boot project in intelliJ Community edition For ultimate edition there is spring-boot initializer but I cannot find anything for community edition I followed this links but cannot find any solutions " Create Spring Boot Project with IntelliJ Community (FREE) Edition in 5 mins "
Intellij Spring Initializr not available - Stack Overflow Although the asker here used IntelliJ Ultimate here, I'd like to point out that the Spring Initializer is only available in the ultimate edition, not in the community edition If you are using the community version, there is no way to enable the Spring plugin here
Not getting option of Java 8 or Java 11 version or spring version 2. x . . . The spring starter project gives only Java 17 21 option and spring 3 X option only I have set compiler to 1 8 of java and also set Installed jre to jdk 8 Still the only option i get is of java 17 and 21 and spring version of 3 x only Not getting older version option in STS 4 I have deleted it again installed but issue remain same
Did spring initializr stop support for spring boot 2. 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
spring initializr: spring-boot-starter vs spring-boot-starter-web 14 spring-boot-starter provides the basic development and run time infrastructure for your application along with core spring features If you want web capabilities such as spring-mvc to your project you need to use spring-boot-starter-web However if you use spring-boot-starter-web you do not need to to explicitly mention spring-boot-starter