xuhy
2024-08-06 cd09208b1d161c68dca75a767913081337c78f46
1
2
3
4
5
6
7
8
package com.ruoyi.other;
 
import org.springframework.boot.test.context.SpringBootTest;
 
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT, classes = RuoYiChargingPileApplication.class)
public class RuoYiChargingPileApplicationTests {
 
}