---修复callservice无法正常调用bug

This commit is contained in:
2025-10-23 10:32:46 +08:00
parent 4bacf06ecf
commit ce960feb01
10 changed files with 157 additions and 12 deletions

View File

@ -64,6 +64,19 @@
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<!-- <exclusions>
排除JUnit 4引擎若存在
<exclusion>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
</exclusions> -->
</dependency>
</dependencies>
<build>
<finalName>app</finalName>