wl
2022-12-14 71a0eddabe8987e1b2bf6ae9f49c374a399a5b97
ycl-platform/src/test/java/com/ycl/sccgplatform/SccgPlatformApplicationTests.java
@@ -30,7 +30,7 @@
    @Test
    void contextLoads() {
        String msg = baseCaseService.processEvent(3);
        System.out.println("123456a".matches("^(?=.*\\d)(?=.*[a-z])(?=.*[A-Z])[a-zA-Z0-9]{6,16}$"));
    }
    @Test