Update src/main/java/com/example/nto/App.java
This commit is contained in:
@@ -1,12 +1,11 @@
|
|||||||
package com.example.nto;
|
package com.example.nto;
|
||||||
|
|
||||||
/**
|
import org.springframework.boot.SpringApplication;
|
||||||
* TODO: ДОРАБОТАТЬ в рамках задания
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
* =================================
|
|
||||||
* МОЖНО: Добавлять методы, аннотации, зависимости
|
@SpringBootApplication
|
||||||
* НЕЛЬЗЯ: Изменять название класса и пакета
|
|
||||||
*/
|
|
||||||
public class App {
|
public class App {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
SpringApplication.run(App.class, args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user