luodangjia
2024-08-26 880c2a2bc0f60d0b2af43dad62f728f29fd5bf0a
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 {
 
}