摘要: 出现问题 DataSource自动注入为空 测试代码 @SpringBootTest public class SpringBoot06DataJdbcApplicationTests { @Autowired DataSource dataSource; //这里自动注入为null @Test p 阅读全文
posted @ 2021-08-15 19:31 .Blank 阅读(1493) 评论(0) 推荐(0) 编辑