Questions tagged [spring-initializr]

Spring Initializr provides an extensible API to generate JVM-based projects. An instance is available at https://start.spring.io

Spring Initializr provides an extensible API to generate JVM-based projects with implementations for several common concepts:

  • Basic language generation for Java, Kotlin and Groovy.
  • Build system abstraction with implementations for Apache Maven and Gradle.
  • .gitignore support.
  • Several hook-points for custom resources generations.

A concrete instance that uses the library can be found at https://start.spring.io.

60 questions
0
votes
1 answer

Spring initialzr - At SQL category, what do I choose between JDBC API, Spring Data JPA and Spring Data JDBC

I'm doing a learning project and I want to create an API. I will be using PostgreSQL. I'm setting up my project with Spring Initializr and I'm a bit confused regarding the SQL options. Which should I choose? I tried to research the differences…
0
votes
0 answers

Intellij - New Module from existing Sources : nothing happen

I am using . I have created an emty project with jdk 17 and I have downloaded a project from spring initialzr, I have tried to import it inside my project but nothing appear after clicking of File -> New -> Module from existing source. Windows 11,…
khalid tounoussi
  • 499
  • 5
  • 21
0
votes
2 answers

Select preferred launcher pops when lauching JUnit test

I have created a Spring Initializr project: enter image description here I import it to Eclipse IDE for Java Developers - Version: 2022-03 (4.23.0) - it's OK. Then I launch JUnit test on my test class: enter image description here Then I have this…
0
votes
0 answers

Spring initializr project application error

So I created a spring project from spring initializer. when I opened project it gave errors like this. when I opened java was not source root. resource folder was not as resource "photo" what can I do?
0
votes
1 answer

build.gradle created by Spring Initializr error message on "import" function

I am new to Gradle and I followed the instructions of a tutorial, just that instead of Maven I chose Gradle in Spring.Initializr. It produced following code for the build.gradle plugins { id 'org.springframework.boot' version '2.6.3' id…
von spotz
  • 875
  • 7
  • 17
0
votes
1 answer

Error creating bean with name 'configurationPropertiesBeans' defined in class path resource /ConfigurationPropertiesRebinderAutoConfiguration.class]

I can build the application (Kotlin+Spring+Spring Cloud) but I can't start it. Based on what I searched around it is related to incompability among Spring dependencies. I found someone facing similar issue as mine but after applying its solution I…
Jim C
  • 3,957
  • 25
  • 85
  • 162
0
votes
1 answer

Standard tools to generate Spring Boot project structure in gradle

Is there ant standard tool that generates the recommended Spring Boot project directory structure along with interfaces and implementation (Impl.java) classes and having gradle as build tool ?
0
votes
2 answers

spring initializr 2.3.x removed

Spring Boot 2.3.12.RELEASE was released on 10th Jun 2021 and in July it's been removed from "spring initializr" page (https://start.spring.io/). https://spring.io/blog/2021/06/10/spring-boot-2-3-12-release-available-now My questions: Is 2.3.x…
Hamid
  • 717
  • 7
  • 15
0
votes
1 answer

Why spring.io generate pom without version?

I'm new to springboot and using spring.io to create project in order to create microservices. When creating a project using spring.io website, a pom is created with all the relevant dependencies but versions are not added. Should I add the versions…
user2304483
  • 1,462
  • 6
  • 28
  • 50
0
votes
0 answers

Custom spring initializr instance - adding custom java class

I am trying to create my own instance of spring initializr as described in https://docs.spring.io/initializr/docs/current/reference/html/#create-instance. My need is to add custom java classes in the generated project (Other than the default…
Vishal
  • 549
  • 3
  • 13
0
votes
0 answers

Spring Initalizr - Custom Project Settings for Intellij

is there a way to modify / customize the first page ('Project Settings') of the Spring Initializr, containing the artifact name, build-type, java version, etc. to add a new custom selection? I'd like to add an application-type selection (and some…
0
votes
1 answer

Spring Boot + Activiti

I want to start a new Spring Boot + Activiti project using the Spring Initializr, but the Activiti dependency does not show up on the dependencies
en Peris
  • 1,537
  • 12
  • 31
  • 63
0
votes
1 answer

My spring boot web app started but did not work?

So I am new to Spring boot, I have created some CRUDS with it before, But forgot about them & I am back to it again, So I started with the Spring Initializer, and here is the options I have selected : Project : Maven Project Language :…
TaouBen
  • 1,165
  • 1
  • 15
  • 41
0
votes
1 answer

Spring boot error in Application.java package

hello I just created a project in spring boot initializer but when I import the project in sts I have a set of errors that I do not understand package com.example.filter.influenceur.influenceur; import…
mehdi hanine
  • 113
  • 1
  • 4
  • 11
0
votes
1 answer

A new project using Spring Initializr does not run in browser

Building a new project downloaded using https://start.spring.io/ does not run on browser. I have seen some solutions on stackoverflow which require to make some changes or add, but default/out-of-the-box application does not run. I asked this in…
Suren Konathala
  • 3,497
  • 5
  • 43
  • 73