package org.bib.jeffrey; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; @Configuration @ComponentScan(basePackages={"org.bib.jeffrey"}) public class BaseTestConfig { // Constructors // Public Methods // Getters & Setters // Attributes }