luodangjia
2024-08-31 2e43d137c7832e149f3df4145aa7fcca2153ef9c
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 {
 
}