Spring和SpringMVC,MyBatis以及SpringBoot的註解分別有哪些?SpringMVC的工作原理,SpringBoot框架的優點,MyBatis框架的優點

Spring註解: 聲明bean的註解 @Component 組件,沒有明確的角色 @Service 在業務邏輯層使用(service層) @Repository 在數據訪問層使用(dao層) @Controller 在展現層使用,控制器的聲明(C) 注入bean的註解 @Autowired 由Spring提供 @Resource 由JSR-250提供 java配置類相關注解 @Bean 註解在方
相關文章
相關標籤/搜索