Jenkins持续集成测试

pull/2/MERGE
chenyuepan 1 month ago
parent 75d444a532
commit ffaa2e94f7

@ -26,8 +26,6 @@ class VenueReservationServiceApplicationTests {
@Test @Test
void contextLoads() throws Exception { void contextLoads() throws Exception {
String extension = FilenameUtils.getExtension("image.jpeg"); // 返回 "jpeg"
System.out.println( UUID.randomUUID().toString().replaceAll("-", ""));
} }

Loading…
Cancel
Save