[improvement][launcher]Set system property s2.test in junit tests in order to facilitate conditional breakpoints.

This commit is contained in:
jerryjzhang
2024-11-26 22:22:14 +08:00
parent 1de999dc1d
commit 9bccbae3bc
4 changed files with 8 additions and 5 deletions

View File

@@ -83,6 +83,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
<version>1.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>