workspace.xml 7.9 KB

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