Skip to content

Commit 6be9ab9

Browse files
authored
Merge pull request #97755 from JasonFreeberg/patch-44
Adding database API reference docs
2 parents 5524ba5 + 1b2adc4 commit 6be9ab9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/app-service/containers/configure-language-java.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,9 @@ Additional configuration may be necessary for encrypting your JDBC connection. P
243243
- [PostgreSQL](https://jdbc.postgresql.org/documentation/head/ssl-client.html)
244244
- [SQL Server](https://docs.microsoft.com/sql/connect/jdbc/connecting-with-ssl-encryption?view=sql-server-ver15)
245245
- [MySQL](https://dev.mysql.com/doc/connector-j/5.1/en/connector-j-reference-using-ssl.html)
246+
- [MongoDB](https://mongodb.github.io/mongo-java-driver/3.4/driver/tutorials/ssl/)
247+
- [Cassandra](https://docs.datastax.com/developer/java-driver/4.3/)
248+
246249

247250
#### Manually initialize and load the key store
248251

0 commit comments

Comments
 (0)