About 218,000 results
Open links in new tab
  1. Spring initiliser available java versions - Stack Overflow

    Dec 5, 2023 · It doesnt as Spring Boot 3 is the only supported version as of now. Spring Boot 3 requires Java 17 as a minimum.

  2. IntelliJ idea doesn't show me the spring initializr

    I've intall the lastest Intell iDEA version 2020.1.1 comunity but Whent I try to creat a new project with Spring it doesn't show me Spring I looked for it in the installed and disabled plugins and nothing …

  3. Intellij Spring Initializr not available - Stack Overflow

    Sep 9, 2015 · 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 …

  4. Is it necessary to use a spring initializr for creating spring ...

    Dec 28, 2019 · I have started learning about spring and in every tutorial they start from spring initializr, i was wondering is it necessary to use it or we can create a project without using spring initializr ?

  5. Spring Initializer for Spring Boot 3.5.0 no longer allows adding Azure ...

    Jun 4, 2025 · Spring Initializr hides the Azure AD starter for Boot 3.5.0 because no Spring Cloud Azure release yet lists 3.5.0 as a supported version. You can generate a project with Boot 3.4.x (including …

  6. Did spring initializr stop support for spring boot 2.X?

    Nov 23, 2023 · 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.

  7. Not getting option of Java 8 or Java 11 version or spring version 2.x ...

    Dec 6, 2023 · 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 …

  8. How to add custom ApplicationContextInitializer to a spring boot ...

    Learn how to add a custom ApplicationContextInitializer to a Spring Boot application with step-by-step guidance and examples.

  9. Spring Boot project in IntelliJ community edition - Stack Overflow

    Sep 23, 2019 · 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 …

  10. java - Why it is necessary to extend`SpringBootServletInitializer ...

    Jan 1, 2018 · You can still use Spring and Spring Boot in these containers but you are going to need to add a web.xml to your application and configure it to load an ApplicationContext via a …