Pu Zhibing
2024-12-27 d39d882a8a56d84b76bb407c3b99b82d6d2e4f40
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 {
 
}