/* @Component 普通类 @Controller 表现层 @Service 业务层 @Repository 持久层 */ 功能完全相同。只是最好按照规范定义不同的类时,最好使用对应的定义格式。