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