You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The org.springframework.boot.autoconfigure.EnableAutoConfiguration key is gone as of boot 3.
There is validation for this key found in spring.factories file. However, it only follows its default setting AUTO. In other words it is flagged if found in a Boot 3 project. There are also settings ON and OFF: