workspace.xml 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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="2ce05ad0-7cdc-4302-a675-df76078d761e" name="Changes" comment="">
  8. <change afterPath="$PROJECT_DIR$/05_http/index.html" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/.gitignore" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/.idea/.gitignore" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/.idea/artifacts/03_JavaWebTomcat_war.xml" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/.idea/artifacts/03_JavaWebTomcat_war_exploded.xml" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/.idea/encodings.xml" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/.idea/misc.xml" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/.idea/vcs.xml" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/.mvn/wrapper/maven-wrapper.jar" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/.mvn/wrapper/maven-wrapper.properties" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/mvnw" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/mvnw.cmd" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/pom.xml" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/src/main/java/com/lovecoding/javawebtomcat/HelloServlet.java" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/src/main/webapp/WEB-INF/web.xml" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/../03_JavaWebTomcat/src/main/webapp/index.jsp" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/../bookstore_v1/.idea/artifacts/bookstore_v1_war.xml" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/../bookstore_v1/.idea/artifacts/bookstore_v1_war_exploded.xml" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/../bookstore_v1/.idea/encodings.xml" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/../bookstore_v1/src/main/java/com/lovecoding/book/bean/User.java" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/../bookstore_v1/src/main/resources/jdbc.properties" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/../bookstore_v1/src/main/webapp/pages/user/regist_success.html" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/.idea/runConfigurations.xml" beforeDir="false" />
  31. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/04_vue_ex/练习1表格添加删除/i.html" beforeDir="false" afterPath="$PROJECT_DIR$/04_vue_ex/练习1表格添加删除/i.html" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/04_vue_ex/练习1表格添加删除/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/04_vue_ex/练习1表格添加删除/index.html" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/书城/pages/user/login.html" beforeDir="false" afterPath="$PROJECT_DIR$/书城/pages/user/login.html" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/书城/pages/user/regist.html" beforeDir="false" afterPath="$PROJECT_DIR$/书城/pages/user/regist.html" afterDir="false" />
  36. </list>
  37. <option name="SHOW_DIALOG" value="false" />
  38. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  39. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  40. <option name="LAST_RESOLUTION" value="IGNORE" />
  41. </component>
  42. <component name="CodeInsightWorkspaceSettings">
  43. <option name="optimizeImportsOnTheFly" value="true" />
  44. </component>
  45. <component name="CompilerWorkspaceConfiguration">
  46. <option name="MAKE_PROJECT_ON_SAVE" value="true" />
  47. <option name="PARALLEL_COMPILATION" value="true" />
  48. </component>
  49. <component name="FileTemplateManagerImpl">
  50. <option name="RECENT_TEMPLATES">
  51. <list>
  52. <option value="JavaScript File" />
  53. <option value="HTML File" />
  54. </list>
  55. </option>
  56. </component>
  57. <component name="Git.Settings">
  58. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  59. </component>
  60. <component name="GitSEFilterConfiguration">
  61. <file-type-list>
  62. <filtered-out-file-type name="LOCAL_BRANCH" />
  63. <filtered-out-file-type name="REMOTE_BRANCH" />
  64. <filtered-out-file-type name="TAG" />
  65. <filtered-out-file-type name="COMMIT_BY_MESSAGE" />
  66. </file-type-list>
  67. </component>
  68. <component name="MarkdownSettingsMigration">
  69. <option name="stateVersion" value="1" />
  70. </component>
  71. <component name="MavenImportPreferences">
  72. <option name="generalSettings">
  73. <MavenGeneralSettings>
  74. <option name="mavenHome" value="D:/Program Files/apache-maven-3.6.3" />
  75. </MavenGeneralSettings>
  76. </option>
  77. </component>
  78. <component name="ProjectId" id="2OxAhaJMM8Kono02vuYAPHh1S6e" />
  79. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  80. <ConfirmationsSetting value="2" id="Add" />
  81. </component>
  82. <component name="ProjectViewState">
  83. <option name="hideEmptyMiddlePackages" value="true" />
  84. <option name="showLibraryContents" value="true" />
  85. </component>
  86. <component name="PropertiesComponent"><![CDATA[{
  87. "keyToString": {
  88. "DefaultHtmlFileTemplate": "HTML File",
  89. "RunOnceActivity.OpenProjectViewOnStart": "true",
  90. "RunOnceActivity.ShowReadmeOnStart": "true",
  91. "SHARE_PROJECT_CONFIGURATION_FILES": "true",
  92. "WebServerToolWindowFactoryState": "false",
  93. "jdk.selected.JAVA_MODULE": "17",
  94. "last_opened_file_path": "C:/LoveCoding/VIP-23/code/VIP23/03_JavaWebTomcat",
  95. "settings.editor.selected.configurable": "preferences.lookFeel",
  96. "vue.rearranger.settings.migration": "true"
  97. }
  98. }]]></component>
  99. <component name="RecentsManager">
  100. <key name="CopyFile.RECENT_KEYS">
  101. <recent name="C:\LoveCoding\VIP-23\javacode\03_JavaWeb\书城\static\css" />
  102. <recent name="C:\LoveCoding\VIP-23\javacode\03_JavaWeb\04_vue_ex" />
  103. <recent name="E:\VIP-23\javacode\03_JavaWeb\03_vue\01_vue基础" />
  104. <recent name="E:\VIP-23\javacode\03_JavaWeb\03_vue" />
  105. <recent name="E:\VIP-23\javacode\03_JavaWeb\02_js\js_dom" />
  106. </key>
  107. <key name="MoveFile.RECENT_KEYS">
  108. <recent name="E:\VIP-23\javacode\03_JavaWeb\01_html\img" />
  109. <recent name="E:\VIP-23\javacode\03_JavaWeb\01_html\html" />
  110. </key>
  111. </component>
  112. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  113. <component name="TaskManager">
  114. <task active="true" id="Default" summary="Default task">
  115. <changelist id="2ce05ad0-7cdc-4302-a675-df76078d761e" name="Changes" comment="" />
  116. <created>1682491980942</created>
  117. <option name="number" value="Default" />
  118. <option name="presentableId" value="Default" />
  119. <updated>1682491980942</updated>
  120. <workItem from="1682491982109" duration="3155000" />
  121. <workItem from="1682563780044" duration="10000" />
  122. <workItem from="1683700399258" duration="7520000" />
  123. <workItem from="1683780340465" duration="1830000" />
  124. <workItem from="1683807809083" duration="8000" />
  125. <workItem from="1683939941039" duration="19338000" />
  126. <workItem from="1683980354338" duration="25000" />
  127. <workItem from="1684206413168" duration="2293000" />
  128. <workItem from="1684304153872" duration="8784000" />
  129. <workItem from="1684466148399" duration="9000" />
  130. <workItem from="1684466167084" duration="19000" />
  131. <workItem from="1684890681668" duration="2284000" />
  132. <workItem from="1684907828593" duration="3602000" />
  133. <workItem from="1684913407648" duration="55000" />
  134. <workItem from="1684913473616" duration="4443000" />
  135. <workItem from="1685150687247" duration="4060000" />
  136. <workItem from="1685155902418" duration="9087000" />
  137. <workItem from="1685498332656" duration="1362000" />
  138. </task>
  139. <servers />
  140. </component>
  141. <component name="TypeScriptGeneratedFilesManager">
  142. <option name="version" value="3" />
  143. </component>
  144. <component name="Vcs.Log.Tabs.Properties">
  145. <option name="TAB_STATES">
  146. <map>
  147. <entry key="MAIN">
  148. <value>
  149. <State />
  150. </value>
  151. </entry>
  152. </map>
  153. </option>
  154. </component>
  155. <component name="XSLT-Support.FileAssociations.UIState">
  156. <expand />
  157. <select />
  158. </component>
  159. </project>