About 172,000 results
Open links in new tab
  1. Spring Initializer for Spring Boot 3.5.0 no longer allows adding …

    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 …

  2. Intellij Spring Initializr not available - Stack Overflow

    Sep 9, 2015 · I know this is a late entry, but I'm hoping it might help somebody. I have IntelliJ Ultimate and had all of the Spring plugins enabled after installing the application. When I tried …

  3. How to set up a new Spring Boot project using Java 8 despite …

    Apr 30, 2024 · I'm planning to start a new Spring Boot project and need to use Java 8 due to specific dependency requirements and compatibility with other systems. However, when using …

  4. 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.

  5. 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.

  6. 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 …

  7. 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 …

  8. 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 …

  9. spring initializr: spring-boot-starter vs spring-boot-starter-web

    Jan 31, 2019 · 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 …

  10. How to initialize a old version Spring Boot project (for example, …

    Nov 26, 2021 · To initialize an old version Spring Boot project, you can use specific configurations and dependencies compatible with the desired version.