SpringApplication looks like the class with the same name in Spring Boot (and is a subclass of it), but it checks to see if the user is asking for functional bean registrations and only used those if it can.
SpringApplication looks like the class with the same name in Spring Boot (and is a subclass of it), but it checks to see if the user is asking for functional bean registrations and only used those if it can.