Pu Zhibing
2025-06-25 7cf1eb27ecbd23ddc1d0e8080c9637aa6f2a2bf9
1
2
3
4
5
6
7
8
package com.ruoyi.payment;
 
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = RuoYiPaymentApplication.class)
public class RuoYiPaymentApplicationTests {
 
}