Eclipse reports error on my JPA project

前端 未结 10 1939
-上瘾入骨i
-上瘾入骨i 2021-02-04 07:39

Each time I make a JPA project Eclipse reports that there are errors in my project but I do not understand why it does so. I added image and errors below:

10条回答
  •  既然无缘
    2021-02-04 08:10

    The annotations look correct, are you sure your project classpath is good? try and build the entity without the id and title fields first of all.

提交回复
热议问题