|
|
|
@ -8,6 +8,8 @@ public class DroneDemoTestApplication { |
|
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
public static void main(String[] args) { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
System.out.println("1111"); |
|
|
|
|
|
|
|
|
|
|
|
SpringApplication.run(DroneDemoTestApplication.class, args); |
|
|
|
SpringApplication.run(DroneDemoTestApplication.class, args); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|