How to solve “Failed to instantiate WebApplicationInitializer class”

后端 未结 2 1629
野性不改
野性不改 2021-01-24 03:44

I have a CRUD spring application that does not run because of dependencies. I need the part of packaging with \"war\" but could not reach it.

My pom.xml is:



        
2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-24 04:08

    In you pom.xml add commons-logging-1.1.3 dependency only, i faced same issue but after adding this jar it is working fine.

提交回复
热议问题