我正在尝试使用 jmeter 在 spring 应用程序上运行一些性能测试用例。我知道在 jmeter 中,spring 注释不起作用,例如
@ContextConfiguration and @Autowired
我通过获取 ApplicationContext 然后获取 Bean 来了。
但是,还有其他解决方法吗,因为我有一个非常大的 Base 类,它有很多
@Autowired instance variables and lot of dependencies.
提前致谢。