Pu Zhibing
21 小时以前 4c77ac6367145e4740141e872e1cda1c16efa9b1
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 {
 
}