@controller 用于注解控制器层@service 用于注解服务层@repository 用于注解持久层@component 泛指各种组件@configuration 用于定义配置类,可替换xml配置文件,通常会配上@bean使用,作用为:注册bean对象。详情