workspace.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="ebc05332-7d4a-4b94-9ccd-3e5ff3d4f574" name="Default Changelist" comment="项目迭代,加入了订阅消息中对项目名称字段长度的限制,修复了导出表格接口是否授权那一行的显示问题">
  5. <change beforePath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/controller/WxController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/controller/WxController.java" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/conver/StatusConverter.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/conver/StatusConverter.java" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/entity/InformationReporting.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/h3c_reporting/entity/InformationReporting.java" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/src/main/resources/static/doc/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/doc/index.html" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/WxController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/controller/WxController.class" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/conver/StatusConverter.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/conver/StatusConverter.class" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/entity/InformationReporting.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/h3c_reporting/entity/InformationReporting.class" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/target/classes/static/doc/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/static/doc/index.html" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/target/h3c_reporting-0.0.1-SNAPSHOT.jar.original" beforeDir="false" afterPath="$PROJECT_DIR$/target/h3c_reporting-0.0.1-SNAPSHOT.jar.original" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/target/h3c_reporting-2.8.jar" beforeDir="false" />
  15. <change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/target/surefire-reports/TEST-com.chuanghai.h3c_reporting.H3cReportingApplicationTests.xml" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/TEST-com.chuanghai.h3c_reporting.H3cReportingApplicationTests.xml" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/target/surefire-reports/com.chuanghai.h3c_reporting.H3cReportingApplicationTests.txt" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/com.chuanghai.h3c_reporting.H3cReportingApplicationTests.txt" afterDir="false" />
  19. </list>
  20. <option name="SHOW_DIALOG" value="false" />
  21. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  22. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  23. <option name="LAST_RESOLUTION" value="IGNORE" />
  24. </component>
  25. <component name="FileTemplateManagerImpl">
  26. <option name="RECENT_TEMPLATES">
  27. <list>
  28. <option value="Interface" />
  29. <option value="Class" />
  30. </list>
  31. </option>
  32. </component>
  33. <component name="Git.Settings">
  34. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  35. <option name="UPDATE_TYPE" value="MERGE" />
  36. </component>
  37. <component name="MavenImportPreferences">
  38. <option name="generalSettings">
  39. <MavenGeneralSettings>
  40. <option name="mavenHome" value="D:/software1/apache-maven-3.6.0" />
  41. <option name="userSettingsFile" value="D:\software1\apache-maven-3.6.0\conf\settings.xml" />
  42. </MavenGeneralSettings>
  43. </option>
  44. </component>
  45. <component name="ProjectId" id="2VHqJrLWGuFT096jnod7MtqgluF" />
  46. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  47. <component name="ProjectViewState">
  48. <option name="showExcludedFiles" value="true" />
  49. <option name="showLibraryContents" value="true" />
  50. </component>
  51. <component name="PropertiesComponent">
  52. <property name="Downloaded.Files.Path.Enabled" value="false" />
  53. <property name="Repository.Attach.Annotations" value="false" />
  54. <property name="Repository.Attach.JavaDocs" value="false" />
  55. <property name="Repository.Attach.Sources" value="false" />
  56. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  57. <property name="WebServerToolWindowFactoryState" value="false" />
  58. <property name="aspect.path.notification.shown" value="true" />
  59. <property name="last_opened_file_path" value="$PROJECT_DIR$/src/main/resources/mapper" />
  60. <property name="node.js.detected.package.eslint" value="true" />
  61. <property name="node.js.detected.package.tslint" value="true" />
  62. <property name="node.js.path.for.package.eslint" value="project" />
  63. <property name="node.js.path.for.package.tslint" value="project" />
  64. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  65. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  66. <property name="project.structure.last.edited" value="Libraries" />
  67. <property name="project.structure.proportion" value="0.0" />
  68. <property name="project.structure.side.proportion" value="0.4091954" />
  69. <property name="settings.editor.selected.configurable" value="MavenSettings" />
  70. </component>
  71. <component name="RecentsManager">
  72. <key name="CopyClassDialog.RECENTS_KEY">
  73. <recent name="com.chuanghai.h3c_reporting.conver" />
  74. <recent name="com.chuanghai.h3c_reporting.bo" />
  75. </key>
  76. <key name="CopyFile.RECENT_KEYS">
  77. <recent name="C:\Users\yang'sheng\Desktop\华三\huasan-houtai\src\main\resources\mapper" />
  78. <recent name="C:\Users\yang'sheng\Desktop\华三\huasan-houtai\src\main\java\com\chuanghai\h3c_reporting\common\http" />
  79. </key>
  80. </component>
  81. <component name="RunManager" selected="Application.H3cReportingApplication">
  82. <configuration name="H3cReportingApplication" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  83. <option name="MAIN_CLASS_NAME" value="com.chuanghai.h3c_reporting.H3cReportingApplication" />
  84. <module name="huasan-houtai" />
  85. <extension name="coverage">
  86. <pattern>
  87. <option name="PATTERN" value="com.chuanghai.h3c_reporting.*" />
  88. <option name="ENABLED" value="true" />
  89. </pattern>
  90. </extension>
  91. <method v="2">
  92. <option name="Make" enabled="true" />
  93. </method>
  94. </configuration>
  95. <configuration name="H3cReportingApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  96. <module name="huasan-houtai" />
  97. <option name="SPRING_BOOT_MAIN_CLASS" value="com.chuanghai.h3c_reporting.H3cReportingApplication" />
  98. <method v="2">
  99. <option name="Make" enabled="true" />
  100. </method>
  101. </configuration>
  102. <recent_temporary>
  103. <list>
  104. <item itemvalue="Application.H3cReportingApplication" />
  105. </list>
  106. </recent_temporary>
  107. </component>
  108. <component name="SvnConfiguration">
  109. <configuration />
  110. </component>
  111. <component name="TaskManager">
  112. <task active="true" id="Default" summary="Default task">
  113. <changelist id="ebc05332-7d4a-4b94-9ccd-3e5ff3d4f574" name="Default Changelist" comment="" />
  114. <created>1694503284301</created>
  115. <option name="number" value="Default" />
  116. <option name="presentableId" value="Default" />
  117. <updated>1694503284301</updated>
  118. <workItem from="1694503291932" duration="8000" />
  119. <workItem from="1694504560964" duration="1435000" />
  120. <workItem from="1694741180261" duration="4780000" />
  121. <workItem from="1694757815865" duration="3493000" />
  122. <workItem from="1695116000848" duration="5626000" />
  123. <workItem from="1695197504334" duration="13244000" />
  124. <workItem from="1695711913652" duration="10390000" />
  125. <workItem from="1696646051105" duration="13535000" />
  126. <workItem from="1696760293869" duration="1306000" />
  127. <workItem from="1697359393593" duration="17499000" />
  128. <workItem from="1697419592469" duration="8310000" />
  129. <workItem from="1697431578914" duration="7037000" />
  130. <workItem from="1697530767563" duration="1977000" />
  131. <workItem from="1697680639906" duration="930000" />
  132. <workItem from="1697708892263" duration="1087000" />
  133. <workItem from="1697785629436" duration="10281000" />
  134. <workItem from="1698052897305" duration="1601000" />
  135. <workItem from="1698129951556" duration="15701000" />
  136. <workItem from="1698215009572" duration="9399000" />
  137. <workItem from="1698227829509" duration="2608000" />
  138. <workItem from="1699000696203" duration="3817000" />
  139. <workItem from="1699024095380" duration="2470000" />
  140. <workItem from="1699235457979" duration="850000" />
  141. <workItem from="1699237019727" duration="3994000" />
  142. <workItem from="1699340279145" duration="514000" />
  143. </task>
  144. <task id="LOCAL-00001" summary="项目迭代">
  145. <created>1698130112975</created>
  146. <option name="number" value="00001" />
  147. <option name="presentableId" value="LOCAL-00001" />
  148. <option name="project" value="LOCAL" />
  149. <updated>1698130112975</updated>
  150. </task>
  151. <task id="LOCAL-00002" summary="项目迭代">
  152. <created>1698215785748</created>
  153. <option name="number" value="00002" />
  154. <option name="presentableId" value="LOCAL-00002" />
  155. <option name="project" value="LOCAL" />
  156. <updated>1698215785748</updated>
  157. </task>
  158. <option name="localTasksCounter" value="3" />
  159. <servers />
  160. </component>
  161. <component name="TypeScriptGeneratedFilesManager">
  162. <option name="version" value="1" />
  163. </component>
  164. <component name="VcsManagerConfiguration">
  165. <MESSAGE value="项目迭代" />
  166. <MESSAGE value="项目迭代,加入了订阅消息中对项目名称字段长度的限制,修复了导出表格接口是否授权那一行的显示问题" />
  167. <option name="LAST_COMMIT_MESSAGE" value="项目迭代,加入了订阅消息中对项目名称字段长度的限制,修复了导出表格接口是否授权那一行的显示问题" />
  168. </component>
  169. <component name="WindowStateProjectService">
  170. <state x="499" y="171" key="#com.intellij.codeInsight.editorActions.RestoreReferencesDialog" timestamp="1697787744236">
  171. <screen x="0" y="0" width="1536" height="824" />
  172. </state>
  173. <state x="499" y="171" key="#com.intellij.codeInsight.editorActions.RestoreReferencesDialog/0.0.1536.824@0.0.1536.824" timestamp="1697787744236" />
  174. <state x="515" y="221" key="#com.intellij.fileTypes.FileTypeChooser" timestamp="1698052940942">
  175. <screen x="0" y="0" width="1536" height="824" />
  176. </state>
  177. <state x="515" y="221" key="#com.intellij.fileTypes.FileTypeChooser/0.0.1536.824@0.0.1536.824" timestamp="1698052940942" />
  178. <state x="354" y="9" key="CommitChangelistDialog2" timestamp="1699340807560">
  179. <screen x="0" y="0" width="1536" height="824" />
  180. </state>
  181. <state x="354" y="9" key="CommitChangelistDialog2/0.0.1536.824@0.0.1536.824" timestamp="1699340807560" />
  182. <state x="549" y="171" key="FileChooserDialogImpl" timestamp="1694504766669">
  183. <screen x="0" y="0" width="1536" height="824" />
  184. </state>
  185. <state x="549" y="171" key="FileChooserDialogImpl/0.0.1536.824@0.0.1536.824" timestamp="1694504766669" />
  186. <state width="1493" height="404" key="GridCell.Tab.0.bottom" timestamp="1699236742986">
  187. <screen x="0" y="0" width="1536" height="824" />
  188. </state>
  189. <state width="1493" height="404" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1699236742986" />
  190. <state width="1493" height="404" key="GridCell.Tab.0.center" timestamp="1699236742986">
  191. <screen x="0" y="0" width="1536" height="824" />
  192. </state>
  193. <state width="1493" height="404" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1699236742986" />
  194. <state width="1493" height="404" key="GridCell.Tab.0.left" timestamp="1699236742986">
  195. <screen x="0" y="0" width="1536" height="824" />
  196. </state>
  197. <state width="1493" height="404" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1699236742986" />
  198. <state width="1493" height="404" key="GridCell.Tab.0.right" timestamp="1699236742986">
  199. <screen x="0" y="0" width="1536" height="824" />
  200. </state>
  201. <state width="1493" height="404" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1699236742986" />
  202. <state width="1493" height="168" key="GridCell.Tab.1.bottom" timestamp="1697796769288">
  203. <screen x="0" y="0" width="1536" height="824" />
  204. </state>
  205. <state width="1493" height="168" key="GridCell.Tab.1.bottom/0.0.1536.824@0.0.1536.824" timestamp="1697796769288" />
  206. <state width="1493" height="168" key="GridCell.Tab.1.center" timestamp="1697796769286">
  207. <screen x="0" y="0" width="1536" height="824" />
  208. </state>
  209. <state width="1493" height="168" key="GridCell.Tab.1.center/0.0.1536.824@0.0.1536.824" timestamp="1697796769286" />
  210. <state width="1493" height="168" key="GridCell.Tab.1.left" timestamp="1697796769286">
  211. <screen x="0" y="0" width="1536" height="824" />
  212. </state>
  213. <state width="1493" height="168" key="GridCell.Tab.1.left/0.0.1536.824@0.0.1536.824" timestamp="1697796769286" />
  214. <state width="1493" height="168" key="GridCell.Tab.1.right" timestamp="1697796769287">
  215. <screen x="0" y="0" width="1536" height="824" />
  216. </state>
  217. <state width="1493" height="168" key="GridCell.Tab.1.right/0.0.1536.824@0.0.1536.824" timestamp="1697796769287" />
  218. <state x="299" y="71" key="Maven.ArtifactSearchDialog" timestamp="1695718699243">
  219. <screen x="0" y="0" width="1536" height="824" />
  220. </state>
  221. <state x="299" y="71" key="Maven.ArtifactSearchDialog/0.0.1536.824@0.0.1536.824" timestamp="1695718699243" />
  222. <state x="147" y="71" key="MergeDialog" timestamp="1698217488883">
  223. <screen x="0" y="0" width="1536" height="824" />
  224. </state>
  225. <state x="147" y="71" key="MergeDialog/0.0.1536.824@0.0.1536.824" timestamp="1698217488883" />
  226. <state x="477" y="129" key="MultipleFileMergeDialog" timestamp="1698217491215">
  227. <screen x="0" y="0" width="1536" height="824" />
  228. </state>
  229. <state x="477" y="129" key="MultipleFileMergeDialog/0.0.1536.824@0.0.1536.824" timestamp="1698217491215" />
  230. <state x="272" y="0" key="SettingsEditor" timestamp="1698131743337">
  231. <screen x="0" y="0" width="1536" height="824" />
  232. </state>
  233. <state x="272" y="0" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1698131743337" />
  234. <state x="461" y="241" key="com.intellij.ide.util.TipDialog" timestamp="1699340279224">
  235. <screen x="0" y="0" width="1536" height="824" />
  236. </state>
  237. <state x="461" y="241" key="com.intellij.ide.util.TipDialog/0.0.1536.824@0.0.1536.824" timestamp="1699340279224" />
  238. <state x="508" y="314" key="com.intellij.jarRepository.RepositoryAttachDialog-DOWNLOAD" timestamp="1695719124910">
  239. <screen x="0" y="0" width="1536" height="824" />
  240. </state>
  241. <state x="508" y="314" key="com.intellij.jarRepository.RepositoryAttachDialog-DOWNLOAD/0.0.1536.824@0.0.1536.824" timestamp="1695719124910" />
  242. <state x="564" y="331" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1698217455008">
  243. <screen x="0" y="0" width="1536" height="824" />
  244. </state>
  245. <state x="564" y="331" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.1536.824@0.0.1536.824" timestamp="1698217455008" />
  246. <state x="327" y="155" width="1092" height="548" key="find.popup" timestamp="1699003855574">
  247. <screen x="0" y="0" width="1536" height="824" />
  248. </state>
  249. <state x="327" y="155" width="1092" height="548" key="find.popup/0.0.1536.824@0.0.1536.824" timestamp="1699003855574" />
  250. <state x="178" y="29" key="new project wizard" timestamp="1698166079568">
  251. <screen x="0" y="0" width="1536" height="824" />
  252. </state>
  253. <state x="178" y="29" key="new project wizard/0.0.1536.824@0.0.1536.824" timestamp="1698166079568" />
  254. <state x="425" y="187" width="672" height="677" key="run.anything.popup" timestamp="1694504735027">
  255. <screen x="0" y="0" width="1536" height="824" />
  256. </state>
  257. <state x="425" y="187" width="672" height="677" key="run.anything.popup/0.0.1536.824@0.0.1536.824" timestamp="1694504735027" />
  258. <state x="431" y="145" width="672" height="678" key="search.everywhere.popup" timestamp="1699002571279">
  259. <screen x="0" y="0" width="1536" height="824" />
  260. </state>
  261. <state x="431" y="145" width="672" height="678" key="search.everywhere.popup/0.0.1536.824@0.0.1536.824" timestamp="1699002571279" />
  262. </component>
  263. </project>