Relative Content

Tag Archive for javaspringspring-bootextjsspring-data-jpa

Jpa repo executing without using/triggering from Spring boot

My application is developed with Spring Boot and Ext Js (Sencha). Currently, one of the dropdowns is displaying only 20 items, although there should be 21. I have enabled SQL logs and noticed that the query executes with ‘limit ?’ at the end. Despite removing every instance of the Repo usage, the query still executes with the limit.