Created by yangyibo on 17/1/17.
| 11 | */ |
| 12 | |
| 13 | @ComponentScan(basePackages ="com.us") |
| 14 | @SpringBootApplication |
| 15 | public class Application { |
| 16 | public static void main(String[] args) { |
| 17 | ConfigurableApplicationContext run = run(Application.class, args); |
| 18 | } |
| 19 | |
| 20 | } |
nothing calls this directly
no outgoing calls
no test coverage detected