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