workspace.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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="ce9a7213-3ec1-4f41-8ade-c4d87d022933" name="Changes" comment="">
  8. <change afterPath="$PROJECT_DIR$/../../SSM/.idea/compiler.xml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/../../SSM/.idea/encodings.xml" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/../../SSM/.idea/jarRepositories.xml" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/../../SSM/.idea/misc.xml" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/../../SSM/.idea/vcs.xml" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/../../SSM/.idea/workspace.xml" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/../../SSM/pom.xml" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/../../SSM/src/main/java/com/sf/controller/BookController.java" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/../../SSM/src/main/java/com/sf/dto/Result.java" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/../../SSM/src/main/java/com/sf/entity/Book.java" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/../../SSM/src/main/java/com/sf/mapper/BookMapper.java" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/../../SSM/src/main/java/com/sf/service/BookService.java" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/../../SSM/src/main/java/com/sf/service/impl/BookServiceImpl.java" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/../../SSM/src/main/resources/applicationContext.xml" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/../../SSM/src/main/resources/db.properties" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/../../SSM/src/main/resources/mapper/BookMapper.xml" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/../../SSM/src/main/resources/mybatis-config.xml" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/../../SSM/src/main/webapp/WEB-INF/springDispatcherServlet-servlet.xml" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/../../SSM/src/main/webapp/WEB-INF/web.xml" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/../../SSM/src/main/webapp/index.jsp" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/../../SSM/target/SSM.war" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/../../SSM/target/SSM/META-INF/MANIFEST.MF" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/../../SSM/target/SSM/WEB-INF/web.xml" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/../../SSM/target/SSM/index.jsp" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/../../SSM/target/classes/applicationContext.xml" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/../../SSM/target/classes/db.properties" afterDir="false" />
  34. <change afterPath="$PROJECT_DIR$/../../SSM/target/classes/mybatis-config.xml" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/../spring/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../spring/.idea/workspace.xml" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/../../springmvc/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../../springmvc/.idea/workspace.xml" afterDir="false" />
  38. </list>
  39. <option name="SHOW_DIALOG" value="false" />
  40. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  41. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  42. <option name="LAST_RESOLUTION" value="IGNORE" />
  43. </component>
  44. <component name="FileTemplateManagerImpl">
  45. <option name="RECENT_TEMPLATES">
  46. <list>
  47. <option value="Interface" />
  48. <option value="Class" />
  49. <option value="JUnit4 Test Class" />
  50. </list>
  51. </option>
  52. </component>
  53. <component name="Git.Settings">
  54. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." />
  55. </component>
  56. <component name="MarkdownSettingsMigration">
  57. <option name="stateVersion" value="1" />
  58. </component>
  59. <component name="ProjectId" id="2Sdvl6dEPtOBliYK2navp87Flvm" />
  60. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  61. <ConfirmationsSetting value="2" id="Add" />
  62. </component>
  63. <component name="ProjectViewState">
  64. <option name="showLibraryContents" value="true" />
  65. </component>
  66. <component name="PropertiesComponent">{
  67. &quot;keyToString&quot;: {
  68. &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
  69. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  70. &quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
  71. &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
  72. &quot;com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary&quot;: &quot;JUnit4&quot;,
  73. &quot;com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrarySuperClass.JUnit4&quot;: &quot;&quot;,
  74. &quot;last_opened_file_path&quot;: &quot;D:/Program Files/IntelliJ IDEA 2019.3.3/VIP23/04maven/mybatis/src/main/resources&quot;,
  75. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  76. &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
  77. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  78. &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
  79. &quot;project.structure.last.edited&quot;: &quot;Modules&quot;,
  80. &quot;project.structure.proportion&quot;: &quot;0.0&quot;,
  81. &quot;project.structure.side.proportion&quot;: &quot;0.0&quot;,
  82. &quot;settings.editor.selected.configurable&quot;: &quot;MavenSettings&quot;,
  83. &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  84. }
  85. }</component>
  86. <component name="RecentsManager">
  87. <key name="CopyFile.RECENT_KEYS">
  88. <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\04maven\mybatis\src\main\resources" />
  89. </key>
  90. <key name="CreateTestDialog.Recents.Supers">
  91. <recent name="" />
  92. </key>
  93. <key name="CreateTestDialog.RecentsKey">
  94. <recent name="com.sf.mapper" />
  95. </key>
  96. </component>
  97. <component name="RunManager" selected="JUnit.TbOderMapperTest.getTbOrderInfo">
  98. <configuration name="DepartmentMapperTest.getDepartmentInfoWithEmployee2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  99. <module name="mybatis" />
  100. <extension name="coverage">
  101. <pattern>
  102. <option name="PATTERN" value="com.sf.mapper.*" />
  103. <option name="ENABLED" value="true" />
  104. </pattern>
  105. </extension>
  106. <option name="PACKAGE_NAME" value="com.sf.mapper" />
  107. <option name="MAIN_CLASS_NAME" value="com.sf.mapper.DepartmentMapperTest" />
  108. <option name="METHOD_NAME" value="getDepartmentInfoWithEmployee2" />
  109. <option name="TEST_OBJECT" value="method" />
  110. <method v="2">
  111. <option name="Make" enabled="true" />
  112. </method>
  113. </configuration>
  114. <configuration name="TbKeyMapperTest.getKeyWithLock" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  115. <module name="mybatis" />
  116. <extension name="coverage">
  117. <pattern>
  118. <option name="PATTERN" value="com.sf.mapper.*" />
  119. <option name="ENABLED" value="true" />
  120. </pattern>
  121. </extension>
  122. <option name="PACKAGE_NAME" value="com.sf.mapper" />
  123. <option name="MAIN_CLASS_NAME" value="com.sf.mapper.TbKeyMapperTest" />
  124. <option name="METHOD_NAME" value="getKeyWithLock" />
  125. <option name="TEST_OBJECT" value="method" />
  126. <method v="2">
  127. <option name="Make" enabled="true" />
  128. </method>
  129. </configuration>
  130. <configuration name="TbOderMapperTest.getTbOrderInfo" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  131. <module name="mybatis" />
  132. <extension name="coverage">
  133. <pattern>
  134. <option name="PATTERN" value="com.sf.mapper.*" />
  135. <option name="ENABLED" value="true" />
  136. </pattern>
  137. </extension>
  138. <option name="PACKAGE_NAME" value="com.sf.mapper" />
  139. <option name="MAIN_CLASS_NAME" value="com.sf.mapper.TbOderMapperTest" />
  140. <option name="METHOD_NAME" value="getTbOrderInfo" />
  141. <option name="TEST_OBJECT" value="method" />
  142. <method v="2">
  143. <option name="Make" enabled="true" />
  144. </method>
  145. </configuration>
  146. <configuration name="UserMapper2Test.PagehelperTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  147. <module name="mybatis" />
  148. <extension name="coverage">
  149. <pattern>
  150. <option name="PATTERN" value="com.sf.mapper.*" />
  151. <option name="ENABLED" value="true" />
  152. </pattern>
  153. </extension>
  154. <option name="PACKAGE_NAME" value="com.sf.mapper" />
  155. <option name="MAIN_CLASS_NAME" value="com.sf.mapper.UserMapper2Test" />
  156. <option name="METHOD_NAME" value="PagehelperTest" />
  157. <option name="TEST_OBJECT" value="method" />
  158. <method v="2">
  159. <option name="Make" enabled="true" />
  160. </method>
  161. </configuration>
  162. <configuration name="UserMapper2Test.getUserListWithPageTest" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  163. <module name="mybatis" />
  164. <extension name="coverage">
  165. <pattern>
  166. <option name="PATTERN" value="com.sf.mapper.*" />
  167. <option name="ENABLED" value="true" />
  168. </pattern>
  169. </extension>
  170. <option name="PACKAGE_NAME" value="com.sf.mapper" />
  171. <option name="MAIN_CLASS_NAME" value="com.sf.mapper.UserMapper2Test" />
  172. <option name="METHOD_NAME" value="getUserListWithPageTest" />
  173. <option name="TEST_OBJECT" value="method" />
  174. <method v="2">
  175. <option name="Make" enabled="true" />
  176. </method>
  177. </configuration>
  178. <recent_temporary>
  179. <list>
  180. <item itemvalue="JUnit.TbOderMapperTest.getTbOrderInfo" />
  181. <item itemvalue="JUnit.UserMapper2Test.PagehelperTest" />
  182. <item itemvalue="JUnit.UserMapper2Test.getUserListWithPageTest" />
  183. <item itemvalue="JUnit.DepartmentMapperTest.getDepartmentInfoWithEmployee2" />
  184. <item itemvalue="JUnit.TbKeyMapperTest.getKeyWithLock" />
  185. </list>
  186. </recent_temporary>
  187. </component>
  188. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  189. <component name="TaskManager">
  190. <task active="true" id="Default" summary="Default task">
  191. <changelist id="ce9a7213-3ec1-4f41-8ade-c4d87d022933" name="Changes" comment="" />
  192. <created>1689489421847</created>
  193. <option name="number" value="Default" />
  194. <option name="presentableId" value="Default" />
  195. <updated>1689489421847</updated>
  196. <workItem from="1689489423797" duration="8067000" />
  197. <workItem from="1689584772400" duration="62578000" />
  198. <workItem from="1689993826879" duration="293000" />
  199. <workItem from="1690958396391" duration="69000" />
  200. <workItem from="1690959895931" duration="669000" />
  201. </task>
  202. <servers />
  203. </component>
  204. <component name="TypeScriptGeneratedFilesManager">
  205. <option name="version" value="3" />
  206. </component>
  207. </project>