workspace.xml 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  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="8c3e0ed0-6141-4ee9-a284-3fa2d43ee5eb" name="Changes" comment="">
  8. <change afterPath="$PROJECT_DIR$/.idea/.gitignore" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/.idea/jarRepositories.xml" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/UserController.java" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/dao/UserDao.java" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/entity/Order.java" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/entity/User.java" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/service/UserService.java" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/src/main/resources/bean.xml" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/src/main/resources/bean2.xml" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/src/main/resources/bean3.xml" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/src/main/resources/bean4.xml" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/AppTest.java" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/../mybatis/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../mybatis/.idea/workspace.xml" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/../mybatis/src/main/java/com/sf/dto/JsonArrayTypeHandler.java" beforeDir="false" afterPath="$PROJECT_DIR$/../mybatis/src/main/java/com/sf/dto/JsonArrayTypeHandler.java" afterDir="false" />
  28. </list>
  29. <option name="SHOW_DIALOG" value="false" />
  30. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  31. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  32. <option name="LAST_RESOLUTION" value="IGNORE" />
  33. </component>
  34. <component name="FileTemplateManagerImpl">
  35. <option name="RECENT_TEMPLATES">
  36. <list>
  37. <option value="Class" />
  38. <option value="spring-beans.schema" />
  39. </list>
  40. </option>
  41. </component>
  42. <component name="Git.Settings">
  43. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." />
  44. </component>
  45. <component name="MarkdownSettingsMigration">
  46. <option name="stateVersion" value="1" />
  47. </component>
  48. <component name="ProjectId" id="2SuQIAkYeE9eSXDx5u2UwoI6c6y" />
  49. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  50. <ConfirmationsSetting value="2" id="Add" />
  51. </component>
  52. <component name="ProjectViewState">
  53. <option name="showLibraryContents" value="true" />
  54. </component>
  55. <component name="PropertiesComponent"><![CDATA[{
  56. "keyToString": {
  57. "RunOnceActivity.OpenProjectViewOnStart": "true",
  58. "RunOnceActivity.ShowReadmeOnStart": "true",
  59. "SHARE_PROJECT_CONFIGURATION_FILES": "true",
  60. "WebServerToolWindowFactoryState": "false",
  61. "node.js.detected.package.eslint": "true",
  62. "node.js.detected.package.tslint": "true",
  63. "node.js.selected.package.eslint": "(autodetect)",
  64. "node.js.selected.package.tslint": "(autodetect)",
  65. "project.structure.last.edited": "Modules",
  66. "project.structure.proportion": "0.15",
  67. "project.structure.side.proportion": "0.13333334",
  68. "vue.rearranger.settings.migration": "true"
  69. }
  70. }]]></component>
  71. <component name="RunManager" selected="JUnit.AppTest.t6">
  72. <configuration name="AppTest.t2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  73. <module name="spring" />
  74. <extension name="coverage">
  75. <pattern>
  76. <option name="PATTERN" value="com.sf.*" />
  77. <option name="ENABLED" value="true" />
  78. </pattern>
  79. </extension>
  80. <option name="PACKAGE_NAME" value="com.sf" />
  81. <option name="MAIN_CLASS_NAME" value="com.sf.AppTest" />
  82. <option name="METHOD_NAME" value="t2" />
  83. <option name="TEST_OBJECT" value="method" />
  84. <method v="2">
  85. <option name="Make" enabled="true" />
  86. </method>
  87. </configuration>
  88. <configuration name="AppTest.t4" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  89. <module name="spring" />
  90. <extension name="coverage">
  91. <pattern>
  92. <option name="PATTERN" value="com.sf.*" />
  93. <option name="ENABLED" value="true" />
  94. </pattern>
  95. </extension>
  96. <option name="PACKAGE_NAME" value="com.sf" />
  97. <option name="MAIN_CLASS_NAME" value="com.sf.AppTest" />
  98. <option name="METHOD_NAME" value="t4" />
  99. <option name="TEST_OBJECT" value="method" />
  100. <method v="2">
  101. <option name="Make" enabled="true" />
  102. </method>
  103. </configuration>
  104. <configuration name="AppTest.t5" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  105. <module name="spring" />
  106. <extension name="coverage">
  107. <pattern>
  108. <option name="PATTERN" value="com.sf.*" />
  109. <option name="ENABLED" value="true" />
  110. </pattern>
  111. </extension>
  112. <option name="PACKAGE_NAME" value="com.sf" />
  113. <option name="MAIN_CLASS_NAME" value="com.sf.AppTest" />
  114. <option name="METHOD_NAME" value="t5" />
  115. <option name="TEST_OBJECT" value="method" />
  116. <method v="2">
  117. <option name="Make" enabled="true" />
  118. </method>
  119. </configuration>
  120. <configuration name="AppTest.t6" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  121. <module name="spring" />
  122. <extension name="coverage">
  123. <pattern>
  124. <option name="PATTERN" value="com.sf.*" />
  125. <option name="ENABLED" value="true" />
  126. </pattern>
  127. </extension>
  128. <option name="PACKAGE_NAME" value="com.sf" />
  129. <option name="MAIN_CLASS_NAME" value="com.sf.AppTest" />
  130. <option name="METHOD_NAME" value="t6" />
  131. <option name="TEST_OBJECT" value="method" />
  132. <method v="2">
  133. <option name="Make" enabled="true" />
  134. </method>
  135. </configuration>
  136. <configuration name="AppTest.tp" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  137. <module name="spring" />
  138. <extension name="coverage">
  139. <pattern>
  140. <option name="PATTERN" value="com.sf.*" />
  141. <option name="ENABLED" value="true" />
  142. </pattern>
  143. </extension>
  144. <option name="PACKAGE_NAME" value="com.sf" />
  145. <option name="MAIN_CLASS_NAME" value="com.sf.AppTest" />
  146. <option name="METHOD_NAME" value="tp" />
  147. <option name="TEST_OBJECT" value="method" />
  148. <method v="2">
  149. <option name="Make" enabled="true" />
  150. </method>
  151. </configuration>
  152. <recent_temporary>
  153. <list>
  154. <item itemvalue="JUnit.AppTest.t6" />
  155. <item itemvalue="JUnit.AppTest.t5" />
  156. <item itemvalue="JUnit.AppTest.t4" />
  157. <item itemvalue="JUnit.AppTest.t2" />
  158. <item itemvalue="JUnit.AppTest.tp" />
  159. </list>
  160. </recent_temporary>
  161. </component>
  162. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  163. <component name="TaskManager">
  164. <task active="true" id="Default" summary="Default task">
  165. <changelist id="8c3e0ed0-6141-4ee9-a284-3fa2d43ee5eb" name="Changes" comment="" />
  166. <created>1689993904831</created>
  167. <option name="number" value="Default" />
  168. <option name="presentableId" value="Default" />
  169. <updated>1689993904831</updated>
  170. <workItem from="1689993906819" duration="13124000" />
  171. </task>
  172. <servers />
  173. </component>
  174. <component name="TypeScriptGeneratedFilesManager">
  175. <option name="version" value="3" />
  176. </component>
  177. </project>