About 328,000 results
Open links in new tab
  1. 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 …

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

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

    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 tools like …

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

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

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

  7. How to initialize a old version Spring Boot project (for example, 2.3.x ...

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

  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 boot 2.x.

  9. spring boot: what dependencies are needed make a simple spring …

    Oct 29, 2023 · Spring Boot is a wrapper over Spring MVC framework that enables auto-configuration and improves productivity of the developer. The developer can spend more time on the business …

  10. spring - Maven Build fails due to "java: java.lang ...

    Apr 4, 2025 · The spring-boot-starter-parent (more accurately spring-boot-dedendencies) defines the maven-compiler-plugin version 3.13.0 ... furthermore only defining the java.version property is …