2

我正在安装 SonarQube 并创建了一个 AWS RDS Microsoft SQL Server 实例。如何使用端点将 SonarQube 连接到我的 rds 实例?

声纳属性文件:

sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonar

sonar.jdbc.username=xxxxx

sonar.jdbc.password=xxxxx

4

1 回答 1

-1

As commented by Jeroen, this documentation describes how to connect to SQLServer.

于 2016-03-31T17:05:59.127 回答