3 Star 3 Fork 11

南山/spring-boot-helloworld

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
sonar-project.properties 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
南山 提交于 2023-12-26 20:08 +08:00 . add sonar-project.properties.
#项目的唯一标识
sonar.projectKey=spring-boot-helloworld
#项目的名称,用于显示在 sonarqube web 界面
sonar.projectName=spring-boot-helloworld
#项目版本
sonar.projectVersion=1.0
#项目源码所在目录
sonar.sources=.
#排除扫描的目录
sonar.exclusions=**/test/**,**/target/**
#项目源码编译生成的二进制文件路径,./target默认没有会报错,可以手动创建
#sonar.java.binaries=./target
sonar.java.binaries=.
#编程语言
sonar.language=java
#编码格式
sonar.sourceEncoding=UTF-8
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lbtooth/spring-boot-helloworld.git
git@gitee.com:lbtooth/spring-boot-helloworld.git
lbtooth
spring-boot-helloworld
spring-boot-helloworld
main

搜索帮助