Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须在声纳数据库中创建一个新表来开发我的插件。 是否可以使用 java.lang. 在声纳数据库中创建一个新表。
在开发插件时不应该尝试扩展 Sonar DB,否则在连续迁移到 Sonar 的未来版本时会花费很多。
相反,您应该使用 Sonar API 来实现您想要的。如果你错过了一些功能,那么你可以来 Sonar DEV 邮件列表讨论它。
但是我建议你不要尝试对数据库做一些花哨的事情,那样会花费你将来维护的很多精力。