随笔分类 -  sonarqube

摘要:升级前查看 https://docs.sonarsource.com/sonarqube/latest/setup/upgrading 升级版本要遵循官网给出的递升循序,因此我们9.6的版本需要先升级到 9.9,才能升级到 10.4 1、从 9.6 升级到 9.9 - 停止 9.6 程序。 - 将 阅读全文
posted @ 2024-02-21 09:46 linyouyi 阅读(671) 评论(0) 推荐(1)
摘要:SonarQube与GitLab集成_椰汁菠萝的博客-CSDN博客_gitlab sonarqube 注意:如果使用的是 内网假域名 一定要到在 sonarqube 容器里面设置 /etc/hosts 映射 ,不然页面会显示“无权访问此页。请联系管理员”,后台报 “ web[AYPRT0Vae/VG 阅读全文
posted @ 2022-10-13 20:31 linyouyi 阅读(464) 评论(0) 推荐(0)
摘要:pom.xml中添加jacoco插件 <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.9</version> <configuration> <class 阅读全文
posted @ 2020-08-25 15:04 linyouyi 阅读(9809) 评论(0) 推荐(0)