diff options
author | Trabelsi Tobias <tobias.trabelsi@sonarsource.com> | 2022-02-02 09:30:13 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-02-02 20:02:54 +0000 |
commit | 8e78bbf369514813c95ddd6e6ec1d77d304a842e (patch) | |
tree | 1be8fe873ecf76f18c7d024564bbda36dc1ab147 /sonar-application | |
parent | 81856ac3c6115da2803276462bb02eeb658d911e (diff) | |
download | sonarqube-8e78bbf369514813c95ddd6e6ec1d77d304a842e.tar.gz sonarqube-8e78bbf369514813c95ddd6e6ec1d77d304a842e.zip |
SONAR-15977 fixed jdbc package version in comment
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index aaa8a03703c..bedc8e9af88 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -40,7 +40,7 @@ # A database named sonar must exist and its collation must be case-sensitive (CS) and accent-sensitive (AS) # Use the following connection string if you want to use integrated security with Microsoft Sql Server # Do not set sonar.jdbc.username or sonar.jdbc.password property if you are using Integrated Security -# For Integrated Security to work, you have to download the Microsoft SQL JDBC Driver 9.2.0 package from +# For Integrated Security to work, you have to download the Microsoft SQL JDBC Driver 9.4.1 package from # https://docs.microsoft.com/en-us/sql/connect/jdbc/release-notes-for-the-jdbc-driver?view=sql-server-ver15#94 # and copy mssql-jdbc_auth-9.4.1.x64.dll to your path. #sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonar;integratedSecurity=true |