https://blog.csdn.net/weixin_43742157/article/details/103486378?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.add_param_isCf&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-3.add_param_isCf 2. 创建对象时 如果是new 一个对象 则不是spring容器为你配置对象,那么对象里的autowried都没用了https://www.cnblogs.com/maikucha/p/10145169.html 3. Junit本身是不支持普通的多线程测试的,这是因为Junit的底层实现上,是用System.exit退出用例执行的。JVM都终止了,在测试线程启动的其他线程自然也无法执行。 4. 多线程测试 如何使用JMeter进行并发测试 https://www.cnblogs.com/summerstore/p/11529105.html 5. Jmeter 解决unable to access ApacheJMeter.jar的问题 https://blog.csdn.net/zhlelva/article/details/52384210