spring-boot-starter Questions
2
Solved
I've read that I should not open an issue on github so I ask here. I've digged into the code and for example spring-boot-actuator-autoconfigure doesn't define the @Configuration\@AutoConfiguration ...
Barbule asked 25/8, 2022 at 9:9
4
I am trying to use JavaMailSender to send mails in spring boot, but I am getting this error:
javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are ...
Secundines asked 20/8, 2021 at 5:51
6
I like to add spring security into my web project, when I add security and extends the WebSecurityConfigurerAdapter I get the following error when I start the tomcat server:
java.lang.NoClassDefFo...
Earflap asked 3/11, 2017 at 9:15
1
Solved
I am creating a Maven artifact with following classes and configuration in custom Spring Starter project:
@ConfigurationProperties(prefix = "commons.time.formats")
@Getter
@Setter
public ...
Johnston asked 7/1, 2023 at 22:45
3
Solved
I'm making some tests using custom starters for spring boot. I managed to configure everything except the entities. I've tryed using @Import to load entities in the @AutoConfiguration class but thi...
Chen asked 30/8, 2022 at 7:51
1
Solved
On looking at the spring-boot-starter-web, spring-boot-starter-security projects on github, i find them to be empty with just a build.gradle file present there.
I hope this is as expected, but this...
Tiu asked 31/10, 2021 at 10:8
1
I would like to create a spring boot starter module which has its own entity and repository. But how can I in the autoconfiguration append an entity to the spring context? The spring boot service u...
Nazi asked 9/3, 2021 at 15:1
1
Solved
I am refactoring a legacy Spring boot project which implements Spring integration. In one of the module, I have removed the following dependency to fix the CVE-2019-3772 vulnerability. The projects...
Pfaff asked 15/9, 2019 at 19:54
1
Solved
If I want to build my project with maven package, I get the warning from Maven:
Some problems were encountered while building the effective model for
ch.mobi.ama:logcollector:jar:1.0.0-SNAPSHOT [W...
Krebs asked 8/7, 2019 at 14:16
4
Solved
I am creating a simple app using Axon + Spring Boot, just to make sure I understand the basic components in Axon framework before I use it in a real project.
There is a method annotated with @Comm...
Indignity asked 18/10, 2017 at 1:20
2
Solved
I'm having some issues when trying to implement Custom Repositorys with Spring Data JPA.
I try follow some references guides like this but I cant find the problem:
https://docs.spring.io/spring-da...
Haymow asked 25/4, 2018 at 22:16
2
Solved
Spring boot provides @ComponentScan to find packages to be scanned.
I am building a library which has @RestControllers inside with package com.mylib.controller. There are other classes as well wit...
Milson asked 15/2, 2018 at 13:45
2
Solved
I am currently developing a Spring Boot multi-module project.
When you set up a Spring Boot project, in your pom.xml you are required to have a parent reference to Spring Boot, e.g.
<parent&...
Maieutic asked 13/2, 2018 at 21:21
1
© 2022 - 2024 — McMap. All rights reserved.