package com.tiesheng.database; import org.springframework.context.annotation.ComponentScan; /** * @author hao */ @ComponentScan({ "com.tiesheng.database.**.*" }) public class DatabaseAutoConfigurer { }