luodangjia
2024-08-31 31e408fb7efa3b8352d420d3cb4dbf4ca7f1d47a
1
2
3
4
5
6
7
8
package com.ruoyi.integration;
 
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = RuoYiIntegrationApplication.class)
public class RuoYiIntegrationApplicationTests {
 
}