摘要: 1. 导入JUnit5测试框架 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> <exclus 阅读全文
posted @ 2022-12-03 19:27 飞鸟_Asuka 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 1. 引入Jacoco插件和Maven Site插件 <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>3.7.1</version> </ 阅读全文
posted @ 2022-12-03 18:48 飞鸟_Asuka 阅读(111) 评论(0) 推荐(0) 编辑