workspace.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="c25ee83f-38b8-4a56-8a1f-62ecc8d6cec2" name="Default Changelist" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/src/main/resources/application.properties" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application.properties" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/src/main/resources/bootstrap.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/bootstrap.yaml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/target/classes/application.properties" beforeDir="false" />
  10. <change beforePath="$PROJECT_DIR$/target/classes/application.yml" beforeDir="false" />
  11. <change beforePath="$PROJECT_DIR$/target/classes/bootstrap.yaml" beforeDir="false" />
  12. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/Application.class" beforeDir="false" />
  13. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/Exception/BaseException.class" beforeDir="false" />
  14. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/Exception/ReportTaskNotExistException.class" beforeDir="false" />
  15. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/dao/ReportTaskDao.class" beforeDir="false" />
  16. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/domainObject/ReportTask.class" beforeDir="false" />
  17. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/domainObject/ReportTaskStatus.class" beforeDir="false" />
  18. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/factory/ReportTaskFactory.class" beforeDir="false" />
  19. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/model/ReportTaskPO.class" beforeDir="false" />
  20. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/repository/IReportTaskRepo.class" beforeDir="false" />
  21. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/repository/ReportTaskRepo.class" beforeDir="false" />
  22. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/service/AutoReportProductService.class" beforeDir="false" />
  23. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/service/impl/AutoReportProductServiceImpl$1.class" beforeDir="false" />
  24. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/service/impl/AutoReportProductServiceImpl$2.class" beforeDir="false" />
  25. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/service/impl/AutoReportProductServiceImpl.class" beforeDir="false" />
  26. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/util/Converter$CopierIdentity.class" beforeDir="false" />
  27. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/util/Converter$PrimitiveConverter.class" beforeDir="false" />
  28. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/util/Converter.class" beforeDir="false" />
  29. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/ctrl/HandleReportController.class" beforeDir="false" />
  30. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/enums/VulVerifyStatus.class" beforeDir="false" />
  31. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/functionalTestData/Bug.class" beforeDir="false" />
  32. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/functionalTestData/DeviceBugListItem.class" beforeDir="false" />
  33. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/functionalTestData/DeviceDetailItem.class" beforeDir="false" />
  34. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/functionalTestData/DeviceDistributionData.class" beforeDir="false" />
  35. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/functionalTestData/DeviceUCListItem.class" beforeDir="false" />
  36. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/functionalTestData/FunctionalTestVO.class" beforeDir="false" />
  37. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/functionalTestData/GeneralResult.class" beforeDir="false" />
  38. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/functionalTestData/ScreenShot.class" beforeDir="false" />
  39. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/functionalTestData/TypePassResult.class" beforeDir="false" />
  40. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/functionalTestData/UCItemCaseInfo.class" beforeDir="false" />
  41. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/functionalTestData/UCPassResult.class" beforeDir="false" />
  42. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/functionalTestData/UCResultDeviceItem.class" beforeDir="false" />
  43. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/functionalTestData/UCResultItem.class" beforeDir="false" />
  44. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/reportData/ActiveIssueDetailVO.class" beforeDir="false" />
  45. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/reportData/AppBasicInfoVO.class" beforeDir="false" />
  46. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/reportData/DeviceDetailVO.class" beforeDir="false" />
  47. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/reportData/IssueDistributionAttributeVO.class" beforeDir="false" />
  48. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/reportData/IssueDistributionVO.class" beforeDir="false" />
  49. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/reportData/IssuePhoneVO.class" beforeDir="false" />
  50. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/reportData/NeedOptimizedProblemVO.class" beforeDir="false" />
  51. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/reportData/PerformanceDetailAttributeVO.class" beforeDir="false" />
  52. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/reportData/PerformanceDetailItemVO.class" beforeDir="false" />
  53. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/reportData/PerformanceSummaryAttributeVO.class" beforeDir="false" />
  54. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/reportData/PerformanceSummaryItemVO.class" beforeDir="false" />
  55. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/reportData/PieDataVO.class" beforeDir="false" />
  56. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/reportData/ReportDataVO.class" beforeDir="false" />
  57. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/reportData/TestResultVO.class" beforeDir="false" />
  58. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/vulData/ProjectInfoVO.class" beforeDir="false" />
  59. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/vulData/StatVO.class" beforeDir="false" />
  60. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/vulData/Vul2TaskVo.class" beforeDir="false" />
  61. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/vulData/VulCheckVo.class" beforeDir="false" />
  62. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/vulData/VulReferenceVo.class" beforeDir="false" />
  63. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/vulData/VulReportDataVO.class" beforeDir="false" />
  64. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/vulData/VulStatisticsVO.class" beforeDir="false" />
  65. <change beforePath="$PROJECT_DIR$/target/classes/cn/iselab/mooctest/site/web/data/vulData/VulnerabilityVo.class" beforeDir="false" />
  66. <change beforePath="$PROJECT_DIR$/target/test-classes/com/example/demo/DemoApplicationTests.class" beforeDir="false" />
  67. </list>
  68. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  69. <option name="SHOW_DIALOG" value="false" />
  70. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  71. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  72. <option name="LAST_RESOLUTION" value="IGNORE" />
  73. </component>
  74. <component name="FileTemplateManagerImpl">
  75. <option name="RECENT_TEMPLATES">
  76. <list>
  77. <option value="Interface" />
  78. <option value="Class" />
  79. </list>
  80. </option>
  81. </component>
  82. <component name="Git.Settings">
  83. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  84. </component>
  85. <component name="MavenImportPreferences">
  86. <option name="importingSettings">
  87. <MavenImportingSettings>
  88. <option name="importAutomatically" value="true" />
  89. </MavenImportingSettings>
  90. </option>
  91. </component>
  92. <component name="ProjectId" id="1RUVGhsOHHt48OKICSXJkhtc42w" />
  93. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  94. <ConfirmationsSetting value="2" id="Add" />
  95. </component>
  96. <component name="PropertiesComponent">
  97. <property name="RequestMappingsPanelOrder0" value="0" />
  98. <property name="RequestMappingsPanelOrder1" value="1" />
  99. <property name="RequestMappingsPanelWidth0" value="75" />
  100. <property name="RequestMappingsPanelWidth1" value="75" />
  101. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  102. <property name="WebServerToolWindowFactoryState" value="false" />
  103. <property name="aspect.path.notification.shown" value="true" />
  104. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  105. <property name="project.structure.last.edited" value="Modules" />
  106. <property name="project.structure.proportion" value="0.0" />
  107. <property name="project.structure.side.proportion" value="0.0" />
  108. <property name="restartRequiresConfirmation" value="false" />
  109. <property name="settings.editor.selected.configurable" value="MavenSettings" />
  110. </component>
  111. <component name="RecentsManager">
  112. <key name="CopyClassDialog.RECENTS_KEY">
  113. <recent name="cn.iselab.mooctest.site.util" />
  114. <recent name="cn.iselab.mooctest.site.Exception" />
  115. <recent name="cn.iselab.mooctest.site.model" />
  116. <recent name="com.example.demo" />
  117. </key>
  118. <key name="CopyFile.RECENT_KEYS">
  119. <recent name="$PROJECT_DIR$/src/main/resources" />
  120. </key>
  121. </component>
  122. <component name="RunDashboard">
  123. <option name="ruleStates">
  124. <list>
  125. <RuleState>
  126. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  127. </RuleState>
  128. <RuleState>
  129. <option name="name" value="StatusDashboardGroupingRule" />
  130. </RuleState>
  131. </list>
  132. </option>
  133. </component>
  134. <component name="RunManager" selected="Spring Boot.Application">
  135. <configuration name="Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  136. <module name="gateway-demo" />
  137. <option name="SPRING_BOOT_MAIN_CLASS" value="cn.iselab.mooctest.site.Application" />
  138. <option name="ALTERNATIVE_JRE_PATH" />
  139. <method v="2">
  140. <option name="Make" enabled="true" />
  141. </method>
  142. </configuration>
  143. <configuration name="ServerTwoApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  144. <module name="gateway-demo" />
  145. <option name="SPRING_BOOT_MAIN_CLASS" value="cn.iselab.mooctest.site.Application" />
  146. <method v="2">
  147. <option name="Make" enabled="true" />
  148. </method>
  149. </configuration>
  150. <list>
  151. <item itemvalue="Spring Boot.Application" />
  152. <item itemvalue="Spring Boot.ServerTwoApplication" />
  153. </list>
  154. </component>
  155. <component name="SvnConfiguration">
  156. <configuration />
  157. </component>
  158. <component name="TaskManager">
  159. <task active="true" id="Default" summary="Default task">
  160. <changelist id="c25ee83f-38b8-4a56-8a1f-62ecc8d6cec2" name="Default Changelist" comment="" />
  161. <created>1569721567047</created>
  162. <option name="number" value="Default" />
  163. <option name="presentableId" value="Default" />
  164. <updated>1569721567047</updated>
  165. <workItem from="1569721571899" duration="1920000" />
  166. <workItem from="1569723547897" duration="1283000" />
  167. <workItem from="1569724898775" duration="2223000" />
  168. <workItem from="1569733416665" duration="1968000" />
  169. <workItem from="1573454031996" duration="220000" />
  170. <workItem from="1573454286463" duration="70000" />
  171. <workItem from="1573454875714" duration="718000" />
  172. <workItem from="1573738004164" duration="4826000" />
  173. <workItem from="1573797788287" duration="4744000" />
  174. <workItem from="1573803183351" duration="6316000" />
  175. <workItem from="1573817067721" duration="3410000" />
  176. <workItem from="1573886504964" duration="7019000" />
  177. <workItem from="1574039613479" duration="16430000" />
  178. </task>
  179. <servers />
  180. </component>
  181. <component name="TypeScriptGeneratedFilesManager">
  182. <option name="version" value="1" />
  183. </component>
  184. <component name="Vcs.Log.Tabs.Properties">
  185. <option name="TAB_STATES">
  186. <map>
  187. <entry key="MAIN">
  188. <value>
  189. <State>
  190. <option name="COLUMN_ORDER" />
  191. </State>
  192. </value>
  193. </entry>
  194. </map>
  195. </option>
  196. </component>
  197. </project>