workspace.xml 13 KB

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