一、复盘项目架构
后端是使用Dubbo架构组织的微服务,Common模块 给三个子服务/模块(AEP、Analyze、CommonProvider)提供公共依赖,其中CommonProvider是作为Web端的后端服务,而Web端使用elementui做前端框架,使用SpringSecurity做安全框架。
二、还原报错
在运行AEP、Analyze两个子模块的时候,出现了如下异常,一直解决不了。
AuthenticationEntryPoint不就是SpringSecurity的文件吗?
Caused by: java.io.FileNotFoundException: class path resource [org/springframework/security/web/AuthenticationEntryPoint.class] cannot be opened because it does not exist
at org.springframework.core.io.ClassPat