Description
Implementation of the first phase of Spring support bases on the idea that there is at least one java configuration class in the project. However, we do not have it in SpringBootApplication
Should we just use Application class marked with @SpringBootApplication instead of Configuration class?
Are there any other situations when there is no configuration class?