添加JUnit平台启动器依赖用于测试

This commit is contained in:
JEECG
2025-12-16 14:09:54 +08:00
parent 67795493bd
commit 1b688e7cd2

View File

@ -132,6 +132,11 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<!-- Lombok --> <!-- Lombok -->
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>