SpringBoot-Jpa报错:maybe not public or not valid?

An error was found when accessing the project: org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or field 'movieid' cannot be found on object of type 'com.ytc.model.Movie' - maybe not public or not valid?

 

By checking the entity class, it was found that the GetSet method was forgotten to be generated. 

After generating the GetSet method, restart the project and revisit. (GetSet shortcut key: Alt+InsScrLk)

 

 

 

 

 

Guess you like

Origin blog.csdn.net/kking_Ran/article/details/127416789