I downloaded a Spring Boot application from GitHub. Initially it was working fine and I have tested. Everything was working fine. Now I am getting the below warning while loading Landing page of application.
2020-11-29 00:07:02.511 WARN 6084 --- [nio-8084-exec-1] o.h.h.internal.ast.QueryTranslatorImpl : HHH000104: firstResult/maxResults specified with collection fetch; applying in memory!
I did not change anything in the application/database. I am not understanding, What could be the problem?
Can anyone help me please?