用这些注解都可以注入到bean代替 最好分清楚是哪个层的 @Controller // 界面层 @Service // 业务层 @Repository // 数据库层 @Component // 不分层 数据库层 业务层 控制器