名称
| 说明
|
[size=12.0000pt]spring-boot-starter
| [size=12.0000pt]核心 POM,包含自动配置支持、日志库和对 YAML 配置文件的支持。
|
[size=12.0000pt]spring-boot-starter-amqp
| [size=12.0000pt]通过 spring-rabbit 支持 AMQP。
|
[size=12.0000pt]spring-boot-starter-aop
| [size=12.0000pt]包含 spring-aop 和 AspectJ 来支持面向切面编程(AOP)。
|
[size=12.0000pt]spring-boot-starter-batch
| [size=12.0000pt]支持 Spring Batch,包含 HSQLDB。
|
[size=12.0000pt]spring-boot-starter-data-jpa
| [size=12.0000pt]包含 spring-data-jpa、spring-orm 和 Hibernate 来支持 JPA。
|
[size=12.0000pt]spring-boot-starter-data-mongodb
| [size=12.0000pt]包含 spring-data-mongodb 来支持 MongoDB。
|
[size=12.0000pt]spring-boot-starter-data-rest
| [size=12.0000pt]通过 spring-data-rest-webmvc 支持以 REST 方式暴露 Spring Data 仓库。
|
[size=12.0000pt]spring-boot-starter-jdbc
| [size=12.0000pt]支持使用 JDBC 访问数据库。
|
[size=12.0000pt]spring-boot-starter-security
| [size=12.0000pt]包含 spring-security。
|
[size=12.0000pt]spring-boot-starter-test
| [size=12.0000pt]包含常用的测试所需的依赖,如 JUnit、Hamcrest、Mockito 和 spring-test 等。
|
[size=12.0000pt]spring-boot-starter-velocity
| [size=12.0000pt]支持使用 Velocity 作为模板引擎。
|
[size=12.0000pt]spring-boot-starter-web
| [size=12.0000pt]支持 Web 应用开发,包含 Tomcat 和 spring-mvc。
|
[size=12.0000pt]spring-boot-starter-websocket
| [size=12.0000pt]支持使用 Tomcat 开发 WebSocket 应用。
|
[size=12.0000pt]spring-boot-starter-ws
| [size=12.0000pt]支持 Spring Web Services。
|
[size=12.0000pt]spring-boot-starter-actuator
| [size=12.0000pt]添加适用于生产环境的功能,如性能指标和监测等功能。
|
[size=12.0000pt]spring-boot-starter-remote-shell
| [size=12.0000pt]添加远程 SSH 支持。
|
[size=12.0000pt]spring-boot-starter-jetty
| [size=12.0000pt]使用 Jetty 而不是默认的 Tomcat 作为应用服务器。
|
[size=12.0000pt]spring-boot-starter-log4j
| [size=12.0000pt]添加 Log4j 的支持。
|
[size=12.0000pt]spring-boot-starter-logging
| [size=12.0000pt]使用 Spring Boot 默认的日志框架 Logback。
|
[size=12.0000pt]spring-boot-starter-tomcat
| [size=12.0000pt]使用 Spring Boot 默认的 Tomcat 作为应用服务器。
|
[size=10.5000pt]