Relative Content

Tag Archive for spring-bootspring-data-jpa

how do i resolve java.lang.IllegalStateException

java.lang.IllegalStateException: Error processing condition on org.springframework.boot.actuate.autoconfigure.metrics.data.RepositoryMetricsAutoConfiguration.metricsRepositoryMethodInvocationListener

Filter in Pagination using spring boot doesn’t work properly

I have a SQL Table In which I want to apply some filters and pagination, I want to filter it on the minRequestTime, maxRequestTime, and the channel, I set the default date to today’s date (when the user will not provide it from the frontend, it will set automatically to today’s date), now the problem is when I don’t provide the date from postman the filters do not work properly,
I am using JPA Projection because of aliases in my sql query.