|
|
|
@ -2,7 +2,6 @@ package co.depsystem.app; |
|
|
|
|
|
|
|
|
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
|
import org.springframework.boot.SpringApplication; |
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
import org.springframework.context.ConfigurableApplicationContext; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* @author adiao |
|
|
|
* @author adiao |
|
|
|
@ -11,8 +10,7 @@ import org.springframework.context.ConfigurableApplicationContext; |
|
|
|
public class AppApplication { |
|
|
|
public class AppApplication { |
|
|
|
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
public static void main(String[] args) { |
|
|
|
ConfigurableApplicationContext run = SpringApplication.run(AppApplication.class, args); |
|
|
|
SpringApplication.run(AppApplication.class, args); |
|
|
|
System.out.println(run); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|