I can\'t find this information anywhere. Can someone explain how spring boot \'decides\' what the right scope is? Are the beans all singletons?
Here is the official documentation:
https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/core.html#beans-factory-scopes
Default scope for a Spring Bean in singleton.