zhibing.pu
2024-08-22 e9d451862a9f9458c82f18d7bd2c2cfdac44ac0b
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 {
 
}