zhibing.pu
2024-08-05 9175938ad9a5d09bc95db8d222c9ad48896247b8
1
2
3
4
5
6
7
8
package com.ruoyi.account;
 
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = RuoYiAccountApplication.class)
public class RuoYiAccountApplicationTests {
 
}