6.你知道的SpringBoot中常用的starter都有哪些?
发布网友
发布时间:2022-04-23 07:11
我来回答
共1个回答
热心网友
时间:2022-06-17 07:41
1. spring-boot-starter-web :提供 Spring MVC + 嵌入式的 Tomcat 。web开发一整套
2. mybatis-spring-boot-starter :提供 MyBatis持久层操作数据库
3. spring-boot-starter-test:提供完备的测试功能
4. spring-boot-starter-thymeleaf:提供Thymeleaf模板视图整合
5. spring-boot-starter-actuator:提供生产级监控
6. spring-boot-starter-data-jpa :提供 Spring JPA + Hibernate
7. spring-boot-starter-data-redis`:提供 Redis整合能力
8. spring-boot-starter-mail:提供邮件发送给你
如果你对上述常见的starter不了解,我强烈建议你学习一下SpringBoot,黑马程序员教程视频资源官网都免费发布,直接去学就行了。