Skip to content

Commit 5bdc5f4

Browse files
committed
update readme
1 parent f4806d6 commit 5bdc5f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ public class DefaultProviderIntegrationTest {
262262
}
263263
```
264264

265-
#### Changing the version of postgres binaries
265+
#### Changing the version of postgres binaries [![zonky-provider only](https://img.shields.io/badge/-zonky--provider%20only-3399ff.svg)](#database-providers)
266266

267267
The version of the binaries can be managed by importing `embedded-postgres-binaries-bom` in a required version into your dependency management section.
268268

@@ -319,7 +319,7 @@ A list of all available versions of postgres binaries is here: https://mvnreposi
319319

320320
Note that the release cycle of the postgres binaries is independent of the release cycle of this library, so you can upgrade to a new version of postgres binaries immediately after it is released.
321321

322-
#### Enabling support for additional architectures
322+
#### Enabling support for additional architectures [![zonky-provider only](https://img.shields.io/badge/-zonky--provider%20only-3399ff.svg)](#database-providers)
323323

324324
By default, only the support for `amd64` architecture is enabled.
325325
Support for other architectures can be enabled by adding the corresponding Maven dependencies as shown in the example below.
@@ -339,7 +339,7 @@ Note that not all architectures are supported by all platforms, look here for an
339339

340340
Since `PostgreSQL 10.0`, there are additional artifacts with `alpine-lite` suffix. These artifacts contain postgres binaries for Alpine Linux with disabled [ICU support](https://blog.2ndquadrant.com/icu-support-postgresql-10/) for further size reduction.
341341

342-
#### Zonky-specific provider configuration
342+
#### Zonky-specific provider configuration [![zonky-provider only](https://img.shields.io/badge/-zonky--provider%20only-3399ff.svg)](#database-providers)
343343

344344
The provider configuration can be customized with bean implementing `Consumer<EmbeddedPostgres.Builder>` interface.
345345
The obtained builder provides methods to change the configuration before the database is started.

0 commit comments

Comments
 (0)