|
|
|
@ -18,6 +18,7 @@ public class ClientApplication { |
|
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
public static void main(String[] args) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
System.out.println("111"); |
|
|
|
|
|
|
|
|
|
|
|
SpringApplication.run(ClientApplication.class, args); |
|
|
|
SpringApplication.run(ClientApplication.class, args); |
|
|
|
} |
|
|
|
} |
|
|
|
|