79767010

Date: 2025-09-17 07:47:41
Score: 3.5
Natty:
Report link

the issue is in your model class. In spring boot 3x versions strictly check within the data types when you run query. Please recheck the model class and your query bind on it.

ex: in your model class your data type is in 'int'. But when you extract data using query in repo layer you get the feild as 'String' or other data type. This is stricly check in V3x. If you need more details please give the model class and repo interface

Reasons:
  • RegEx Blacklisted phrase (2.5): please give
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Nipun Vidarshana