bugfix:maven-surefire-plugin 暂时无法通过 bom 的依赖读取(兼容老版本 IDEA 2024 及以前版本)

This commit is contained in:
YunaiV
2025-06-17 20:11:32 +08:00
parent 6117567219
commit 3b585181ee
20 changed files with 24 additions and 1 deletions

View File

@@ -253,6 +253,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
<executions>
<execution>
<goals>