Jars not copied to Tomcat's lib folder

前端 未结 4 2207
北荒
北荒 2020-12-13 01:25

I am doing some basic spring stuff and stuck at some point. I am getting ClassNotFoundException whenever I deploy my application on Tomcat.

I observed

4条回答
  •  时光取名叫无心
    2020-12-13 01:58

    If you define "war" packaging for your maven project then your dependent libraries should be automatically copied to the WEB-INF/lib directory of the created .war file by the Maven WAR plugin.

提交回复
热议问题