workspace.xml 9.1 KB

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