posted 6 years ago
Does @ContextConfiguration without parameters load by default all the classes annotated as beans (@Components, @Services, @Controllers, etc)?
Does @ContextConfiguration(classes = {AppConfiguration.class}) load only beans, annotated as @Beans inside AppConfiguration class?