workspace.xml 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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="c55ade25-e54d-48a0-93d9-70876a2596b5" name="Changes" comment="">
  8. <change afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/src/test/java/ClientTest.java" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/src/test/java/ServerTest.java" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/src/test/java/refact/Person.java" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/src/test/java/refact/TestPerson.java" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/src/test/java/refact/TestReclact.java" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/src/test/java/refact/TestReclact1.java" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/../02_JavaWeb/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/.idea/workspace.xml" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  17. </list>
  18. <option name="SHOW_DIALOG" value="false" />
  19. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  20. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  21. <option name="LAST_RESOLUTION" value="IGNORE" />
  22. </component>
  23. <component name="CompilerWorkspaceConfiguration">
  24. <option name="MAKE_PROJECT_ON_SAVE" value="true" />
  25. <option name="PARALLEL_COMPILATION" value="true" />
  26. </component>
  27. <component name="FileTemplateManagerImpl">
  28. <option name="RECENT_TEMPLATES">
  29. <list>
  30. <option value="Interface" />
  31. <option value="Class" />
  32. </list>
  33. </option>
  34. </component>
  35. <component name="Git.Settings">
  36. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  37. </component>
  38. <component name="MarkdownSettingsMigration">
  39. <option name="stateVersion" value="1" />
  40. </component>
  41. <component name="MavenImportPreferences">
  42. <option name="generalSettings">
  43. <MavenGeneralSettings>
  44. <option name="mavenHome" value="$USER_HOME$/Xerga/apache-maven-3.8.1" />
  45. </MavenGeneralSettings>
  46. </option>
  47. </component>
  48. <component name="ProjectColorInfo">{
  49. &quot;associatedIndex&quot;: 1
  50. }</component>
  51. <component name="ProjectId" id="2UBqdMJhbN4y035s1X20565csIX" />
  52. <component name="ProjectLevelVcsManager">
  53. <ConfirmationsSetting value="2" id="Add" />
  54. </component>
  55. <component name="ProjectViewState">
  56. <option name="hideEmptyMiddlePackages" value="true" />
  57. <option name="showLibraryContents" value="true" />
  58. </component>
  59. <component name="PropertiesComponent"><![CDATA[{
  60. "keyToString": {
  61. "RunOnceActivity.OpenProjectViewOnStart": "true",
  62. "RunOnceActivity.ShowReadmeOnStart": "true",
  63. "SHARE_PROJECT_CONFIGURATION_FILES": "true",
  64. "WebServerToolWindowFactoryState": "false",
  65. "last_opened_file_path": "C:/LoveCoding/VIP-27/code/maven_test",
  66. "node.js.detected.package.eslint": "true",
  67. "node.js.detected.package.tslint": "true",
  68. "node.js.selected.package.eslint": "(autodetect)",
  69. "node.js.selected.package.tslint": "(autodetect)",
  70. "nodejs_package_manager_path": "npm",
  71. "project.structure.last.edited": "SDKs",
  72. "project.structure.proportion": "0.0",
  73. "project.structure.side.proportion": "0.0",
  74. "settings.editor.selected.configurable": "preferences.pluginManager",
  75. "vue.rearranger.settings.migration": "true"
  76. }
  77. }]]></component>
  78. <component name="RecentsManager">
  79. <key name="CopyFile.RECENT_KEYS">
  80. <recent name="C:\LoveCoding\VIP-27\code\maven_test\src\main\resources\mapper" />
  81. </key>
  82. <key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
  83. <recent name="" />
  84. <recent name="com.lc.mybatis" />
  85. </key>
  86. <key name="CopyClassDialog.RECENTS_KEY">
  87. <recent name="refact" />
  88. <recent name="" />
  89. <recent name="com.lc.mybatis" />
  90. </key>
  91. </component>
  92. <component name="RunAnythingCache">
  93. <option name="myCommands">
  94. <command value="mvn clean" />
  95. </option>
  96. </component>
  97. <component name="RunManager" selected="Application.TestReclact1">
  98. <configuration name="ClientTest" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  99. <option name="MAIN_CLASS_NAME" value="ClientTest" />
  100. <module name="maven_test" />
  101. <method v="2">
  102. <option name="Make" enabled="true" />
  103. </method>
  104. </configuration>
  105. <configuration name="ServerTest" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  106. <option name="MAIN_CLASS_NAME" value="ServerTest" />
  107. <module name="maven_test" />
  108. <method v="2">
  109. <option name="Make" enabled="true" />
  110. </method>
  111. </configuration>
  112. <configuration name="TestPerson" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  113. <option name="MAIN_CLASS_NAME" value="refact.TestPerson" />
  114. <module name="maven_test" />
  115. <extension name="coverage">
  116. <pattern>
  117. <option name="PATTERN" value="refact.*" />
  118. <option name="ENABLED" value="true" />
  119. </pattern>
  120. </extension>
  121. <method v="2">
  122. <option name="Make" enabled="true" />
  123. </method>
  124. </configuration>
  125. <configuration name="TestReclact" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  126. <option name="MAIN_CLASS_NAME" value="refact.TestReclact" />
  127. <module name="maven_test" />
  128. <extension name="coverage">
  129. <pattern>
  130. <option name="PATTERN" value="refact.*" />
  131. <option name="ENABLED" value="true" />
  132. </pattern>
  133. </extension>
  134. <method v="2">
  135. <option name="Make" enabled="true" />
  136. </method>
  137. </configuration>
  138. <configuration name="TestReclact1" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  139. <option name="MAIN_CLASS_NAME" value="refact.TestReclact1" />
  140. <module name="maven_test" />
  141. <extension name="coverage">
  142. <pattern>
  143. <option name="PATTERN" value="refact.*" />
  144. <option name="ENABLED" value="true" />
  145. </pattern>
  146. </extension>
  147. <method v="2">
  148. <option name="Make" enabled="true" />
  149. </method>
  150. </configuration>
  151. <recent_temporary>
  152. <list>
  153. <item itemvalue="Application.TestReclact1" />
  154. <item itemvalue="Application.TestPerson" />
  155. <item itemvalue="Application.TestReclact" />
  156. <item itemvalue="Application.ClientTest" />
  157. <item itemvalue="Application.ServerTest" />
  158. </list>
  159. </recent_temporary>
  160. </component>
  161. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  162. <component name="TaskManager">
  163. <task active="true" id="Default" summary="Default task">
  164. <changelist id="c55ade25-e54d-48a0-93d9-70876a2596b5" name="Changes" comment="" />
  165. <created>1692423425345</created>
  166. <option name="number" value="Default" />
  167. <option name="presentableId" value="Default" />
  168. <updated>1692423425345</updated>
  169. <workItem from="1692423426340" duration="4059000" />
  170. <workItem from="1692579898879" duration="209000" />
  171. <workItem from="1693358629664" duration="10750000" />
  172. <workItem from="1693449941422" duration="11195000" />
  173. <workItem from="1693626585980" duration="13000" />
  174. <workItem from="1693881398707" duration="5875000" />
  175. <workItem from="1693969994665" duration="2586000" />
  176. <workItem from="1693994479553" duration="36000" />
  177. <workItem from="1694143270087" duration="3806000" />
  178. <workItem from="1694151407644" duration="7000" />
  179. <workItem from="1694151424298" duration="75000" />
  180. <workItem from="1694156317120" duration="5035000" />
  181. <workItem from="1694307239504" duration="15000" />
  182. <workItem from="1694339140213" duration="6461000" />
  183. </task>
  184. <servers />
  185. </component>
  186. <component name="TypeScriptGeneratedFilesManager">
  187. <option name="version" value="3" />
  188. </component>
  189. <component name="Vcs.Log.Tabs.Properties">
  190. <option name="TAB_STATES">
  191. <map>
  192. <entry key="MAIN">
  193. <value>
  194. <State />
  195. </value>
  196. </entry>
  197. </map>
  198. </option>
  199. </component>
  200. <component name="XDebuggerManager">
  201. <breakpoint-manager>
  202. <breakpoints>
  203. <line-breakpoint enabled="true" type="java-line">
  204. <url>file://$PROJECT_DIR$/src/main/java/com/lc/mybatis/TestDruid.java</url>
  205. <line>31</line>
  206. <option name="timeStamp" value="1" />
  207. </line-breakpoint>
  208. </breakpoints>
  209. </breakpoint-manager>
  210. </component>
  211. <component name="XSLT-Support.FileAssociations.UIState">
  212. <expand />
  213. <select />
  214. </component>
  215. </project>