workspace.xml 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ArtifactsWorkspaceSettings">
  4. <artifacts-to-build>
  5. <artifact name="springmvc:war" />
  6. </artifacts-to-build>
  7. </component>
  8. <component name="AutoImportSettings">
  9. <option name="autoReloadType" value="SELECTIVE" />
  10. </component>
  11. <component name="ChangeListManager">
  12. <list default="true" id="32ba8696-e546-42f9-8a17-6935ed145529" name="Changes" comment="">
  13. <change afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/.idea/jarRepositories.xml" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/conroller/HelloController.java" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/src/main/resources/spring-mvc.xml" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/dispatcherServlet-servlet.xml" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/views/result.jsp" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/web.xml" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/src/main/webapp/index.jsp" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/../04maven/spring/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../04maven/spring/.idea/workspace.xml" afterDir="false" />
  27. </list>
  28. <option name="SHOW_DIALOG" value="false" />
  29. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  30. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  31. <option name="LAST_RESOLUTION" value="IGNORE" />
  32. </component>
  33. <component name="FileTemplateManagerImpl">
  34. <option name="RECENT_TEMPLATES">
  35. <list>
  36. <option value="Jsp File" />
  37. <option value="Class" />
  38. <option value="spring-beans.schema" />
  39. </list>
  40. </option>
  41. </component>
  42. <component name="Git.Settings">
  43. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  44. </component>
  45. <component name="LogFilters">
  46. <option name="FILTER_ERRORS" value="false" />
  47. <option name="FILTER_WARNINGS" value="false" />
  48. <option name="FILTER_INFO" value="true" />
  49. <option name="FILTER_DEBUG" value="true" />
  50. <option name="CUSTOM_FILTER" />
  51. </component>
  52. <component name="MarkdownSettingsMigration">
  53. <option name="stateVersion" value="1" />
  54. </component>
  55. <component name="ProjectId" id="2T8zT20KYgnalMl1nyZNg6QSN9v" />
  56. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  57. <ConfirmationsSetting value="2" id="Add" />
  58. </component>
  59. <component name="ProjectViewState">
  60. <option name="showLibraryContents" value="true" />
  61. </component>
  62. <component name="PropertiesComponent"><![CDATA[{
  63. "keyToString": {
  64. "RunOnceActivity.OpenProjectViewOnStart": "true",
  65. "RunOnceActivity.ShowReadmeOnStart": "true",
  66. "SHARE_PROJECT_CONFIGURATION_FILES": "true",
  67. "WebServerToolWindowFactoryState": "false",
  68. "node.js.detected.package.eslint": "true",
  69. "node.js.detected.package.tslint": "true",
  70. "node.js.selected.package.eslint": "(autodetect)",
  71. "node.js.selected.package.tslint": "(autodetect)",
  72. "project.structure.last.edited": "Modules",
  73. "project.structure.proportion": "0.15",
  74. "project.structure.side.proportion": "0.13333334",
  75. "vue.rearranger.settings.migration": "true"
  76. }
  77. }]]></component>
  78. <component name="RecentsManager">
  79. <key name="MoveFile.RECENT_KEYS">
  80. <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\springmvc\src\main\webapp\WEB-INF\views" />
  81. </key>
  82. </component>
  83. <component name="RunManager">
  84. <configuration name="Tomcat-springmvc" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" APPLICATION_SERVER_NAME="Tomcat 9.0.70" ALTERNATIVE_JRE_ENABLED="false">
  85. <option name="UPDATING_POLICY" value="restart-server" />
  86. <deployment>
  87. <artifact name="springmvc:war">
  88. <settings>
  89. <option name="CONTEXT_PATH" value="/" />
  90. </settings>
  91. </artifact>
  92. </deployment>
  93. <server-settings>
  94. <option name="BASE_DIRECTORY_NAME" value="851e40cd-0da5-4d03-9e43-cd03673cb574" />
  95. </server-settings>
  96. <predefined_log_file enabled="true" id="Tomcat" />
  97. <predefined_log_file enabled="true" id="Tomcat Catalina" />
  98. <predefined_log_file id="Tomcat Manager" />
  99. <predefined_log_file id="Tomcat Host Manager" />
  100. <predefined_log_file id="Tomcat Localhost Access" />
  101. <RunnerSettings RunnerId="Debug">
  102. <option name="DEBUG_PORT" value="58986" />
  103. </RunnerSettings>
  104. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Cover">
  105. <option name="USE_ENV_VARIABLES" value="true" />
  106. <STARTUP>
  107. <option name="USE_DEFAULT" value="true" />
  108. <option name="SCRIPT" value="" />
  109. <option name="VM_PARAMETERS" value="" />
  110. <option name="PROGRAM_PARAMETERS" value="" />
  111. </STARTUP>
  112. <SHUTDOWN>
  113. <option name="USE_DEFAULT" value="true" />
  114. <option name="SCRIPT" value="" />
  115. <option name="VM_PARAMETERS" value="" />
  116. <option name="PROGRAM_PARAMETERS" value="" />
  117. </SHUTDOWN>
  118. </ConfigurationWrapper>
  119. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
  120. <option name="USE_ENV_VARIABLES" value="true" />
  121. <STARTUP>
  122. <option name="USE_DEFAULT" value="true" />
  123. <option name="SCRIPT" value="" />
  124. <option name="VM_PARAMETERS" value="" />
  125. <option name="PROGRAM_PARAMETERS" value="" />
  126. </STARTUP>
  127. <SHUTDOWN>
  128. <option name="USE_DEFAULT" value="true" />
  129. <option name="SCRIPT" value="" />
  130. <option name="VM_PARAMETERS" value="" />
  131. <option name="PROGRAM_PARAMETERS" value="" />
  132. </SHUTDOWN>
  133. </ConfigurationWrapper>
  134. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
  135. <option name="USE_ENV_VARIABLES" value="true" />
  136. <STARTUP>
  137. <option name="USE_DEFAULT" value="true" />
  138. <option name="SCRIPT" value="" />
  139. <option name="VM_PARAMETERS" value="" />
  140. <option name="PROGRAM_PARAMETERS" value="" />
  141. </STARTUP>
  142. <SHUTDOWN>
  143. <option name="USE_DEFAULT" value="true" />
  144. <option name="SCRIPT" value="" />
  145. <option name="VM_PARAMETERS" value="" />
  146. <option name="PROGRAM_PARAMETERS" value="" />
  147. </SHUTDOWN>
  148. </ConfigurationWrapper>
  149. <method v="2">
  150. <option name="Make" enabled="true" />
  151. <option name="BuildArtifacts" enabled="true">
  152. <artifact name="springmvc:war" />
  153. </option>
  154. </method>
  155. </configuration>
  156. </component>
  157. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  158. <component name="TaskManager">
  159. <task active="true" id="Default" summary="Default task">
  160. <changelist id="32ba8696-e546-42f9-8a17-6935ed145529" name="Changes" comment="" />
  161. <created>1690439501381</created>
  162. <option name="number" value="Default" />
  163. <option name="presentableId" value="Default" />
  164. <updated>1690439501381</updated>
  165. <workItem from="1690439502870" duration="6929000" />
  166. </task>
  167. <servers />
  168. </component>
  169. <component name="TypeScriptGeneratedFilesManager">
  170. <option name="version" value="3" />
  171. </component>
  172. </project>