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
Post a Comment