workspace.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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="90566509-127d-40b8-8de7-4bc2f087628c" name="Changes" comment="">
  8. <change afterPath="$PROJECT_DIR$/src/main/java/com/video/api/ExcelControllerAPI.java" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/src/main/java/com/video/controller/ExcelController.java" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/src/main/java/com/video/api/LogInfoControllerAPI.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/api/LogInfoControllerAPI.java" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/src/main/java/com/video/config/AppConfig.java" beforeDir="false" />
  14. <change beforePath="$PROJECT_DIR$/src/main/java/com/video/controller/LogInfoController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/controller/LogInfoController.java" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/SystemAuthority.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/SystemAuthority.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/SystemRole.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/SystemRole.java" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/SystemUser.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/SystemUser.java" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/Video.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/Video.java" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/VideoCategory.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/VideoCategory.java" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/VideoElse.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/VideoElse.java" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/VideoPlay.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/VideoPlay.java" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/VideoShare.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/video/model/pojo/VideoShare.java" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/src/main/resources/application-dev.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application-dev.yml" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/target/classes/application-dev.yml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/application-dev.yml" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/target/classes/com/video/api/LogInfoControllerAPI.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/api/LogInfoControllerAPI.class" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/target/classes/com/video/controller/LogInfoController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/controller/LogInfoController.class" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/target/classes/com/video/model/pojo/SystemAuthority.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/model/pojo/SystemAuthority.class" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/target/classes/com/video/model/pojo/SystemRole.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/model/pojo/SystemRole.class" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/target/classes/com/video/model/pojo/SystemUser.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/model/pojo/SystemUser.class" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/target/classes/com/video/model/pojo/Video.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/model/pojo/Video.class" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/target/classes/com/video/model/pojo/VideoCategory.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/model/pojo/VideoCategory.class" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/target/classes/com/video/model/pojo/VideoElse.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/model/pojo/VideoElse.class" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/target/classes/com/video/model/pojo/VideoPlay.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/model/pojo/VideoPlay.class" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/target/classes/com/video/model/pojo/VideoShare.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/video/model/pojo/VideoShare.class" afterDir="false" />
  35. <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" />
  36. <change beforePath="$PROJECT_DIR$/target/mybatis_plus-0.0.1-SNAPSHOT.jar" beforeDir="false" afterPath="$PROJECT_DIR$/target/mybatis_plus-0.0.1-SNAPSHOT.jar" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/target/mybatis_plus-0.0.1-SNAPSHOT.jar.original" beforeDir="false" afterPath="$PROJECT_DIR$/target/mybatis_plus-0.0.1-SNAPSHOT.jar.original" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/target/surefire-reports/TEST-com.video.MybatisPlusApplicationTests.xml" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/TEST-com.video.MybatisPlusApplicationTests.xml" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/target/surefire-reports/TEST-com.video.WrapperTest.xml" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/TEST-com.video.WrapperTest.xml" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/target/surefire-reports/com.video.MybatisPlusApplicationTests.txt" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/com.video.MybatisPlusApplicationTests.txt" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/target/surefire-reports/com.video.WrapperTest.txt" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/com.video.WrapperTest.txt" afterDir="false" />
  42. </list>
  43. <option name="SHOW_DIALOG" value="false" />
  44. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  45. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  46. <option name="LAST_RESOLUTION" value="IGNORE" />
  47. </component>
  48. <component name="FileTemplateManagerImpl">
  49. <option name="RECENT_TEMPLATES">
  50. <list>
  51. <option value="Interface" />
  52. <option value="Class" />
  53. </list>
  54. </option>
  55. </component>
  56. <component name="Git.Settings">
  57. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  58. </component>
  59. <component name="MarkdownSettingsMigration">
  60. <option name="stateVersion" value="1" />
  61. </component>
  62. <component name="MavenImportPreferences">
  63. <option name="generalSettings">
  64. <MavenGeneralSettings>
  65. <option name="mavenHome" value="D:/soft/maven/apache-maven-3.8.6" />
  66. <option name="useMavenConfig" value="true" />
  67. <option name="userSettingsFile" value="D:\soft\maven\apache-maven-3.8.6\conf\settings.xml" />
  68. </MavenGeneralSettings>
  69. </option>
  70. </component>
  71. <component name="ProblemsViewState">
  72. <option name="selectedTabId" value="CurrentFile" />
  73. </component>
  74. <component name="ProjectId" id="2OtsTChuio6h2p1qCUdiYu4lhN2" />
  75. <component name="ProjectViewState">
  76. <option name="showExcludedFiles" value="false" />
  77. <option name="showLibraryContents" value="true" />
  78. </component>
  79. <component name="PropertiesComponent"><![CDATA[{
  80. "keyToString": {
  81. "RequestMappingsPanelOrder0": "0",
  82. "RequestMappingsPanelOrder1": "1",
  83. "RequestMappingsPanelWidth0": "75",
  84. "RequestMappingsPanelWidth1": "75",
  85. "RunOnceActivity.OpenProjectViewOnStart": "true",
  86. "RunOnceActivity.ShowReadmeOnStart": "true",
  87. "SHARE_PROJECT_CONFIGURATION_FILES": "true",
  88. "WebServerToolWindowFactoryState": "false",
  89. "node.js.detected.package.eslint": "true",
  90. "node.js.detected.package.tslint": "true",
  91. "node.js.selected.package.eslint": "(autodetect)",
  92. "node.js.selected.package.tslint": "(autodetect)",
  93. "settings.editor.selected.configurable": "MavenSettings",
  94. "spring.configuration.checksum": "64bf9ba214eb006c40cb35e0f61a7d20"
  95. }
  96. }]]></component>
  97. <component name="RecentsManager">
  98. <key name="MoveFile.RECENT_KEYS">
  99. <recent name="E:\company\video_share\Back-endDevelopmentFramework\src\main\resources\mapper\video" />
  100. </key>
  101. </component>
  102. <component name="RunManager" selected="Spring Boot.MybatisPlusApplication">
  103. <configuration name="AesUtils" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  104. <option name="MAIN_CLASS_NAME" value="common.utils.AesUtils" />
  105. <module name="mybatis_plus" />
  106. <extension name="coverage">
  107. <pattern>
  108. <option name="PATTERN" value="common.utils.*" />
  109. <option name="ENABLED" value="true" />
  110. </pattern>
  111. </extension>
  112. <method v="2">
  113. <option name="Make" enabled="true" />
  114. </method>
  115. </configuration>
  116. <configuration name="AutoCode" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  117. <option name="MAIN_CLASS_NAME" value="com.video.AutoCode" />
  118. <module name="mybatis_plus" />
  119. <extension name="coverage">
  120. <pattern>
  121. <option name="PATTERN" value="com.video.*" />
  122. <option name="ENABLED" value="true" />
  123. </pattern>
  124. </extension>
  125. <method v="2">
  126. <option name="Make" enabled="true" />
  127. </method>
  128. </configuration>
  129. <configuration name="RSAUtils" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  130. <option name="MAIN_CLASS_NAME" value="common.utils.RSAUtils" />
  131. <module name="mybatis_plus" />
  132. <extension name="coverage">
  133. <pattern>
  134. <option name="PATTERN" value="common.utils.*" />
  135. <option name="ENABLED" value="true" />
  136. </pattern>
  137. </extension>
  138. <method v="2">
  139. <option name="Make" enabled="true" />
  140. </method>
  141. </configuration>
  142. <configuration name="MybatisPlusApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  143. <option name="ACTIVE_PROFILES" />
  144. <option name="ALTERNATIVE_JRE_PATH" value="1.8" />
  145. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
  146. <module name="mybatis_plus" />
  147. <option name="SPRING_BOOT_MAIN_CLASS" value="com.video.MybatisPlusApplication" />
  148. <method v="2">
  149. <option name="Make" enabled="true" />
  150. </method>
  151. </configuration>
  152. <list>
  153. <item itemvalue="Application.AesUtils" />
  154. <item itemvalue="Application.AutoCode" />
  155. <item itemvalue="Application.RSAUtils" />
  156. <item itemvalue="Spring Boot.MybatisPlusApplication" />
  157. </list>
  158. <recent_temporary>
  159. <list>
  160. <item itemvalue="Application.AutoCode" />
  161. <item itemvalue="Application.RSAUtils" />
  162. <item itemvalue="Application.AesUtils" />
  163. </list>
  164. </recent_temporary>
  165. </component>
  166. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  167. <component name="SshConsoleOptionsProvider">
  168. <option name="myEncoding" value="UTF-8" />
  169. </component>
  170. <component name="TaskManager">
  171. <task active="true" id="Default" summary="Default task">
  172. <changelist id="90566509-127d-40b8-8de7-4bc2f087628c" name="Changes" comment="" />
  173. <created>1682391219371</created>
  174. <option name="number" value="Default" />
  175. <option name="presentableId" value="Default" />
  176. <updated>1682391219371</updated>
  177. <workItem from="1682391221559" duration="58000" />
  178. <workItem from="1682391287410" duration="23732000" />
  179. <workItem from="1682478535580" duration="3687000" />
  180. </task>
  181. <servers />
  182. </component>
  183. <component name="TypeScriptGeneratedFilesManager">
  184. <option name="version" value="3" />
  185. </component>
  186. <component name="Vcs.Log.Tabs.Properties">
  187. <option name="TAB_STATES">
  188. <map>
  189. <entry key="MAIN">
  190. <value>
  191. <State />
  192. </value>
  193. </entry>
  194. </map>
  195. </option>
  196. </component>
  197. <component name="XDebuggerManager">
  198. <breakpoint-manager>
  199. <breakpoints>
  200. <line-breakpoint enabled="true" type="java-line">
  201. <url>file://$PROJECT_DIR$/src/main/java/com/video/services/impl/SystemUserServiceImpl.java</url>
  202. <line>53</line>
  203. <option name="timeStamp" value="1" />
  204. </line-breakpoint>
  205. </breakpoints>
  206. </breakpoint-manager>
  207. </component>
  208. </project>