java - JPA - Domain Class & Property not found error -


i'm using spring boot h2 database local dev work, problem being encountered domain class setup. worked fine renamed property , receive error "java.lang.illegalargumentexception: no property name found type class org.rest.model.foo"

i think cause spring auto configuration has scanned domain class hasn't detected property different , it's throwing error.

how can avoid happening have number of changes i'm implementing go?


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -