SpringApplication class

The SpringApplication class can be used to Bootstrap and launch a Spring application from a Java main method.

The following are the steps that are typically performed when a Spring Boot application is bootstrapped:

  1. Create an instance of Spring's ApplicationContext.
  2. Enable the functionality to accept command-line arguments and expose them as Spring properties.
  3. Load all the Spring beans as per the configuration.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset