ebike-plus/ebike-operations/src/test/java/com/sczx/operations/EbikeOperationsApplicationTests.java

14 lines
229 B
Java
Raw Normal View History

2025-09-15 10:36:01 +08:00
package com.sczx.operations;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class EbikeOperationsApplicationTests {
@Test
void contextLoads() {
}
}