报错信息:java.lang.SecurityException: class "javax.servlet.ServletRegistration"'s signer information does not match signer information of other classes in the same package

报错截图:

java.lang.SecurityException: class "javax.servlet.ServletRegistration"'s signer information does not match signer information of other classes in the same package

解决方案:

因为本人是sbt项目,所以添加一下依赖之后解决:

java.lang.SecurityException: class "javax.servlet.ServletRegistration"'s signer information does not match signer information of other classes in the same package

如果是maven项目的话,添加依赖到pom文件中然后在重新build,之后就可以了

 

相关文章:

  • 2022-12-23
  • 2022-01-21
  • 2021-05-18
  • 2021-08-16
  • 2021-10-27
  • 2022-02-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-17
  • 2022-02-12
  • 2021-04-12
  • 2021-12-31
相关资源
相似解决方案