SpringBoot 常用的 Starter 有哪些?
- 面试其他
- 时间:2023-02-12 16:51
- 4357人已阅读
简介
1、spring-boot-starter-web:提供SpringMVC+内嵌的Tomcat。2、spring-boot-starter-data-jpa:提供SpringJPA+Hibernate。3、spring-boot-starter-data-Redis:提供Redis。4、mybatis-spring-boot-starter:提供MyBatis。
🔔🔔🔔好消息!好消息!🔔🔔🔔
有需要的朋友👉:联系凯哥
1、 spring-boot-starter-web :提供 Spring MVC + 内嵌的 Tomcat 。
2、 spring-boot-starter-data-jpa :提供 Spring JPA + Hibernate 。
3、 spring-boot-starter-data-Redis :提供 Redis 。
4、 mybatis-spring-boot-starter :提供 MyBatis 。