Files
hb_roma/src/test/java/com/njcn/roma/RomaApplicationTests.java

14 lines
212 B
Java
Raw Normal View History

2024-07-01 14:56:58 +08:00
package com.njcn.roma;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class RomaApplicationTests {
@Test
void contextLoads() {
}
}