Posts by neo • 29 points
3 posts
-
0
votes2
answers263
viewsA: Failed to convert value from property of type 'java.lang.String'
Guys I managed to solve the problem! I made some modifications as I would fix the errors that were appearing. But I’d like to thank you for the "artist.name" tip. This solved however I received…
-
0
votes2
answers263
viewsQ: Failed to convert value from property of type 'java.lang.String'
I am trying to submit a form that in one of the classes there is a relationship, I would like to know how to do this, because every time I try to submit I get the error of "Failed to Convert…
-
2
votes2
answers2620
viewsQ: How to resolve? No converter found capable of Converting from type [java.lang.String] to type [@org.springframework.data.jpa.Repository.Query]
So Guys I’m having a problem when performing a query through a @query, well basically what I need is a list of a status column in the bd that returns only students who are with the status "Finished"…