workspace.xml 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="7f042d7d-b621-4a07-8bfd-3e8d4f7f1687" 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$/logs/project_image_synthesis.log" beforeDir="false" afterPath="$PROJECT_DIR$/logs/project_image_synthesis.log" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/dao/MenuMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/dao/MenuMapper.java" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/entity/Menu.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/entity/Menu.java" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/entity/MenuExample.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/entity/MenuExample.java" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/entity/Role.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/entity/Role.java" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/entity/TreeSelect.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/entity/TreeSelect.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/entity/User.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/entity/User.java" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/entity/UserExample.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/entity/UserExample.java" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/vo/resp/PermissionRespNode.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/src/main/java/com/xmnk/springbootbase/vo/resp/PermissionRespNode.java" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/springboot-base/src/main/resources/generatorConfig.xml" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/src/main/resources/generatorConfig.xml" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/springboot-base/src/main/resources/mappers/MenuMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/src/main/resources/mappers/MenuMapper.xml" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/dao/MenuMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/dao/MenuMapper.class" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/Menu.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/Menu.class" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/MenuExample$Criteria.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/MenuExample$Criteria.class" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/MenuExample$Criterion.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/MenuExample$Criterion.class" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/MenuExample$GeneratedCriteria.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/MenuExample$GeneratedCriteria.class" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/Role.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/Role.class" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/TreeSelect.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/TreeSelect.class" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/User.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/User.class" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/UserExample$Criteria.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/UserExample$Criteria.class" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/UserExample$Criterion.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/UserExample$Criterion.class" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/UserExample$GeneratedCriteria.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/entity/UserExample$GeneratedCriteria.class" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/vo/resp/PermissionRespNode.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/target/classes/com/xmnk/springbootbase/vo/resp/PermissionRespNode.class" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/springboot-base/target/classes/generatorConfig.xml" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/target/classes/generatorConfig.xml" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/springboot-base/target/classes/mappers/MenuMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-base/target/classes/mappers/MenuMapper.xml" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/springboot-base/target/maven-archiver/pom.properties" beforeDir="false" />
  32. <change beforePath="$PROJECT_DIR$/springboot-base/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
  33. <change beforePath="$PROJECT_DIR$/springboot-base/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
  34. <change beforePath="$PROJECT_DIR$/springboot-base/target/springboot-base-0.0.1-SNAPSHOT.jar" beforeDir="false" />
  35. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/controller/base/MenuController.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/controller/base/MenuController.java" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/controller/base/RoleController.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/controller/base/RoleController.java" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/controller/base/RolePermissionController.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/controller/base/RolePermissionController.java" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/controller/base/UserController.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/controller/base/UserController.java" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/MenuService.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/MenuService.java" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/RolePermissionService.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/RolePermissionService.java" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/RoleService.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/RoleService.java" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/UserRoleService.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/UserRoleService.java" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/UserService.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/UserService.java" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/impl/MenuServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/impl/MenuServiceImpl.java" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/impl/RolePermissionServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/impl/RolePermissionServiceImpl.java" afterDir="false" />
  46. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/impl/RoleServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/impl/RoleServiceImpl.java" afterDir="false" />
  47. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/impl/UserRoleServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/impl/UserRoleServiceImpl.java" afterDir="false" />
  48. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/impl/UserServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/java/com/xmnk/springbootfunction/service/impl/UserServiceImpl.java" afterDir="false" />
  49. <change beforePath="$PROJECT_DIR$/springboot-function/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/src/main/resources/application.yml" afterDir="false" />
  50. <change beforePath="$PROJECT_DIR$/springboot-function/target/TuPianHeCheng-1.0.jar" beforeDir="false" />
  51. <change beforePath="$PROJECT_DIR$/springboot-function/target/TuPianHeCheng-1.0.jar.original" beforeDir="false" />
  52. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/application.yml" afterDir="false" />
  53. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/controller/base/MenuController.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/controller/base/MenuController.class" afterDir="false" />
  54. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/controller/base/RoleController.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/controller/base/RoleController.class" afterDir="false" />
  55. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/controller/base/RolePermissionController.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/controller/base/RolePermissionController.class" afterDir="false" />
  56. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/controller/base/UserController.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/controller/base/UserController.class" afterDir="false" />
  57. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/MenuService.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/MenuService.class" afterDir="false" />
  58. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/RolePermissionService.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/RolePermissionService.class" afterDir="false" />
  59. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/RoleService.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/RoleService.class" afterDir="false" />
  60. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/UserRoleService.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/UserRoleService.class" afterDir="false" />
  61. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/UserService.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/UserService.class" afterDir="false" />
  62. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/impl/MenuServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/impl/MenuServiceImpl.class" afterDir="false" />
  63. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/impl/RolePermissionServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/impl/RolePermissionServiceImpl.class" afterDir="false" />
  64. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/impl/RoleServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/impl/RoleServiceImpl.class" afterDir="false" />
  65. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/impl/TemplateServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/impl/TemplateServiceImpl.class" afterDir="false" />
  66. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/impl/UserRoleServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/impl/UserRoleServiceImpl.class" afterDir="false" />
  67. <change beforePath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/impl/UserServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/springboot-function/target/classes/com/xmnk/springbootfunction/service/impl/UserServiceImpl.class" afterDir="false" />
  68. <change beforePath="$PROJECT_DIR$/springboot-function/target/maven-archiver/pom.properties" beforeDir="false" />
  69. <change beforePath="$PROJECT_DIR$/springboot-function/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
  70. <change beforePath="$PROJECT_DIR$/springboot-function/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
  71. <change beforePath="$PROJECT_DIR$/springboot-function/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst" beforeDir="false" />
  72. <change beforePath="$PROJECT_DIR$/springboot-function/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst" beforeDir="false" />
  73. </list>
  74. <option name="SHOW_DIALOG" value="false" />
  75. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  76. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  77. <option name="LAST_RESOLUTION" value="IGNORE" />
  78. </component>
  79. <component name="FavoritesManager">
  80. <favorites_list name="springboot-parent" />
  81. </component>
  82. <component name="FileTemplateManagerImpl">
  83. <option name="RECENT_TEMPLATES">
  84. <list>
  85. <option value="FxmlFile" />
  86. <option value="Enum" />
  87. <option value="Interface" />
  88. <option value="Class" />
  89. </list>
  90. </option>
  91. </component>
  92. <component name="Git.Settings">
  93. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  94. <option name="UPDATE_TYPE" value="MERGE" />
  95. </component>
  96. <component name="IgnoredFileRootStore">
  97. <option name="generatedRoots">
  98. <set>
  99. <option value="E:\java\YaoXiangMu\springboot-parent\.idea" />
  100. </set>
  101. </option>
  102. </component>
  103. <component name="MavenImportPreferences">
  104. <option name="generalSettings">
  105. <MavenGeneralSettings>
  106. <option name="mavenHome" value="$PROJECT_DIR$/../../maven/apache-maven-3.6.1" />
  107. <option name="userSettingsFile" value="E:\java\maven\apache-maven-3.6.1\conf\settings.xml" />
  108. </MavenGeneralSettings>
  109. </option>
  110. <option name="importingSettings">
  111. <MavenImportingSettings>
  112. <option name="importAutomatically" value="true" />
  113. </MavenImportingSettings>
  114. </option>
  115. </component>
  116. <component name="MavenRunner">
  117. <option name="skipTests" value="true" />
  118. </component>
  119. <component name="ProjectId" id="2RJoLqV0swgcpOgVr1fjveGP96a" />
  120. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  121. <component name="ProjectViewState">
  122. <option name="hideEmptyMiddlePackages" value="true" />
  123. <option name="showExcludedFiles" value="true" />
  124. <option name="showLibraryContents" value="true" />
  125. </component>
  126. <component name="PropertiesComponent">
  127. <property name="RequestMappingsPanelOrder0" value="0" />
  128. <property name="RequestMappingsPanelOrder1" value="1" />
  129. <property name="RequestMappingsPanelWidth0" value="75" />
  130. <property name="RequestMappingsPanelWidth1" value="75" />
  131. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  132. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  133. <property name="WebServerToolWindowFactoryState" value="false" />
  134. <property name="aspect.path.notification.shown" value="true" />
  135. <property name="extract.method.default.visibility" value="private" />
  136. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  137. <property name="project.structure.last.edited" value="Modules" />
  138. <property name="project.structure.proportion" value="0.15" />
  139. <property name="project.structure.side.proportion" value="0.2" />
  140. <property name="settings.editor.selected.configurable" value="vcs.Perforce" />
  141. </component>
  142. <component name="RecentsManager">
  143. <key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
  144. <recent name="com.xmnk.springbootfunction" />
  145. </key>
  146. <key name="CopyClassDialog.RECENTS_KEY">
  147. <recent name="com.xmnk.springbootbase.entity" />
  148. <recent name="com.xmnk.springbootbase.dao" />
  149. <recent name="com.xmnk.springbootfunction.entity" />
  150. <recent name="com.xmnk.springbootfunction.service.impl" />
  151. <recent name="com.xmnk.springbootfunction.service" />
  152. </key>
  153. <key name="CopyFile.RECENT_KEYS">
  154. <recent name="E:\java\YaoXiangMu\springboot-parent" />
  155. <recent name="E:\java\YaoXiangMu\springboot-parent\springboot-base\src\main\resources\mappers" />
  156. <recent name="E:\java\YaoXiangMu\springboot-parent\springboot-function\src\main\java\com\xmnk\springbootfunction\entity" />
  157. <recent name="E:\java\YaoXiangMu\springboot-parent\springboot-function\src\main\resources" />
  158. <recent name="E:\java\YaoXiangMu\springboot-parent\springboot-base\src\main\java\com\xmnk\springbootbase\entity" />
  159. </key>
  160. </component>
  161. <component name="RunManager" selected="Spring Boot.SpringbootFunctionApplication">
  162. <configuration name="SpringbootBaseApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  163. <module name="springboot-base" />
  164. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xmnk.springbootbase.SpringbootBaseApplication" />
  165. <method v="2">
  166. <option name="Make" enabled="true" />
  167. </method>
  168. </configuration>
  169. <configuration name="SpringbootFunctionApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  170. <module name="springboot-function" />
  171. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xmnk.springbootfunction.SpringbootFunctionApplication" />
  172. <method v="2">
  173. <option name="Make" enabled="true" />
  174. </method>
  175. </configuration>
  176. <configuration name="SpringbootParentApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  177. <module name="springboot-parent" />
  178. <option name="SPRING_BOOT_MAIN_CLASS" value="com.xmnk.springbootparent.SpringbootParentApplication" />
  179. <method v="2">
  180. <option name="Make" enabled="true" />
  181. </method>
  182. </configuration>
  183. </component>
  184. <component name="ServiceViewManager">
  185. <option name="viewStates">
  186. <list>
  187. <serviceView>
  188. <treeState>
  189. <expand />
  190. <select />
  191. </treeState>
  192. </serviceView>
  193. </list>
  194. </option>
  195. </component>
  196. <component name="SvnConfiguration">
  197. <configuration>C:\Users\admin\AppData\Roaming\Subversion</configuration>
  198. </component>
  199. <component name="TaskManager">
  200. <task active="true" id="Default" summary="Default task">
  201. <changelist id="7f042d7d-b621-4a07-8bfd-3e8d4f7f1687" name="Default Changelist" comment="" />
  202. <created>1686977491587</created>
  203. <option name="number" value="Default" />
  204. <option name="presentableId" value="Default" />
  205. <updated>1686977491587</updated>
  206. <workItem from="1686977496240" duration="2216000" />
  207. <workItem from="1686979747420" duration="3195000" />
  208. <workItem from="1686982980197" duration="14859000" />
  209. <workItem from="1686998022241" duration="15000" />
  210. <workItem from="1687136577926" duration="19706000" />
  211. <workItem from="1687160146079" duration="5000" />
  212. <workItem from="1687160188369" duration="5832000" />
  213. <workItem from="1687222398115" duration="54840000" />
  214. <workItem from="1687654740962" duration="46565000" />
  215. <workItem from="1687827720378" duration="51254000" />
  216. <workItem from="1688038357624" duration="614000" />
  217. <workItem from="1688086380479" duration="4518000" />
  218. <workItem from="1688103730755" duration="2140000" />
  219. <workItem from="1688105941639" duration="40659000" />
  220. <workItem from="1688200043275" duration="1311000" />
  221. </task>
  222. <task id="LOCAL-00001" summary="first">
  223. <created>1688011457362</created>
  224. <option name="number" value="00001" />
  225. <option name="presentableId" value="LOCAL-00001" />
  226. <option name="project" value="LOCAL" />
  227. <updated>1688011457362</updated>
  228. </task>
  229. <task id="LOCAL-00002" summary="first">
  230. <created>1688011924278</created>
  231. <option name="number" value="00002" />
  232. <option name="presentableId" value="LOCAL-00002" />
  233. <option name="project" value="LOCAL" />
  234. <updated>1688011924278</updated>
  235. </task>
  236. <task id="LOCAL-00003" summary="增加元素标题&amp;&amp;增加图片定时删除任务">
  237. <created>1688029020291</created>
  238. <option name="number" value="00003" />
  239. <option name="presentableId" value="LOCAL-00003" />
  240. <option name="project" value="LOCAL" />
  241. <updated>1688029020291</updated>
  242. </task>
  243. <task id="LOCAL-00004" summary="增加元素标题&amp;&amp;增加图片定时删除任务">
  244. <created>1688095902840</created>
  245. <option name="number" value="00004" />
  246. <option name="presentableId" value="LOCAL-00004" />
  247. <option name="project" value="LOCAL" />
  248. <updated>1688095902840</updated>
  249. </task>
  250. <task id="LOCAL-00005" summary="增加元素标题&amp;&amp;增加图片定时删除任务">
  251. <created>1688095960395</created>
  252. <option name="number" value="00005" />
  253. <option name="presentableId" value="LOCAL-00005" />
  254. <option name="project" value="LOCAL" />
  255. <updated>1688095960395</updated>
  256. </task>
  257. <task id="LOCAL-00006" summary="增加元素标题&amp;&amp;增加图片定时删除任务">
  258. <created>1688096044311</created>
  259. <option name="number" value="00006" />
  260. <option name="presentableId" value="LOCAL-00006" />
  261. <option name="project" value="LOCAL" />
  262. <updated>1688096044311</updated>
  263. </task>
  264. <task id="LOCAL-00007" summary="增加元素标题&amp;&amp;增加图片定时删除任务">
  265. <created>1688096294850</created>
  266. <option name="number" value="00007" />
  267. <option name="presentableId" value="LOCAL-00007" />
  268. <option name="project" value="LOCAL" />
  269. <updated>1688096294850</updated>
  270. </task>
  271. <task id="LOCAL-00008" summary="打包缺少字体 重新打包">
  272. <created>1688105713635</created>
  273. <option name="number" value="00008" />
  274. <option name="presentableId" value="LOCAL-00008" />
  275. <option name="project" value="LOCAL" />
  276. <updated>1688105713635</updated>
  277. </task>
  278. <task id="LOCAL-00009" summary="打包缺少字体 重新打包">
  279. <created>1688106068216</created>
  280. <option name="number" value="00009" />
  281. <option name="presentableId" value="LOCAL-00009" />
  282. <option name="project" value="LOCAL" />
  283. <updated>1688106068216</updated>
  284. </task>
  285. <task id="LOCAL-00010" summary="换行修改">
  286. <created>1688119137887</created>
  287. <option name="number" value="00010" />
  288. <option name="presentableId" value="LOCAL-00010" />
  289. <option name="project" value="LOCAL" />
  290. <updated>1688119137888</updated>
  291. </task>
  292. <task id="LOCAL-00011" summary="换行修改">
  293. <created>1688119421147</created>
  294. <option name="number" value="00011" />
  295. <option name="presentableId" value="LOCAL-00011" />
  296. <option name="project" value="LOCAL" />
  297. <updated>1688119421147</updated>
  298. </task>
  299. <option name="localTasksCounter" value="12" />
  300. <servers />
  301. </component>
  302. <component name="TypeScriptGeneratedFilesManager">
  303. <option name="version" value="1" />
  304. </component>
  305. <component name="VcsManagerConfiguration">
  306. <MESSAGE value="first" />
  307. <MESSAGE value="增加元素标题&amp;&amp;增加图片定时删除任务" />
  308. <MESSAGE value="打包缺少字体 重新打包" />
  309. <MESSAGE value="换行修改" />
  310. <option name="LAST_COMMIT_MESSAGE" value="换行修改" />
  311. </component>
  312. <component name="WindowStateProjectService">
  313. <state x="2472" y="179" key="#Project_Structure" timestamp="1686980712134">
  314. <screen x="1920" y="0" width="1920" height="1040" />
  315. </state>
  316. <state x="2472" y="179" key="#Project_Structure/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1686980712134" />
  317. <state x="2685" y="230" key="#com.intellij.ide.util.MemberChooser" timestamp="1688199809631">
  318. <screen x="1920" y="0" width="1920" height="1040" />
  319. </state>
  320. <state x="2685" y="230" key="#com.intellij.ide.util.MemberChooser/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688199809631" />
  321. <state x="2685" y="445" key="#com.intellij.refactoring.move.MoveHandler.SelectRefactoringDialog" timestamp="1688023660778">
  322. <screen x="1920" y="0" width="1920" height="1040" />
  323. </state>
  324. <state x="2685" y="445" key="#com.intellij.refactoring.move.MoveHandler.SelectRefactoringDialog/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688023660778" />
  325. <state x="2641" y="379" width="528" height="292" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes" timestamp="1686993271694">
  326. <screen x="1920" y="0" width="1920" height="1040" />
  327. </state>
  328. <state x="2641" y="379" width="528" height="292" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1686993271694" />
  329. <state x="2641" y="400" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.packages" timestamp="1687137769436">
  330. <screen x="1920" y="0" width="1920" height="1040" />
  331. </state>
  332. <state x="2641" y="400" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.packages/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1687137769436" />
  333. <state x="2610" y="267" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1688023284656">
  334. <screen x="1920" y="0" width="1920" height="1040" />
  335. </state>
  336. <state x="2610" y="267" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688023284656" />
  337. <state x="2635" y="222" key="#xdebugger.evaluate" timestamp="1688122971764">
  338. <screen x="1920" y="0" width="1920" height="1040" />
  339. </state>
  340. <state x="2635" y="222" key="#xdebugger.evaluate/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688122971764" />
  341. <state x="2377" y="112" key="CommitChangelistDialog2" timestamp="1688119420108">
  342. <screen x="1920" y="0" width="1920" height="1040" />
  343. </state>
  344. <state x="2377" y="112" key="CommitChangelistDialog2/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688119420108" />
  345. <state width="1188" height="466" key="DebuggerActiveHint" timestamp="1688198047463">
  346. <screen x="1920" y="0" width="1920" height="1040" />
  347. </state>
  348. <state width="1188" height="466" key="DebuggerActiveHint/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688198047463" />
  349. <state x="2660" y="275" key="FileChooserDialogImpl" timestamp="1688010935519">
  350. <screen x="1920" y="0" width="1920" height="1040" />
  351. </state>
  352. <state x="2660" y="275" key="FileChooserDialogImpl/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688010935519" />
  353. <state width="1877" height="387" key="GridCell.Tab.0.bottom" timestamp="1688201247626">
  354. <screen x="1920" y="0" width="1920" height="1040" />
  355. </state>
  356. <state width="1877" height="380" key="GridCell.Tab.0.bottom/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042765" />
  357. <state width="1877" height="387" key="GridCell.Tab.0.bottom/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688201247626" />
  358. <state width="1877" height="387" key="GridCell.Tab.0.center" timestamp="1688201247626">
  359. <screen x="1920" y="0" width="1920" height="1040" />
  360. </state>
  361. <state width="1877" height="380" key="GridCell.Tab.0.center/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042765" />
  362. <state width="1877" height="387" key="GridCell.Tab.0.center/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688201247626" />
  363. <state width="1877" height="387" key="GridCell.Tab.0.left" timestamp="1688201247626">
  364. <screen x="1920" y="0" width="1920" height="1040" />
  365. </state>
  366. <state width="1877" height="380" key="GridCell.Tab.0.left/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042765" />
  367. <state width="1877" height="387" key="GridCell.Tab.0.left/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688201247626" />
  368. <state width="1877" height="387" key="GridCell.Tab.0.right" timestamp="1688201247626">
  369. <screen x="1920" y="0" width="1920" height="1040" />
  370. </state>
  371. <state width="1877" height="380" key="GridCell.Tab.0.right/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042765" />
  372. <state width="1877" height="387" key="GridCell.Tab.0.right/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688201247626" />
  373. <state width="1877" height="387" key="GridCell.Tab.1.bottom" timestamp="1688201247627">
  374. <screen x="1920" y="0" width="1920" height="1040" />
  375. </state>
  376. <state width="1877" height="380" key="GridCell.Tab.1.bottom/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042766" />
  377. <state width="1877" height="387" key="GridCell.Tab.1.bottom/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688201247627" />
  378. <state width="1877" height="387" key="GridCell.Tab.1.center" timestamp="1688201247627">
  379. <screen x="1920" y="0" width="1920" height="1040" />
  380. </state>
  381. <state width="1877" height="380" key="GridCell.Tab.1.center/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042765" />
  382. <state width="1877" height="387" key="GridCell.Tab.1.center/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688201247627" />
  383. <state width="1877" height="387" key="GridCell.Tab.1.left" timestamp="1688201247627">
  384. <screen x="1920" y="0" width="1920" height="1040" />
  385. </state>
  386. <state width="1877" height="380" key="GridCell.Tab.1.left/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042765" />
  387. <state width="1877" height="387" key="GridCell.Tab.1.left/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688201247627" />
  388. <state width="1877" height="387" key="GridCell.Tab.1.right" timestamp="1688201247627">
  389. <screen x="1920" y="0" width="1920" height="1040" />
  390. </state>
  391. <state width="1877" height="380" key="GridCell.Tab.1.right/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042765" />
  392. <state width="1877" height="387" key="GridCell.Tab.1.right/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688201247627" />
  393. <state width="1877" height="387" key="GridCell.Tab.2.bottom" timestamp="1688201247627">
  394. <screen x="1920" y="0" width="1920" height="1040" />
  395. </state>
  396. <state width="1877" height="380" key="GridCell.Tab.2.bottom/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042767" />
  397. <state width="1877" height="387" key="GridCell.Tab.2.bottom/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688201247627" />
  398. <state width="1877" height="387" key="GridCell.Tab.2.center" timestamp="1688201247627">
  399. <screen x="1920" y="0" width="1920" height="1040" />
  400. </state>
  401. <state width="1877" height="380" key="GridCell.Tab.2.center/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042766" />
  402. <state width="1877" height="387" key="GridCell.Tab.2.center/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688201247627" />
  403. <state width="1877" height="387" key="GridCell.Tab.2.left" timestamp="1688201247627">
  404. <screen x="1920" y="0" width="1920" height="1040" />
  405. </state>
  406. <state width="1877" height="380" key="GridCell.Tab.2.left/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042766" />
  407. <state width="1877" height="387" key="GridCell.Tab.2.left/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688201247627" />
  408. <state width="1877" height="387" key="GridCell.Tab.2.right" timestamp="1688201247627">
  409. <screen x="1920" y="0" width="1920" height="1040" />
  410. </state>
  411. <state width="1877" height="380" key="GridCell.Tab.2.right/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687137042767" />
  412. <state width="1877" height="387" key="GridCell.Tab.2.right/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688201247627" />
  413. <state x="2381" y="162" key="SettingsEditor" timestamp="1688011350889">
  414. <screen x="1920" y="0" width="1920" height="1040" />
  415. </state>
  416. <state x="461" y="162" key="SettingsEditor/1920.0.1920.1040/0.0.1920.1040@0.0.1920.1040" timestamp="1687136970053" />
  417. <state x="2381" y="162" key="SettingsEditor/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688011350889" />
  418. <state x="2472" y="253" key="Vcs.Push.Dialog.v2" timestamp="1688119430122">
  419. <screen x="1920" y="0" width="1920" height="1040" />
  420. </state>
  421. <state x="2472" y="253" key="Vcs.Push.Dialog.v2/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688119430122" />
  422. <state x="2560" y="344" key="com.intellij.ide.util.TipDialog" timestamp="1688200042896">
  423. <screen x="1920" y="0" width="1920" height="1040" />
  424. </state>
  425. <state x="2560" y="344" key="com.intellij.ide.util.TipDialog/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688200042896" />
  426. <state x="2672" y="437" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1688096101586">
  427. <screen x="1920" y="0" width="1920" height="1040" />
  428. </state>
  429. <state x="2672" y="437" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688096101586" />
  430. <state x="2610" y="274" key="extract.method.dialog" timestamp="1688122435524">
  431. <screen x="1920" y="0" width="1920" height="1040" />
  432. </state>
  433. <state x="2610" y="274" key="extract.method.dialog/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688122435524" />
  434. <state x="2556" y="253" width="786" height="600" key="find.popup" timestamp="1688180355005">
  435. <screen x="1920" y="0" width="1920" height="1040" />
  436. </state>
  437. <state x="2556" y="253" width="786" height="600" key="find.popup/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688180355005" />
  438. <state x="2254" y="221" key="new project wizard" timestamp="1687836631621">
  439. <screen x="1920" y="0" width="1920" height="1040" />
  440. </state>
  441. <state x="2254" y="221" key="new project wizard/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1687836631621" />
  442. <state x="2536" y="240" key="run.anything.popup" timestamp="1688188675365">
  443. <screen x="1920" y="0" width="1920" height="1040" />
  444. </state>
  445. <state x="2536" y="240" key="run.anything.popup/1920.0.1920.1040/0.0.1920.1040@1920.0.1920.1040" timestamp="1688188675365" />
  446. </component>
  447. </project>