@@ -549,7 +549,7 @@ for specifying hierarchical configuration data. The `SpringApplication` class wi
549
549
automatically support YAML as an alternative to properties whenever you have the
550
550
http://www.snakeyaml.org/[SnakeYAML] library on your classpath.
551
551
552
- NOTE: If you use '`starter POMs `' SnakeYAML will be automatically provided via
552
+ NOTE: If you use '`Starters `' SnakeYAML will be automatically provided via
553
553
`spring-boot-starter`.
554
554
555
555
@@ -1038,7 +1038,7 @@ http://logging.apache.org/log4j/2.x/[Log4J2] and http://logback.qos.ch/[Logback]
1038
1038
case loggers are pre-configured to use console output with optional file output also
1039
1039
available.
1040
1040
1041
- By default, If you use the '`Starter POMs `', Logback will be used for logging. Appropriate
1041
+ By default, If you use the '`Starters `', Logback will be used for logging. Appropriate
1042
1042
Logback routing is also included to ensure that dependent libraries that use
1043
1043
Java Util Logging, Commons Logging, Log4J or SLF4J will all work correctly.
1044
1044
@@ -1961,7 +1961,7 @@ any of your JAX-RS resources are packaged as nested jars.
1961
1961
[[boot-features-embedded-container]]
1962
1962
=== Embedded servlet container support
1963
1963
Spring Boot includes support for embedded Tomcat, Jetty, and Undertow servers. Most
1964
- developers will simply use the appropriate '`Starter POM `' to obtain a fully configured
1964
+ developers will simply use the appropriate '`Starter`' to obtain a fully configured
1965
1965
instance. By default the embedded server will listen for HTTP requests on port `8080`.
1966
1966
1967
1967
@@ -2500,7 +2500,7 @@ Here's the algorithm for choosing a specific implementation:
2500
2500
* Lastly, if Commons DBCP2 is available we will use it.
2501
2501
2502
2502
If you use the `spring-boot-starter-jdbc` or `spring-boot-starter-data-jpa`
2503
- '`starter POMs `' you will automatically get a dependency to `tomcat-jdbc`.
2503
+ '`starters `' you will automatically get a dependency to `tomcat-jdbc`.
2504
2504
2505
2505
NOTE: You can bypass that algorithm completely and specify the connection pool to use via
2506
2506
the `spring.datasource.type` property. This is especially important if you are running
@@ -2922,7 +2922,7 @@ http://redis.io/[Redis] is a cache, message broker and richly-featured key-value
2922
2922
Spring Boot offers basic auto-configuration for the
2923
2923
https://github.com/xetorthio/jedis/[Jedis] client library and abstractions on top of it
2924
2924
provided by https://github.com/spring-projects/spring-data-redis[Spring Data Redis]. There
2925
- is a `spring-boot-starter-data-redis` '`Starter POM `' for collecting the dependencies in a
2925
+ is a `spring-boot-starter-data-redis` '`Starter`' for collecting the dependencies in a
2926
2926
convenient way.
2927
2927
2928
2928
@@ -2962,7 +2962,7 @@ pooled connection factory by default.
2962
2962
http://www.mongodb.com/[MongoDB] is an open-source NoSQL document database that uses a
2963
2963
JSON-like schema instead of traditional table-based relational data. Spring Boot offers
2964
2964
several conveniences for working with MongoDB, including the
2965
- `spring-boot-starter-data-mongodb` '`Starter POM `'.
2965
+ `spring-boot-starter-data-mongodb` '`Starter`'.
2966
2966
2967
2967
2968
2968
@@ -3118,7 +3118,7 @@ Mongo instance's configuration and logging routing.
3118
3118
http://neo4j.com/[Neo4j] is an open-source NoSQL graph database that uses a rich data
3119
3119
model of nodes related by first class relationships which is better suited for connected
3120
3120
big data than traditional rdbms approaches. Spring Boot offers several conveniences for
3121
- working with Neo4j, including the `spring-boot-starter-data-neo4j` '`Starter POM `'.
3121
+ working with Neo4j, including the `spring-boot-starter-data-neo4j` '`Starter`'.
3122
3122
3123
3123
3124
3124
@@ -3238,7 +3238,7 @@ documentation].
3238
3238
https://github.com/spring-projects/spring-data-gemfire[Spring Data Gemfire] provides
3239
3239
convenient Spring-friendly tools for accessing the
3240
3240
http://pivotal.io/big-data/pivotal-gemfire#details[Pivotal Gemfire] data management
3241
- platform. There is a `spring-boot-starter-data-gemfire` '`Starter POM `' for collecting the
3241
+ platform. There is a `spring-boot-starter-data-gemfire` '`Starter`' for collecting the
3242
3242
dependencies in a convenient way. There is currently no auto-configuration support for
3243
3243
Gemfire, but you can enable Spring Data Repositories with a
3244
3244
https://github.com/spring-projects/spring-data-gemfire/blob/master/src/main/java/org/springframework/data/gemfire/repository/config/EnableGemfireRepositories.java[single annotation (`@EnableGemfireRepositories`)].
@@ -3250,7 +3250,7 @@ https://github.com/spring-projects/spring-data-gemfire/blob/master/src/main/java
3250
3250
http://lucene.apache.org/solr/[Apache Solr] is a search engine. Spring Boot offers basic
3251
3251
auto-configuration for the Solr 5 client library and abstractions on top of it provided by
3252
3252
https://github.com/spring-projects/spring-data-solr[Spring Data Solr]. There is
3253
- a `spring-boot-starter-data-solr` '`Starter POM `' for collecting the dependencies in a
3253
+ a `spring-boot-starter-data-solr` '`Starter`' for collecting the dependencies in a
3254
3254
convenient way.
3255
3255
3256
3256
@@ -3302,7 +3302,7 @@ http://www.elasticsearch.org/[Elasticsearch] is an open source, distributed,
3302
3302
real-time search and analytics engine. Spring Boot offers basic auto-configuration for
3303
3303
the Elasticsearch and abstractions on top of it provided by
3304
3304
https://github.com/spring-projects/spring-data-elasticsearch[Spring Data Elasticsearch].
3305
- There is a `spring-boot-starter-data-elasticsearch` '`Starter POM `' for collecting the
3305
+ There is a `spring-boot-starter-data-elasticsearch` '`Starter`' for collecting the
3306
3306
dependencies in a convenient way.
3307
3307
3308
3308
@@ -3372,7 +3372,7 @@ http://cassandra.apache.org/[Cassandra] is an open source, distributed database
3372
3372
system designed to handle large amounts of data across many commodity servers. Spring Boot
3373
3373
offers auto-configuration for Cassandra and abstractions on top of it provided by
3374
3374
https://github.com/spring-projects/spring-data-cassandra[Spring Data Cassandra].
3375
- There is a `spring-boot-starter-data-cassandra` '`Starter POM `' for collecting the
3375
+ There is a `spring-boot-starter-data-cassandra` '`Starter`' for collecting the
3376
3376
dependencies in a convenient way.
3377
3377
3378
3378
@@ -3428,7 +3428,7 @@ http://www.couchbase.com/[Couchbase] is an open-source, distributed multi-model
3428
3428
document-oriented database that is optimized for interactive applications. Spring Boot
3429
3429
offers auto-configuration for Couchbase and abstractions on top of it provided by
3430
3430
https://github.com/spring-projects/spring-data-couchbase[Spring Data Couchbase].
3431
- There is a `spring-boot-starter-data-couchbase` '`Starter POM `' for collecting the
3431
+ There is a `spring-boot-starter-data-couchbase` '`Starter`' for collecting the
3432
3432
dependencies in a convenient way.
3433
3433
3434
3434
@@ -3554,7 +3554,7 @@ enabled via the `@EnableCaching` annotation.
3554
3554
NOTE: If you are using the cache infrastructure with beans that are not interface-based,
3555
3555
make sure to enable the `proxyTargetClass` attribute of `@EnableCaching`.
3556
3556
3557
- TIP: Use the `spring-boot-starter-cache` " `Starter POM`" to quickly add required caching
3557
+ TIP: Use the `spring-boot-starter-cache` ' `Starter`' to quickly add required caching
3558
3558
dependencies. If you are adding dependencies manually you should note that certain
3559
3559
implementations are only provided by the `spring-context-support` jar.
3560
3560
@@ -4047,7 +4047,7 @@ The Advanced Message Queuing Protocol (AMQP) is a platform-neutral, wire-level p
4047
4047
for message-oriented middleware. The Spring AMQP project applies core Spring concepts to
4048
4048
the development of AMQP-based messaging solutions. Spring Boot offers several
4049
4049
conveniences for working with AMQP via RabbitMQ, including the
4050
- `spring-boot-starter-amqp` '`Starter POM `'.
4050
+ `spring-boot-starter-amqp` '`Starter`'.
4051
4051
4052
4052
4053
4053
@@ -4230,7 +4230,7 @@ disable the JTA auto-configuration.
4230
4230
[[boot-features-jta-atomikos]]
4231
4231
=== Using an Atomikos transaction manager
4232
4232
Atomikos is a popular open source transaction manager which can be embedded into your
4233
- Spring Boot application. You can use the `spring-boot-starter-jta-atomikos` Starter POM to
4233
+ Spring Boot application. You can use the `spring-boot-starter-jta-atomikos` Starter to
4234
4234
pull in the appropriate Atomikos libraries. Spring Boot will auto-configure Atomikos and
4235
4235
ensure that appropriate `depends-on` settings are applied to your Spring beans for correct
4236
4236
startup and shutdown ordering.
@@ -4254,7 +4254,7 @@ property with a different value for each instance of your application.
4254
4254
[[boot-features-jta-bitronix]]
4255
4255
=== Using a Bitronix transaction manager
4256
4256
Bitronix is popular open source JTA transaction manager implementation. You can
4257
- use the `spring-boot-starter-jta-bitronix` starter POM to add the appropriate Bitronix
4257
+ use the `spring-boot-starter-jta-bitronix` starter to add the appropriate Bitronix
4258
4258
dependencies to your project. As with Atomikos, Spring Boot will automatically configure
4259
4259
Bitronix and post-process your beans to ensure that startup and shutdown ordering is
4260
4260
correct.
@@ -4278,7 +4278,7 @@ property with a different value for each instance of your application.
4278
4278
[[boot-features-jta-narayana]]
4279
4279
=== Using a Narayana transaction manager
4280
4280
Narayana is popular open source JTA transaction manager implementation supported by JBoss.
4281
- You can use the `spring-boot-starter-jta-narayana` starter POM to add the appropriate
4281
+ You can use the `spring-boot-starter-jta-narayana` starter to add the appropriate
4282
4282
Narayana dependencies to your project. As with Atomikos and Bitronix, Spring Boot will
4283
4283
automatically configure Narayana and post-process your beans to ensure that startup and
4284
4284
shutdown ordering is correct.
@@ -4399,7 +4399,7 @@ caching is enabled.
4399
4399
[[boot-features-integration]]
4400
4400
== Spring Integration
4401
4401
Spring Boot offers several conveniences for working with Spring Integration, including
4402
- the `spring-boot-starter-integration` '`Starter POM `'. Spring Integration provides
4402
+ the `spring-boot-starter-integration` '`Starter`'. Spring Integration provides
4403
4403
abstractions over messaging and also other transports such as HTTP, TCP etc. If Spring
4404
4404
Integration is available on your classpath it will be initialized through the
4405
4405
`@EnableIntegration` annotation. Message processing statistics will be published over JMX
@@ -4458,7 +4458,7 @@ Spring Boot provides a number of utilities and annotations to help when testing
4458
4458
application. Test support is provided by two modules; `spring-boot-test` contains core
4459
4459
items, and `spring-boot-test-autoconfigure` supports auto-configuration for tests.
4460
4460
4461
- Most developers will just use the `spring-boot-starter-test` '`Starter POM `' which
4461
+ Most developers will just use the `spring-boot-starter-test` '`Starter`' which
4462
4462
imports both Spring Boot test modules as well has JUnit, AssertJ, Hamcrest and a number
4463
4463
of other useful libraries.
4464
4464
@@ -4467,7 +4467,7 @@ of other useful libraries.
4467
4467
[[boot-features-test-scope-dependencies]]
4468
4468
=== Test scope dependencies
4469
4469
If you use the
4470
- `spring-boot-starter-test` '`Starter POM `' (in the `test` `scope`), you will find
4470
+ `spring-boot-starter-test` '`Starter`' (in the `test` `scope`), you will find
4471
4471
the following provided libraries:
4472
4472
4473
4473
* http://junit.org[JUnit] -- The de-facto standard for unit testing Java applications.
@@ -4498,7 +4498,7 @@ needing to connect to other infrastructure.
4498
4498
4499
4499
The Spring Framework includes a dedicated test module for just such integration testing.
4500
4500
You can declare a dependency directly to `org.springframework:spring-test` or use the
4501
- `spring-boot-starter-test` '`Starter POM `' to pull it in transitively.
4501
+ `spring-boot-starter-test` '`Starter`' to pull it in transitively.
4502
4502
4503
4503
If you have not used the `spring-test` module before you should start by reading the
4504
4504
{spring-reference}/#testing[relevant section] of the Spring Framework reference
0 commit comments