SpringBoot核心功能
spring-boot-starter
: Spring Boot的核心启动器,包含了自动配置、日志和YAMLspring-boot-starter-aop
: 支持AOP面向切面编程的功能,包括spring-aop和AspecJspring-boot-starter-cache
: 支持Spring的Cache抽象spring-boot-starter-artermis
: 通过Apache Artemis支持JMS(Java Message Service)的APIspring-boot-starter-data-jpa
: 支持JPAspring-boot-starter-data-solr
: 支持Apache Solr搜索平台,包括spring-data-solrspring-boot-starter-freemarker
: 支持FreeMarker模板引擎spring-boot-starter-jdbc
: 支持JDBC数据库spring-boot-starter-Redis
: 支持Redis键值储存数据库,包括spring-redisspring-boot-starter-security
: 支持spring-securityspring-boot-starter-thymeleaf
: 支持Thymeleaf模板引擎,包括与Spring的集成spring-boot-starter-web
: 支持全栈式web开发,包括tomcat和Spring-WebMVC