杨凯
2023-10-18 caf451f76ac30aa222230e0bc2d0d7cb9f420bdf
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);