Skip to content

Commit

Permalink
Update docs/modules/sql/pages/mapping-to-jdbc.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Howell <[email protected]>
  • Loading branch information
Rob-Hazelcast and oliverhowell authored Nov 8, 2024
1 parent 1ecd8b0 commit d96141e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/sql/pages/mapping-to-jdbc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In the MySQL database, create a `people` table.
CREATE TABLE people (id INT PRIMARY KEY, name VARCHAR(100))
```

On all your members define a data connection of type `JDBC`:
Define a data connection of type `JDBC` on all members:

```yaml
hazelcast:
Expand Down

0 comments on commit d96141e

Please sign in to comment.