workspace.xml 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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="7222eceb-2db8-407d-9241-ba20a077e1a3" name="Changes" comment="">
  8. <change afterPath="$PROJECT_DIR$/day07_mybatis/src/main/resources/log4j.xml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/../maven_test/.idea/uiDesigner.xml" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/../maven_test/src/test/java/ClientTest.java" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/../maven_test/src/test/java/ServerTest.java" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/../maven_test/src/test/java/refact/Person.java" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/../maven_test/src/test/java/refact/TestPerson.java" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/../maven_test/src/test/java/refact/TestReclact.java" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/../maven_test/src/test/java/refact/TestReclact1.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/day06_mybatis/src/test/java/TestMybatis01.java" beforeDir="false" afterPath="$PROJECT_DIR$/day06_mybatis/src/test/java/TestMybatis01.java" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/day06_mybatis/target/test-classes/TestMybatis01.class" beforeDir="false" afterPath="$PROJECT_DIR$/day06_mybatis/target/test-classes/TestMybatis01.class" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/../maven_test/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../maven_test/.idea/workspace.xml" afterDir="false" />
  23. </list>
  24. <option name="SHOW_DIALOG" value="false" />
  25. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  26. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  27. <option name="LAST_RESOLUTION" value="IGNORE" />
  28. </component>
  29. <component name="CompilerWorkspaceConfiguration">
  30. <option name="MAKE_PROJECT_ON_SAVE" value="true" />
  31. <option name="PARALLEL_COMPILATION" value="true" />
  32. </component>
  33. <component name="FileTemplateManagerImpl">
  34. <option name="RECENT_TEMPLATES">
  35. <list>
  36. <option value="Class" />
  37. </list>
  38. </option>
  39. </component>
  40. <component name="Git.Settings">
  41. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  42. </component>
  43. <component name="HighlightingSettingsPerFile">
  44. <setting file="jar://$MAVEN_REPOSITORY$/org/mybatis/mybatis/3.5.6/mybatis-3.5.6-sources.jar!/org/apache/ibatis/session/SqlSessionFactory.java" root0="SKIP_INSPECTION" />
  45. </component>
  46. <component name="ProjectColorInfo">{
  47. &quot;associatedIndex&quot;: 2
  48. }</component>
  49. <component name="ProjectId" id="2Tq0FAOMiHdHsP5HTrHmL0tjI4h" />
  50. <component name="ProjectLevelVcsManager">
  51. <ConfirmationsSetting value="2" id="Add" />
  52. </component>
  53. <component name="ProjectViewState">
  54. <option name="hideEmptyMiddlePackages" value="true" />
  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. "jdk.selected.JAVA_MODULE": "17",
  64. "last_opened_file_path": "C:/LoveCoding/VIP-27/code/02_JavaWeb/day07_mybatis",
  65. "node.js.detected.package.eslint": "true",
  66. "node.js.detected.package.tslint": "true",
  67. "node.js.selected.package.eslint": "(autodetect)",
  68. "node.js.selected.package.tslint": "(autodetect)",
  69. "project.structure.last.edited": "Modules",
  70. "project.structure.proportion": "0.15",
  71. "project.structure.side.proportion": "0.2908046",
  72. "settings.editor.selected.configurable": "preferences.pluginManager",
  73. "vue.rearranger.settings.migration": "true"
  74. },
  75. "keyToStringList": {
  76. "DatabaseDriversLRU": [
  77. "mysql"
  78. ],
  79. "RunConfigurationTargetLRU": [
  80. "e1de3f07-12af-4996-b9a0-605a975b8b87",
  81. "e1de3f07-12af-4996-b9a0-605a975b8b87/schema/\"db1\"",
  82. "e1de3f07-12af-4996-b9a0-605a975b8b87/schema/\"db2\""
  83. ]
  84. }
  85. }]]></component>
  86. <component name="RecentsManager">
  87. <key name="MoveFile.RECENT_KEYS">
  88. <recent name="C:\LoveCoding\VIP-27\code\02_JavaWeb\day06_mybatis\src\main\resources\com" />
  89. <recent name="C:\LoveCoding\VIP-27\code\02_JavaWeb\day06_mybatis\src\main\resources" />
  90. <recent name="C:\LoveCoding\VIP-27\code\02_JavaWeb\day06_mybatis\src\main\resources\lc" />
  91. </key>
  92. <key name="CopyClassDialog.RECENTS_KEY">
  93. <recent name="" />
  94. </key>
  95. </component>
  96. <component name="RunManager" selected="JUnit.TestMybatis01.test06">
  97. <configuration name="TestMybatis01" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  98. <module name="day07_mybatis" />
  99. <option name="PACKAGE_NAME" value="" />
  100. <option name="MAIN_CLASS_NAME" value="TestMybatis01" />
  101. <option name="TEST_OBJECT" value="class" />
  102. <method v="2">
  103. <option name="Make" enabled="true" />
  104. </method>
  105. </configuration>
  106. <configuration name="TestMybatis01.test03" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  107. <module name="day07_mybatis" />
  108. <option name="PACKAGE_NAME" value="" />
  109. <option name="MAIN_CLASS_NAME" value="TestMybatis01" />
  110. <option name="METHOD_NAME" value="test03" />
  111. <option name="TEST_OBJECT" value="method" />
  112. <method v="2">
  113. <option name="Make" enabled="true" />
  114. </method>
  115. </configuration>
  116. <configuration name="TestMybatis01.test04" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  117. <module name="day07_mybatis" />
  118. <option name="PACKAGE_NAME" value="" />
  119. <option name="MAIN_CLASS_NAME" value="TestMybatis01" />
  120. <option name="METHOD_NAME" value="test04" />
  121. <option name="TEST_OBJECT" value="method" />
  122. <method v="2">
  123. <option name="Make" enabled="true" />
  124. </method>
  125. </configuration>
  126. <configuration name="TestMybatis01.test05" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  127. <module name="day07_mybatis" />
  128. <option name="PACKAGE_NAME" value="" />
  129. <option name="MAIN_CLASS_NAME" value="TestMybatis01" />
  130. <option name="METHOD_NAME" value="test05" />
  131. <option name="TEST_OBJECT" value="method" />
  132. <method v="2">
  133. <option name="Make" enabled="true" />
  134. </method>
  135. </configuration>
  136. <configuration name="TestMybatis01.test06" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  137. <module name="day07_mybatis" />
  138. <option name="PACKAGE_NAME" value="" />
  139. <option name="MAIN_CLASS_NAME" value="TestMybatis01" />
  140. <option name="METHOD_NAME" value="test06" />
  141. <option name="TEST_OBJECT" value="method" />
  142. <method v="2">
  143. <option name="Make" enabled="true" />
  144. </method>
  145. </configuration>
  146. <recent_temporary>
  147. <list>
  148. <item itemvalue="JUnit.TestMybatis01.test06" />
  149. <item itemvalue="JUnit.TestMybatis01.test05" />
  150. <item itemvalue="JUnit.TestMybatis01.test04" />
  151. <item itemvalue="JUnit.TestMybatis01" />
  152. <item itemvalue="JUnit.TestMybatis01.test03" />
  153. </list>
  154. </recent_temporary>
  155. </component>
  156. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  157. <component name="TaskManager">
  158. <task active="true" id="Default" summary="Default task">
  159. <changelist id="7222eceb-2db8-407d-9241-ba20a077e1a3" name="Changes" comment="" />
  160. <created>1691755196435</created>
  161. <option name="number" value="Default" />
  162. <option name="presentableId" value="Default" />
  163. <updated>1691755196435</updated>
  164. <workItem from="1691755197402" duration="352000" />
  165. <workItem from="1691756310689" duration="1604000" />
  166. <workItem from="1691807446979" duration="11864000" />
  167. <workItem from="1691887886200" duration="12483000" />
  168. <workItem from="1691974120632" duration="9052000" />
  169. <workItem from="1692087169430" duration="72000" />
  170. <workItem from="1693621995511" duration="628000" />
  171. <workItem from="1693622793276" duration="15731000" />
  172. <workItem from="1693994530691" duration="6887000" />
  173. <workItem from="1694217896237" duration="13646000" />
  174. <workItem from="1694339109899" duration="606000" />
  175. <workItem from="1694599825698" duration="6664000" />
  176. </task>
  177. <servers />
  178. </component>
  179. <component name="TypeScriptGeneratedFilesManager">
  180. <option name="version" value="3" />
  181. </component>
  182. <component name="XSLT-Support.FileAssociations.UIState">
  183. <expand />
  184. <select />
  185. </component>
  186. </project>