lxil520 commented on issue #13672: URL: https://github.com/apache/dubbo/issues/13672#issuecomment-1914176588
您好!根据要求我重新创建了一个新的项目,并完整复现了这个问题 复现过程 1. 初始化项目并跟我的实际工程保持一致springboot 3.0.2, springCloud 2022.0.0, springCloudAlibaba 2022.0.0.0, dubbo 3.2.10 2. 简单创建三个模块:消费模块,微服务定义模块,生产模块 3. 简单写一个api demo发现injvm能正常访问 4. 加入实际项目的shiro模块,之前的逻辑是在shiro的shiroFilterFactoryBean的时候把系统所有的权限加载给shiro,此时就报错了,完整复现了我提到的问题找不到生产者 demo地址在下面,直接运行demo-consumer模块下面的Main类就可以复现: https://github.com/lxil520/dubbo-injvm-demo 谢谢 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
