Sobes.tech
Junior — Middle

Which type of configuration in Spring can be excluded without losing application functionality?

sobes.tech AI

Answer from AI

In Spring, you can exclude XML configuration if you use annotation-based configuration and Java Config. The modern approach is to use annotations (@Configuration, @Component, @Bean, etc.) and Java configuration classes, which allows you to completely abandon XML without losing application functionality.