|
@@ -7,9 +7,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
|
|
|
|
|
@SpringBootApplication
|
|
@SpringBootApplication
|
|
|
public class PlatFormApplication {
|
|
public class PlatFormApplication {
|
|
|
-
|
|
|
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
|
SpringApplication.run(PlatFormApplication.class, args);
|
|
SpringApplication.run(PlatFormApplication.class, args);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-}
|
|
|
|
|
|
|
+}
|