Skip to content

Commit ca1cb55

Browse files
spring-buildsspencergibb
authored andcommitted
Going back to snapshots
1 parent 11adf45 commit ca1cb55

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

README.adoc

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,23 @@ the `.mvn` configuration, so if you find you have to do it to make a
5454
build succeed, please raise a ticket to get the settings added to
5555
source control.
5656

57-
The projects that require middleware (i.e. Redis) for testing generally
58-
require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running.
59-
57+
For hints on how to build the project look in `.travis.yml` if there
58+
is one. There should be a "script" and maybe "install" command. Also
59+
look at the "services" section to see if any services need to be
60+
running locally (e.g. mongo or rabbit). Ignore the git-related bits
61+
that you might find in "before_install" since they're related to setting git
62+
credentials and you already have those.
63+
64+
The projects that require middleware generally include a
65+
`docker-compose.yml`, so consider using
66+
https://docs.docker.com/compose/[Docker Compose] to run the middeware servers
67+
in Docker containers. See the README in the
68+
https://github.com/spring-cloud-samples/scripts[scripts demo
69+
repository] for specific instructions about the common cases of mongo,
70+
rabbit and redis.
71+
72+
NOTE: If all else fails, build with the command from `.travis.yml` (usually
73+
`./mvnw install`).
6074

6175
=== Documentation
6276

docs/src/main/asciidoc/_configprops.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
|spring.cloud.gateway.metrics.enabled | `false` | Enables the collection of metrics data.
109109
|spring.cloud.gateway.metrics.prefix | `spring.cloud.gateway` | The prefix of all metrics emitted by gateway.
110110
|spring.cloud.gateway.metrics.tags | | Tags map that added to metrics.
111+
|spring.cloud.gateway.metrics.tags.path.enabled | `false` | If the collection of metrics data is enabled, enables an extra metric data tag by path.
111112
|spring.cloud.gateway.predicate.after.enabled | `true` | Enables the after predicate.
112113
|spring.cloud.gateway.predicate.before.enabled | `true` | Enables the before predicate.
113114
|spring.cloud.gateway.predicate.between.enabled | `true` | Enables the between predicate.

0 commit comments

Comments
 (0)