What does SpringApplication.run() do?
a) Performs class path scan (interprets all annotations in the Spring class)
b) All the options
c) Starts Spring Application Context
d) Default configuration
e) Starts Tomcat Server