Maven dependencies not visible in WEB-INF/lib

后端 未结 9 1365
南方客
南方客 2020-11-28 19:35

I\'m having this weird problem making my project Maven-based. I created a new Maven project in Eclipse and enabled the Dynamic Web facets. But during runtim

9条回答
  •  感情败类
    2020-11-28 20:04

    On Eclipse, select your Web Project -> right click -> Properties -> Deployment Assembly -> Add -> Java Build Path Entries -> Maven Dependencies

    With this steps, maven libraries will be included on WEB-INF/lib when full publish.

提交回复
热议问题