workspace.xml 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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/uiDesigner.xml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/aop/AopAspect.java" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/aop/MathCalculator.java" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/aop/MathCalculatorImpl.java" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/dao/AccountDao.java" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/dao/AccountDaoImpl.java" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/proxy/ProxyUtils.java" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/proxy/Secretary.java" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/proxy/Sign.java" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/proxy/TBoss.java" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/service/AccountService.java" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/service/AccountServiceImpl.java" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/src/main/resources/applicationContext.xml" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/src/main/resources/beanAop.xml" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/aop/AopTest.java" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/proxy/ProxyTest.java" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/tx/TxTest.java" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/src/main/resources/db.properties" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/db.properties" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/target/classes/db.properties" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/db.properties" afterDir="false" />
  29. </list>
  30. <option name="SHOW_DIALOG" value="false" />
  31. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  32. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  33. <option name="LAST_RESOLUTION" value="IGNORE" />
  34. </component>
  35. <component name="FileTemplateManagerImpl">
  36. <option name="RECENT_TEMPLATES">
  37. <list>
  38. <option value="Interface" />
  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. "last_opened_file_path": "C:/Users/Lenovo/Desktop/spring1",
  64. "node.js.detected.package.eslint": "true",
  65. "node.js.detected.package.tslint": "true",
  66. "node.js.selected.package.eslint": "(autodetect)",
  67. "node.js.selected.package.tslint": "(autodetect)",
  68. "project.structure.last.edited": "Modules",
  69. "project.structure.proportion": "0.15",
  70. "project.structure.side.proportion": "0.13333334",
  71. "settings.editor.selected.configurable": "preferences.fileTypes",
  72. "vue.rearranger.settings.migration": "true"
  73. }
  74. }]]></component>
  75. <component name="RunManager" selected="JUnit.TxTest.t1">
  76. <configuration name="AopTest.t1 (1)" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  77. <module name="spring" />
  78. <extension name="coverage">
  79. <pattern>
  80. <option name="PATTERN" value="com.sf.aop.*" />
  81. <option name="ENABLED" value="true" />
  82. </pattern>
  83. </extension>
  84. <option name="PACKAGE_NAME" value="com.sf.aop" />
  85. <option name="MAIN_CLASS_NAME" value="com.sf.aop.AopTest" />
  86. <option name="METHOD_NAME" value="t1" />
  87. <option name="TEST_OBJECT" value="method" />
  88. <method v="2">
  89. <option name="Make" enabled="true" />
  90. </method>
  91. </configuration>
  92. <configuration name="AopTest.t1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  93. <module name="spring" />
  94. <extension name="coverage">
  95. <pattern>
  96. <option name="PATTERN" value="com.sf.*" />
  97. <option name="ENABLED" value="true" />
  98. </pattern>
  99. </extension>
  100. <option name="PACKAGE_NAME" value="com.sf" />
  101. <option name="MAIN_CLASS_NAME" value="com.sf.AopTest" />
  102. <option name="METHOD_NAME" value="t1" />
  103. <option name="TEST_OBJECT" value="method" />
  104. <method v="2">
  105. <option name="Make" enabled="true" />
  106. </method>
  107. </configuration>
  108. <configuration name="ProxyTest.t1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  109. <module name="spring" />
  110. <extension name="coverage">
  111. <pattern>
  112. <option name="PATTERN" value="com.sf.proxy.*" />
  113. <option name="ENABLED" value="true" />
  114. </pattern>
  115. </extension>
  116. <option name="PACKAGE_NAME" value="com.sf.proxy" />
  117. <option name="MAIN_CLASS_NAME" value="com.sf.proxy.ProxyTest" />
  118. <option name="METHOD_NAME" value="t1" />
  119. <option name="TEST_OBJECT" value="method" />
  120. <method v="2">
  121. <option name="Make" enabled="true" />
  122. </method>
  123. </configuration>
  124. <configuration name="ProxyTest.t2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  125. <module name="spring" />
  126. <extension name="coverage">
  127. <pattern>
  128. <option name="PATTERN" value="com.sf.proxy.*" />
  129. <option name="ENABLED" value="true" />
  130. </pattern>
  131. </extension>
  132. <option name="PACKAGE_NAME" value="com.sf.proxy" />
  133. <option name="MAIN_CLASS_NAME" value="com.sf.proxy.ProxyTest" />
  134. <option name="METHOD_NAME" value="t2" />
  135. <option name="TEST_OBJECT" value="method" />
  136. <method v="2">
  137. <option name="Make" enabled="true" />
  138. </method>
  139. </configuration>
  140. <configuration name="TxTest.t1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  141. <module name="spring" />
  142. <extension name="coverage">
  143. <pattern>
  144. <option name="PATTERN" value="com.sf.tx.*" />
  145. <option name="ENABLED" value="true" />
  146. </pattern>
  147. </extension>
  148. <option name="PACKAGE_NAME" value="com.sf.tx" />
  149. <option name="MAIN_CLASS_NAME" value="com.sf.tx.TxTest" />
  150. <option name="METHOD_NAME" value="t1" />
  151. <option name="TEST_OBJECT" value="method" />
  152. <method v="2">
  153. <option name="Make" enabled="true" />
  154. </method>
  155. </configuration>
  156. <recent_temporary>
  157. <list>
  158. <item itemvalue="JUnit.TxTest.t1" />
  159. <item itemvalue="JUnit.AopTest.t1 (1)" />
  160. <item itemvalue="JUnit.ProxyTest.t2" />
  161. <item itemvalue="JUnit.ProxyTest.t1" />
  162. <item itemvalue="JUnit.AopTest.t1" />
  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="TaskManager">
  168. <task active="true" id="Default" summary="Default task">
  169. <changelist id="8c3e0ed0-6141-4ee9-a284-3fa2d43ee5eb" name="Changes" comment="" />
  170. <created>1689993904831</created>
  171. <option name="number" value="Default" />
  172. <option name="presentableId" value="Default" />
  173. <updated>1689993904831</updated>
  174. <workItem from="1689993906819" duration="63787000" />
  175. </task>
  176. <servers />
  177. </component>
  178. <component name="TypeScriptGeneratedFilesManager">
  179. <option name="version" value="3" />
  180. </component>
  181. </project>