Skip to content

Tag: spring-boot

Regex query in spring boot mongoDB on integer

My data schema in mongoDB { } I want to query on itemId such that if (In my database itemId is (1,2,12 , 13 , 15 27) ) if i search for itemId 1 then it fetch data start from 1 mean fetch data of itemId(1,12,13,15) if i am not pass itemId then fetch whole data. Please help me thanks

Spring boot HATEOAS integration issue

I have included hateoas dependency in my spring boot project but I am unable to run the project because of few exceptions that are being shown. I have tried cleaning the workspace, mvn clean install and also restarting the application but it’s not working. Is there something I am missing here? pom.xml E…