Spring Boot parameter name retention does not work
Stack Overflow » Spring
by
1w ago
I'm using spring boot 3.2.4 and I'm running into a weird issue. Here's a simplified version of my code (1 Interface 2 impls): @Configuration public class ServiceConfig { @Bean public ImplA ..read more
Visit website
Unable to download static content using spring boot with spring security
Stack Overflow » Spring
by
1w ago
I need to serve a static csv file in my spring boot app so that the browser can download it from the server. As read in multiple docs, spring boot serves the content of src/main/resources by default ..read more
Visit website
Creating and destroying cron tasks with Spring scheduling in a dynamic way
Stack Overflow » Spring
by
1w ago
@Scheduled annotation is a nice thing but I currently have to implement something a bit more dynamic. I have some DB table where new task descriptions (each contains a cron expression and a pointer to ..read more
Visit website
Why is the provision of server side sockjs heartbeat dependent on the interval of client invoked heartbeats?
Stack Overflow » Spring
by
1w ago
I am right in the middle of a deep dive into how stomp and sockjs handle the provision of heartbeats. If I understand correct sockjs is responsible for the provision of heartbeats if .withSockJS() is ..read more
Visit website
Integration tests with Testcontainer and LocalStack
Stack Overflow » Spring
by
1w ago
I am trying to make integration tests for my AuthService that propagates new users to AWS Cognito(User Pool) @Service @RequiredArgsConstructor public class AuthService { /** * The algorithm ..read more
Visit website
@WithMockUser(value = "username") does not work in spring boot security test
Stack Overflow » Spring
by
1w ago
I have the following Test class: My PokemonControllerTest: @AutoConfigureMockMvc(addFilters = true) @ExtendWith(SpringExtension.class) @WebMvcTest(PokemonController.class) public class ..read more
Visit website
Cannot resolve method 'doOnSuccessOrError' in 'Mono'
Stack Overflow » Spring
by
1w ago
I have this Spring Gateway code which I want to migrate to latest Spring Cloud 3: @Component public class CorrelationIdApiFilter implements WebFilter { @Override public Mono filter ..read more
Visit website
How to test Strategy Pattern in Spring Boot Java
Stack Overflow » Spring
by
1w ago
I have a question about tests with the strategy and the strategy itself. I want to make sure that my test architecture is as correct as possible. The point is that, as we know, if our implementations ..read more
Visit website
Injecting a bean dependency inside Condition or ConfigrationCondition
Stack Overflow » Spring
by
1w ago
I have a class named as My condition which implements Spring Condition interface. I need to inject another Spring bean into MyCondition as this dependency is going to make call to database and check ..read more
Visit website
Infinite recursion at postman
Stack Overflow » Spring
by
1w ago
I am developing an e-commerce website, and I encountered an issue while retrieving a user's addresses. When a user logs in and clicks the "addresses" button, they should see all their ..read more
Visit website

Follow Stack Overflow » Spring on FeedSpot

Continue with Google
Continue with Apple
OR