workspace.xml 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ArtifactsWorkspaceSettings">
  4. <artifacts-to-build>
  5. <artifact name="springmvc-demo:war" />
  6. <artifact name="springmvc-demo:war exploded" />
  7. </artifacts-to-build>
  8. </component>
  9. <component name="AutoImportSettings">
  10. <option name="autoReloadType" value="SELECTIVE" />
  11. </component>
  12. <component name="ChangeListManager">
  13. <list default="true" id="8a346ac7-ee3f-4cad-99c9-d339051f5d36" name="Changes" comment="">
  14. <change afterPath="$PROJECT_DIR$/../.idea/VIP31.iml" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/../JavaSE/JavaSe01/JavaSe01.iml" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/.idea/google-java-format.xml" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/MyServletContainerInitializer.java" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/MyWebAppInitializer.java" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/SpringMvcConfig.java" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/BookController.java" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/servlet/UserServlet.java" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/src/main/resources/spring-mvc.xml" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/web.xml" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/src/main/webapp/hello.jsp" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/src/main/webapp/index.jsp" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/../spring-demo/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../spring-demo/.idea/workspace.xml" afterDir="false" />
  35. </list>
  36. <option name="SHOW_DIALOG" value="false" />
  37. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  38. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  39. <option name="LAST_RESOLUTION" value="IGNORE" />
  40. </component>
  41. <component name="FileTemplateManagerImpl">
  42. <option name="RECENT_TEMPLATES">
  43. <list>
  44. <option value="Jsp File" />
  45. <option value="Spring Xml File" />
  46. <option value="Class" />
  47. </list>
  48. </option>
  49. </component>
  50. <component name="Git.Settings">
  51. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  52. </component>
  53. <component name="KubernetesApiPersistence"><![CDATA[{}]]></component>
  54. <component name="KubernetesApiProvider"><![CDATA[{
  55. "isMigrated": true
  56. }]]></component>
  57. <component name="LogFilters">
  58. <option name="FILTER_ERRORS" value="false" />
  59. <option name="FILTER_WARNINGS" value="false" />
  60. <option name="FILTER_INFO" value="true" />
  61. <option name="FILTER_DEBUG" value="true" />
  62. <option name="CUSTOM_FILTER" />
  63. </component>
  64. <component name="ProjectLevelVcsManager">
  65. <ConfirmationsSetting value="2" id="Add" />
  66. </component>
  67. <component name="ProjectViewState">
  68. <option name="showLibraryContents" value="true" />
  69. </component>
  70. <component name="PropertiesComponent"><![CDATA[{
  71. "keyToString": {
  72. "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
  73. "RunOnceActivity.ShowReadmeOnStart": "true",
  74. "SHARE_PROJECT_CONFIGURATION_FILES": "true",
  75. "Tomcat Server.Tomcat 10.0.21.executor": "Run",
  76. "Tomcat Server.Tomcat 11.0.0-M16.executor": "Run",
  77. "git-widget-placeholder": "master",
  78. "kotlin-language-version-configured": "true",
  79. "node.js.detected.package.eslint": "true",
  80. "node.js.detected.package.tslint": "true",
  81. "node.js.selected.package.eslint": "(autodetect)",
  82. "node.js.selected.package.tslint": "(autodetect)",
  83. "nodejs_package_manager_path": "npm",
  84. "project.structure.last.edited": "Artifacts",
  85. "project.structure.proportion": "0.0",
  86. "project.structure.side.proportion": "0.0",
  87. "settings.editor.selected.configurable": "MavenSettings",
  88. "vue.rearranger.settings.migration": "true"
  89. }
  90. }]]></component>
  91. <component name="RunManager">
  92. <configuration name="Tomcat 10.0.21" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" APPLICATION_SERVER_NAME="Tomcat 10.0.21" ALTERNATIVE_JRE_ENABLED="false" nameIsGenerated="true">
  93. <option name="OPEN_IN_BROWSER_URL" value="http://localhost:8080/springmvc_demo_war/hello" />
  94. <option name="UPDATING_POLICY" value="restart-server" />
  95. <deployment>
  96. <artifact name="springmvc-demo:war">
  97. <settings>
  98. <option name="CONTEXT_PATH" value="/springmvc_demo_war" />
  99. </settings>
  100. </artifact>
  101. <artifact name="springmvc-demo:war exploded">
  102. <settings>
  103. <option name="CONTEXT_PATH" value="/springmvc_demo" />
  104. </settings>
  105. </artifact>
  106. </deployment>
  107. <server-settings>
  108. <option name="BASE_DIRECTORY_NAME" value="a4e95aa5-b4f9-4ed2-b0e3-32f97aaeb5c9" />
  109. </server-settings>
  110. <predefined_log_file enabled="true" id="Tomcat" />
  111. <predefined_log_file enabled="true" id="Tomcat Catalina" />
  112. <predefined_log_file id="Tomcat Manager" />
  113. <predefined_log_file id="Tomcat Host Manager" />
  114. <predefined_log_file id="Tomcat Localhost Access" />
  115. <RunnerSettings RunnerId="Debug">
  116. <option name="DEBUG_PORT" value="59811" />
  117. </RunnerSettings>
  118. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Cover">
  119. <option name="USE_ENV_VARIABLES" value="true" />
  120. <STARTUP>
  121. <option name="USE_DEFAULT" value="true" />
  122. <option name="SCRIPT" value="" />
  123. <option name="VM_PARAMETERS" value="" />
  124. <option name="PROGRAM_PARAMETERS" value="" />
  125. </STARTUP>
  126. <SHUTDOWN>
  127. <option name="USE_DEFAULT" value="true" />
  128. <option name="SCRIPT" value="" />
  129. <option name="VM_PARAMETERS" value="" />
  130. <option name="PROGRAM_PARAMETERS" value="" />
  131. </SHUTDOWN>
  132. </ConfigurationWrapper>
  133. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
  134. <option name="USE_ENV_VARIABLES" value="true" />
  135. <STARTUP>
  136. <option name="USE_DEFAULT" value="true" />
  137. <option name="SCRIPT" value="" />
  138. <option name="VM_PARAMETERS" value="" />
  139. <option name="PROGRAM_PARAMETERS" value="" />
  140. </STARTUP>
  141. <SHUTDOWN>
  142. <option name="USE_DEFAULT" value="true" />
  143. <option name="SCRIPT" value="" />
  144. <option name="VM_PARAMETERS" value="" />
  145. <option name="PROGRAM_PARAMETERS" value="" />
  146. </SHUTDOWN>
  147. </ConfigurationWrapper>
  148. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Profile">
  149. <option name="USE_ENV_VARIABLES" value="true" />
  150. <STARTUP>
  151. <option name="USE_DEFAULT" value="true" />
  152. <option name="SCRIPT" value="" />
  153. <option name="VM_PARAMETERS" value="" />
  154. <option name="PROGRAM_PARAMETERS" value="" />
  155. </STARTUP>
  156. <SHUTDOWN>
  157. <option name="USE_DEFAULT" value="true" />
  158. <option name="SCRIPT" value="" />
  159. <option name="VM_PARAMETERS" value="" />
  160. <option name="PROGRAM_PARAMETERS" value="" />
  161. </SHUTDOWN>
  162. </ConfigurationWrapper>
  163. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
  164. <option name="USE_ENV_VARIABLES" value="true" />
  165. <STARTUP>
  166. <option name="USE_DEFAULT" value="true" />
  167. <option name="SCRIPT" value="" />
  168. <option name="VM_PARAMETERS" value="" />
  169. <option name="PROGRAM_PARAMETERS" value="" />
  170. </STARTUP>
  171. <SHUTDOWN>
  172. <option name="USE_DEFAULT" value="true" />
  173. <option name="SCRIPT" value="" />
  174. <option name="VM_PARAMETERS" value="" />
  175. <option name="PROGRAM_PARAMETERS" value="" />
  176. </SHUTDOWN>
  177. </ConfigurationWrapper>
  178. <method v="2">
  179. <option name="Make" enabled="true" />
  180. <option name="BuildArtifacts" enabled="true">
  181. <artifact name="springmvc-demo:war" />
  182. <artifact name="springmvc-demo:war exploded" />
  183. </option>
  184. </method>
  185. </configuration>
  186. </component>
  187. <component name="SharedIndexes">
  188. <attachedChunks>
  189. <set>
  190. <option value="bundled-jdk-9f38398b9061-18abd8497189-intellij.indexing.shared.core-IU-241.14494.240" />
  191. <option value="bundled-js-predefined-1d06a55b98c1-74d2a5396914-JavaScript-IU-241.14494.240" />
  192. </set>
  193. </attachedChunks>
  194. </component>
  195. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  196. <component name="TaskManager">
  197. <task active="true" id="Default" summary="Default task">
  198. <changelist id="8a346ac7-ee3f-4cad-99c9-d339051f5d36" name="Changes" comment="" />
  199. <created>1715752794105</created>
  200. <option name="number" value="Default" />
  201. <option name="presentableId" value="Default" />
  202. <updated>1715752794105</updated>
  203. <workItem from="1715752795429" duration="9220000" />
  204. </task>
  205. <servers />
  206. </component>
  207. <component name="TypeScriptGeneratedFilesManager">
  208. <option name="version" value="3" />
  209. </component>
  210. </project>