Skip to content

Commit

Permalink
Update amazon-dynamodb.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnarmorling authored and gsmet committed Aug 24, 2020
1 parent 2680061 commit 9be3505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/amazon-dynamodb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ The implementation is pretty straightforward and you just need to define your en
== Configuring DynamoDB clients

Both DynamoDB clients (sync and async) are configurable via the `application.properties` file that can be provided in the `src/main/resources` directory.
Additionally, you need to add to the classpath a proper implementation of the sync client. By default the extension uses the URL connection HTTP client, so
Additionally, you need to add to the classpath a proper implementation of the sync client. By default the extension uses the `java.net.URLConnection` HTTP client, so
you need to add a URL connection client dependency to the `pom.xml` file:

[source,xml]
Expand Down

0 comments on commit 9be3505

Please sign in to comment.