hibernate-commons-annotations-4.0.1.Final.jar; invalid LOC header (bad signature)?

后端 未结 12 1099
野趣味
野趣味 2020-11-29 05:04

I am new for Maven ..I am trying to create maven project for springMVC+Hiberante but I am getting lot of errors..can any one slove my problem please check my pom.xml for be

12条回答
  •  隐瞒了意图╮
    2020-11-29 05:33

    Nagivate to your C:\Users\user.m2\repository\projects\project1

    Pick the corresponding project and delete it from your .m2. Then f you use maven do mvn clean install otherwise build it accordingly in the terminal. it will recreate those jar files for you Reinstall the ear or war file in server and it should deploy just fine now.

    It worked for me.

提交回复
热议问题