sonar jdbc properties are not supported anymore in sonarqube 5.3 version

前端 未结 1 1997
花落未央
花落未央 2020-12-18 23:35

I am using sonarqube 5.3 latest version and when I configure the sonar jdbc properties in my properties file using

property \"sonar.jdbc.url\", \"jdbc:mysql:         


        
相关标签:
1条回答
  • 2020-12-19 00:18

    You only need to configure the sonar.host.url. All communication between scanner and server is done with web services, and the scanner no longer talks to the database at all.

    0 讨论(0)
提交回复
热议问题