Return List from Spring WebClient's onStatus response
Stack Overflow » Spring
by
4d ago
Using Spring's WebClient I make a call to a remote system. If the remote system answers with HTTP 422, then it also returns a list of strings in its response body which I would like to return as a ..read more
Visit website
How to override third party library's interface implementation?
Stack Overflow » Spring
by
4d ago
Currently in my Spring project I'm using an external library, which provides its own error handler, which is an implementation of an interface. However, due to poor error handling implementation, I ..read more
Visit website
Springsecurity , Changed computer and can't work normally
Stack Overflow » Spring
by
4d ago
enter image description hereenter image description hereenter image description hereenter image description here I copied and pasted this demo on this computer, except for the address of the database ..read more
Visit website
How can I use an Aspect on a SpringBootTest
Stack Overflow » Spring
by
4d ago
I have an aspect that I have created that does not work when utilised directly on a Test method, but does work when added to a helper component. How can I get this working when I use it directly. So ..read more
Visit website
Run code before SpringBootTest loads context in spring-boot 3
Stack Overflow » Spring
by
4d ago
Let's consider the following test: @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) public class ExampleTest { static { System.out.println("hello from ..read more
Visit website
Spring 3.0 gateway not registering routes
Stack Overflow » Spring
by
4d ago
I am migrating from spring 2.7.5 to 3.1.0-M1, and my gateway application has stopped registering routes defined in application.yml application.yml: spring: cloud: gateway: routes ..read more
Visit website
MessageFormat.format() vs String.format() : Which one should I choose?
Stack Overflow » Spring
by
4d ago
In our Java / Spring Boot projects, I was using String.format() in order to concatenate string values. However, I realized that there is another alternative, but after reading some threads on SO like ..read more
Visit website
Is my jsch connection pool being used thread safely in Spring controller?
Stack Overflow » Spring
by
4d ago
I'm trying to implement a connection pool using https://commons.apache.org/proper/commons-pool/ with JSch and use it in a Spring rest controller. I coded based on this stackoverflow answer: https ..read more
Visit website
No qualifying bean available
Stack Overflow » Spring
by
4d ago
I have checked all available answers on stackoverflow and still could not find out what is going wrong. I have the spring boot application class definiton package earnings.evaluatenews; import org ..read more
Visit website
Create a rectangle area using 2 coordinates of latitude and longitude and return all locations inside it (Springboot)
Stack Overflow » Spring
by
2w ago
Working on a controller method for a Springboot crud API. I send a JSON that has 2 coordinate points, each with a latitude and longitude point. I want to create a rectangle using those 2 points and ..read more
Visit website

Follow Stack Overflow » Spring on Feedspot

Continue with Google
Continue with Apple
OR