Spring Boot - Spring Annotations
What is wrong with this Spring Boot bean declaration?
@Component
@Scope("invalidScope")
public class TestBean { }@Component
@Scope("invalidScope")
public class TestBean { }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions