Maven dependencies are not copied to WEB-INF/lib in eclipse

后端 未结 2 1808
孤独总比滥情好
孤独总比滥情好 2021-01-23 15:13

I have a maven web project in Eclipse (Spring Tool Suite to be precise), and for some reason my maven dependencies do not end up in WEB-INF/lib, so I get all sorts of runtime er

2条回答
  •  伪装坚强ぢ
    2021-01-23 15:39

    Since you metioned that your build was working, try switching to a new workspace and recreate your project. See if the problem is solved.

提交回复
热议问题