wl
2022-12-13 407e8bed7378a56b2008ad539ef8bdfc6e034bd2
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