diff --git a/doc/实践资源-开源软件维护方案及成果.docx b/doc/实践资源-开源软件维护方案及成果.docx deleted file mode 100644 index 0b7e6ea..0000000 Binary files a/doc/实践资源-开源软件维护方案及成果.docx and /dev/null differ diff --git a/doc/小米便签维护方案及成果报告.docx b/doc/小米便签维护方案及成果报告.docx index 381e892..d3c565d 100644 Binary files a/doc/小米便签维护方案及成果报告.docx and b/doc/小米便签维护方案及成果报告.docx differ diff --git a/doc/小米便签维护方案及成果报告.pptx b/doc/小米便签维护方案及成果报告.pptx new file mode 100644 index 0000000..2213365 Binary files /dev/null and b/doc/小米便签维护方案及成果报告.pptx differ diff --git a/src/Notes1/app/src/.scannerwork/.sonar_lock b/src/Notes1/app/src/.scannerwork/.sonar_lock new file mode 100644 index 0000000..e69de29 diff --git a/src/Notes1/app/src/.scannerwork/report-task.txt b/src/Notes1/app/src/.scannerwork/report-task.txt new file mode 100644 index 0000000..573593c --- /dev/null +++ b/src/Notes1/app/src/.scannerwork/report-task.txt @@ -0,0 +1,6 @@ +projectKey=NoteNote +serverUrl=http://localhost:9000 +serverVersion=9.0.1.46107 +dashboardUrl=http://localhost:9000/dashboard?id=NoteNote +ceTaskId=AYQzNADhQAw0akeotOom +ceTaskUrl=http://localhost:9000/api/ce/task?id=AYQzNADhQAw0akeotOom diff --git a/src/Notes1/app/src/sonar-project.properties b/src/Notes1/app/src/sonar-project.properties new file mode 100644 index 0000000..68ac7dd --- /dev/null +++ b/src/Notes1/app/src/sonar-project.properties @@ -0,0 +1,17 @@ +# 配置代码扫描的项目信息,每个项目有唯一的key,可以自己定 +# must be unique in a given SonarQube instance +sonar.projectKey=NoteNote + +# this is the name displayed in the SonarQube UI +# 名称自己定 +sonar.projectName=NoteNote +sonar.projectVersion=1.0 + +# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. +# If not set, SonarQube starts looking for source code from the directory containing +# 配置扫描的代码目录,目录一般就是项目根目录下的src文件夹 +sonar.sources=main + +# classes文件目录,不加会报错。在代码根目录添加target文件夹(我的根目录为: E:\git\kang_wei\src) +# 如果还是报错在target中添加classes文件夹,之后下列等号右边改为target/classes +sonar.java.binaries=target \ No newline at end of file