SpringBoot中有哪些starter

上一篇 << 下一篇 >>>如何自定义SpringBoot starter


官方 Spring-boot-starter-XX

spring-boot-starter-test 测试
spring-boot-starter-web web支持
spring-boot-starter-actuator 监控
spring-boot-starter-aop AOP
spring-boot-starter-security 安全
springboot-starter-mds 多数据源
spring-boot-starter-redis redis
spring-boot-starter-data-jpa JPA
spring-boot-starter-log4j2 日志
spring-boot-starter-log4j 日志
spring-boot-starter-mail 邮件
spring-boot-starter-jdbc JDBC
spring-boot-starter-websocket websocket
spring-boot-starter-tomcat tomcat
spring-boot-starter-thymeleaf 模板
spring-boot-starter-freemarker 模板
spring-boot-starter-validation 验证
spring-boot-starter-cache 缓存
spring-boot-starter-data-mongodb mongodb
spring-boot-starter-amqp AMQP和RabbitMQ
spring-boot-starter-activemq activemq
spring-boot-starter-quartz 任务调度

非官方的XX-Spring-boot-starter

mybatis-spring-boot-starter mybatis
httpclient-spring-boot-starter http请求客户端
druid-spring-boot-starter 数据库连接池


推荐阅读:
<< <<<如何自定义SpringBoot starter
<< << << << << << << << << << <<

你可能感兴趣的:(SpringBoot中有哪些starter)