Eclipse reports error on my JPA project

前端 未结 10 1936
-上瘾入骨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:30

    I had the same problem. Here is how I solved it

    1. refreshed the connection
      • Go to Data Source Explorer
      • Select connection and right click
      • select Refresh
    2. Clean the project
      • Go t Project menu
      • select clean

提交回复
热议问题