Questions tagged [spring-starter]
22 questions
0
votes
1 answer
Eclipse - How to create SQL File?
I am currently working on a Spring Starter project. I tried to add/create a SQL file to/in my resources folder. But when searching for "SQL File" I did not get a result. I also looked for something suitable in Eclipse Marketplace but I did not find…

Tobitor
- 1,388
- 1
- 23
- 58
0
votes
1 answer
Why does STS show compilation errors when I first create a skeleton Boot project?
I just downloaded and installed Spring Tool Suite 4 for Mac. It has the following version ...
Version: 4.6.2.RELEASE
Build Id: 202005250833
I created a brand new Spring Boot project by going to the File menu, selecting "New" and then "Spring…

satish
- 703
- 5
- 23
- 52
0
votes
1 answer
How to create beans dynamically in spring custom starter based on property
I am writing a custom spring starter, in which I need to register a list of beans of same type based on the property defined in the application.properties
i have following properties in application.properties
mybean.names = mybean1,…

sagar kancherla
- 129
- 1
- 3
- 12
0
votes
1 answer
Gradle build cannot find method ResponseEntity.of(object)
I'm converting my working maven spring-boot project to gradle spring-boot.
This is how my dependencies look like:
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
compile group: 'org.springframework.boot', name:…

Andiana
- 1,912
- 5
- 37
- 73
0
votes
0 answers
ERROR : Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFactory bean WHEN running spring boot application
Hi I have thise message when i run my Spring boot application.
My main class have @SpringBootApplication and look like :
@SpringBootApplication
public class SouscriptionServiceOptionnelApplication extends SpringBootServletInitializer implements…

Ibrahim BEN ABDERRAHMANE
- 49
- 1
- 4
0
votes
1 answer
Spring boot 2.2.1- Unable to start embed tomcat(no errors in log)
Am working on a Spring Boot application having version 2.2.1RELEASE.Application structure ,i have moved configuration into config folder as external configuration.Project structure should be like this
When i run my application its showing following…

arj
- 887
- 1
- 15
- 37
0
votes
2 answers
How to disable SpringBoot autoconfiguration for TomcatServletWebServerFactory in order for a custom spring-starter to provide it?
so I was writing my own SpringBootStarter which was supposed to enable the JNDI lookup in the embedded tomcat of a SpringBoot application.
My sample SpringBoot application has a dependency of my custom SpringBootStarter, which in turn has a…

uhmdunnolol
- 59
- 8