【发布时间】:2016-05-15 19:15:18
【问题描述】:
我使用的是 sonarqube 5.3 最新版本,当我在我的属性文件中配置声纳 jdbc 属性时使用
property "sonar.jdbc.url", "jdbc:mysql://localhost:3306/sonar")
property "sonar.jdbc.username", "root")
property "sonar.jdbc.password", "root")
我收到警告消息
Property 'sonar.jdbc.url' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.
Property 'sonar.jdbc.username' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.
Property 'sonar.jdbc.password' is not supported any more. It will be ignored. There is no longer any DB connection to the SQ database.
如何配置外部数据库而不使用sonarqube提供的嵌入式数据库?
【问题讨论】:
标签: sonarqube