2023
03-16
03-16
解决Spring boot 整合Junit遇到的坑
目录这是我在使用springboot整合Junit的时候遇到的坑1.在pom.xml中添加junit环境的依赖2.在src/test/java下建立测试类3.自己编写的启动类SpringBoot整合Junit测试注入Bean失败问题描述下面是我的测试类解决过程以下是我的启动类总结这是我在使用springboot整合Junit的时候遇到的坑1.在pom.xml中添加junit环境的依赖<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-test</artifa...
继续阅读 >