Spring Boot - Fundamentals
What is the recommended way to exclude a specific auto-configuration class in Spring Boot without removing its dependency?
exclude attribute on @SpringBootApplication disables specific auto-config classes without removing dependencies.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions