springboot 测试用例中@Autowired 无法注入 2021-01-25 本文已影响0人 无我_a50f 原因: @Test 注解引用的不对 应该是 import org.junit.jupiter.api.Test; 而不是 import org.junit.Test;