[Spring boot] CommandLineRunner and Autowired
Previously we use Application Context to get Bean and Dependenies injection. It is actually easier to use 'CommonLineRunner'.Main beneift is we can use @Autowired.@SpringBootApplicationpubl...