This reverts commit 4d09f82aec
This commit is contained in:
Ceren U_urlu
2019-02-26 07:56:07 +00:00
parent 4d09f82aec
commit 43ace24fa7
6 changed files with 9 additions and 95 deletions

View File

@@ -3,11 +3,9 @@ package hello;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
//application to boot with spring
@SpringBootApplication
public class Application {
//run the application
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}