springmvc整合shiro框架时无法获取AES算法是什么原因?

  1. 启动项目失败,主要报的错误是这个:java.lang.IllegalStateException: Unable to acquire AES algorithm. This is required to function.前面还有不合适的依赖无法识别,bean对象无法创建等错误
  2. 尝试过重装jdk,依赖重新注入.
  3. 注释掉相关shiro的代码就运行正常了.

https://blog.csdn.net/huoshichao/article/details/83860604