luodangjia
2024-10-18 06ea0fe23faf2238d9d1141826ecb404367aecec
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 {
 
}