xuhy
2024-08-06 0359b9284514e73da3c2138e969c1fa07b7b0965
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 {
 
}