workspace.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="46b159bd-08ca-42f0-b80f-41d4944a8a29" name="Changes" comment="管理员登录">
  8. <change afterPath="$PROJECT_DIR$/src/main/java/com/om/entity/dto/UserLoginDTO.java" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/src/main/java/com/om/entity/vo/UserLoginVO.java" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/src/main/java/com/om/entity/vo/VciInfoVO.java" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/src/main/java/com/om/exception/BadReqException.java" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/src/main/java/com/om/utils/UserContext.java" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/src/main/java/com/om/config/RedisConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/om/config/RedisConfig.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/src/main/java/com/om/config/WebMvcConfiguration.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/om/config/WebMvcConfiguration.java" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/src/main/java/com/om/constant/LoginConstant.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/om/constant/LoginConstant.java" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/src/main/java/com/om/constant/RedisConstant.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/om/constant/RedisConstant.java" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/src/main/java/com/om/controller/admin/AdminController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/om/controller/admin/AdminController.java" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/src/main/java/com/om/exception/BizException.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/om/exception/BizException.java" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/src/main/java/com/om/handler/GlobalExceptionHandler.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/om/handler/GlobalExceptionHandler.java" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/src/main/java/com/om/interceptor/JwtTokenAdminInterceptor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/om/interceptor/JwtTokenAdminInterceptor.java" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/src/main/java/com/om/interceptor/JwtTokenUserInterceptor.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/om/interceptor/JwtTokenUserInterceptor.java" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/src/main/java/com/om/service/impl/AdminServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/om/service/impl/AdminServiceImpl.java" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/src/main/java/com/om/utils/JwtUtils.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/om/utils/JwtUtils.java" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/src/main/resources/application-dev.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application-dev.yml" afterDir="false" />
  27. </list>
  28. <option name="SHOW_DIALOG" value="false" />
  29. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  30. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  31. <option name="LAST_RESOLUTION" value="IGNORE" />
  32. </component>
  33. <component name="FileTemplateManagerImpl">
  34. <option name="RECENT_TEMPLATES">
  35. <list>
  36. <option value="Class" />
  37. </list>
  38. </option>
  39. </component>
  40. <component name="Git.Settings">
  41. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  42. </component>
  43. <component name="MavenImportPreferences">
  44. <option name="generalSettings">
  45. <MavenGeneralSettings>
  46. <option name="mavenHome" value="B:\apache-maven-3.8.8" />
  47. <option name="userSettingsFile" value="B:\apache-maven-3.8.8\conf\settings.xml" />
  48. </MavenGeneralSettings>
  49. </option>
  50. </component>
  51. <component name="ProjectColorInfo">{
  52. &quot;associatedIndex&quot;: 4
  53. }</component>
  54. <component name="ProjectId" id="2bRXnA0a6xf96LKQuj3K31U3F7Y" />
  55. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  56. <ConfirmationsSetting value="2" id="Add" />
  57. </component>
  58. <component name="ProjectViewState">
  59. <option name="hideEmptyMiddlePackages" value="true" />
  60. <option name="showLibraryContents" value="true" />
  61. </component>
  62. <component name="PropertiesComponent">{
  63. &quot;keyToString&quot;: {
  64. &quot;RequestMappingsPanelOrder0&quot;: &quot;0&quot;,
  65. &quot;RequestMappingsPanelOrder1&quot;: &quot;1&quot;,
  66. &quot;RequestMappingsPanelWidth0&quot;: &quot;75&quot;,
  67. &quot;RequestMappingsPanelWidth1&quot;: &quot;75&quot;,
  68. &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
  69. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  70. &quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
  71. &quot;Spring Boot.OperationApplication.executor&quot;: &quot;Run&quot;,
  72. &quot;git-widget-placeholder&quot;: &quot;master&quot;,
  73. &quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
  74. &quot;last_opened_file_path&quot;: &quot;B:/WorkSpace/PracticalRojects/OperationSystem/src/main/resources&quot;,
  75. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  76. &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
  77. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  78. &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
  79. &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
  80. &quot;project.structure.last.edited&quot;: &quot;Project&quot;,
  81. &quot;project.structure.proportion&quot;: &quot;0.15&quot;,
  82. &quot;project.structure.side.proportion&quot;: &quot;0.2&quot;,
  83. &quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot;,
  84. &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  85. }
  86. }</component>
  87. <component name="ReactorSettings">
  88. <option name="notificationShown" value="true" />
  89. </component>
  90. <component name="RecentsManager">
  91. <key name="CopyFile.RECENT_KEYS">
  92. <recent name="B:\WorkSpace\PracticalRojects\OperationSystem\src\main\resources" />
  93. <recent name="B:\WorkSpace\PracticalRojects\OperationSystem\src\main\java\com\om\utils" />
  94. <recent name="B:\WorkSpace\PracticalRojects\OperationSystem\src\main\java\com\om" />
  95. </key>
  96. <key name="CopyClassDialog.RECENTS_KEY">
  97. <recent name="com.om.entity.vo" />
  98. <recent name="com.om.exception" />
  99. <recent name="com.om.utils" />
  100. <recent name="com.om.interceptor" />
  101. <recent name="com.om.controller" />
  102. </key>
  103. </component>
  104. <component name="RunManager">
  105. <configuration name="OperationApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
  106. <module name="OperationSystem" />
  107. <option name="SPRING_BOOT_MAIN_CLASS" value="com.om.OperationApplication" />
  108. <extension name="coverage">
  109. <pattern>
  110. <option name="PATTERN" value="com.om.*" />
  111. <option name="ENABLED" value="true" />
  112. </pattern>
  113. </extension>
  114. <method v="2">
  115. <option name="Make" enabled="true" />
  116. </method>
  117. </configuration>
  118. <recent_temporary>
  119. <list>
  120. <item itemvalue="Spring Boot.OperationApplication" />
  121. </list>
  122. </recent_temporary>
  123. </component>
  124. <component name="SharedIndexes">
  125. <attachedChunks>
  126. <set>
  127. <option value="jdk-1.8.0_392-corretto-1.8.0_392-f644763e9732-f719d367" />
  128. </set>
  129. </attachedChunks>
  130. </component>
  131. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  132. <component name="TaskManager">
  133. <task active="true" id="Default" summary="Default task">
  134. <changelist id="46b159bd-08ca-42f0-b80f-41d4944a8a29" name="Changes" comment="" />
  135. <created>1706179029455</created>
  136. <option name="number" value="Default" />
  137. <option name="presentableId" value="Default" />
  138. <updated>1706179029455</updated>
  139. <workItem from="1706179030846" duration="895000" />
  140. <workItem from="1706233987949" duration="10757000" />
  141. <workItem from="1706264160330" duration="728000" />
  142. <workItem from="1706414608767" duration="680000" />
  143. <workItem from="1706415453436" duration="3741000" />
  144. <workItem from="1706419384391" duration="5896000" />
  145. <workItem from="1706447894119" duration="1867000" />
  146. <workItem from="1706491186300" duration="10216000" />
  147. <workItem from="1706514434377" duration="49000" />
  148. <workItem from="1706600161771" duration="1313000" />
  149. <workItem from="1706664319188" duration="4639000" />
  150. <workItem from="1706697285028" duration="1227000" />
  151. <workItem from="1706709514298" duration="695000" />
  152. <workItem from="1706750483961" duration="5232000" />
  153. </task>
  154. <task id="LOCAL-00001" summary="管理员登录">
  155. <option name="closed" value="true" />
  156. <created>1706425450593</created>
  157. <option name="number" value="00001" />
  158. <option name="presentableId" value="LOCAL-00001" />
  159. <option name="project" value="LOCAL" />
  160. <updated>1706425450593</updated>
  161. </task>
  162. <option name="localTasksCounter" value="2" />
  163. <servers />
  164. </component>
  165. <component name="TypeScriptGeneratedFilesManager">
  166. <option name="version" value="3" />
  167. </component>
  168. <component name="VcsManagerConfiguration">
  169. <MESSAGE value="管理员登录" />
  170. <option name="LAST_COMMIT_MESSAGE" value="管理员登录" />
  171. </component>
  172. <component name="XDebuggerManager">
  173. <breakpoint-manager>
  174. <breakpoints>
  175. <line-breakpoint enabled="true" type="java-line">
  176. <url>file://$PROJECT_DIR$/src/main/java/com/om/interceptor/JwtTokenAdminInterceptor.java</url>
  177. <line>75</line>
  178. <option name="timeStamp" value="10" />
  179. </line-breakpoint>
  180. </breakpoints>
  181. </breakpoint-manager>
  182. </component>
  183. </project>