|
|
@@ -1,13 +1,13 @@
|
|
|
-package com.example.demo;
|
|
|
+package com.example.data_structure;
|
|
|
|
|
|
import org.springframework.boot.SpringApplication;
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
|
|
@SpringBootApplication
|
|
|
-public class DemoApplication {
|
|
|
+public class DataStructureApplication {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
- SpringApplication.run(DemoApplication.class, args);
|
|
|
+ SpringApplication.run(DataStructureApplication.class, args);
|
|
|
}
|
|
|
|
|
|
}
|