提问人:Rishi Bharadwaj 提问时间:11/9/2023 更新时间:11/9/2023 访问量:10
如何使用具有相同文件夹结构的 2 个依赖项?
How to use 2 dependencies with the same folder structure?
问:
问题:我们有一个遗留的日志记录框架代码库,它被多个应用程序用作依赖项。它使用 googlecode Disruptor 库。在 Springboot 中构建的后续项目需要使用 lmax org 的 Disruptor。文件夹结构存在冲突,因为它们完全相同。但是,实现略有不同。我们需要同时使用两者,因为如果我们使用基于 lmax 的 Disruptor,旧代码可能会中断。
我们需要使用 lmax 依赖项进行异步日志记录。
关于如何在相同班级中使用 2 个图书馆的任何建议都会有所帮助。 提前致谢。
已使用的依赖项:com.googlecode.disruptor:disruptor:2.8 要使用的新依赖项(以及旧的)com.lmax.disruptor:3.3.6
这两个库的 Disruptor 类具有完全相同的文件夹结构。
答: 暂无答案
评论