cy
2023-11-10 f3529363cc63b4729a429f80a4827b71df0cd5dd
deploy-jar-single/src/main/java/com/consum/test/synchronizedCode.java
@@ -11,7 +11,7 @@
    static String key = "1";
    public static void main(String[] args) throws InterruptedException {
        for (int j=0;j<3;j++){
        for (int j=0;j<5;j++){
            Thread t1 = new Thread(instance);
            t1.start();
        }
@@ -28,6 +28,7 @@
            key = "2";
        } else {
            myKey = "abc";
            key="1";
        }
        System.out.println(Thread.currentThread().getName() + ":" + myKey);