workspace.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  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="d55c211f-cca4-4230-b149-ae8c1dab3c43" name="Changes" comment="">
  14. <change afterPath="$PROJECT_DIR$/../.idea/VIPJAVA.iml" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/google-java-format.xml" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.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/MyServletContainerInitializer.java" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/MyWebAppInitializer.java" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/SpringMvcConfig.java" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/AuthorController.java" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/BookController.java" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/servlet/UserServlet.java" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/src/main/resources/spring-mvc.xml" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/web.xml" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/src/main/webapp/hello.jsp" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/src/main/webapp/index.jsp" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/java/com/lc/mapper/UserMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/java/com/lc/mapper/UserMapper.java" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/resources/com/lc/mapper/UserMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/resources/com/lc/mapper/UserMapper.xml" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/jarRepositories.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/jarRepositories.xml" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/misc.xml" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/workspace.xml" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/src/main/java/com/sf/utils/JdbcUtil.java" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/src/main/java/com/sf/utils/JdbcUtil.java" 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="FileTemplateManagerImpl">
  43. <option name="RECENT_TEMPLATES">
  44. <list>
  45. <option value="Jsp File" />
  46. <option value="Spring Xml File" />
  47. <option value="Class" />
  48. </list>
  49. </option>
  50. </component>
  51. <component name="Git.Settings">
  52. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  53. </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="ProjectColorInfo"><![CDATA[{
  65. "associatedIndex": 4
  66. }]]></component>
  67. <component name="ProjectId" id="2b4QX4DZlPMWbRpeUw2AqyNi4lV" />
  68. <component name="ProjectLevelVcsManager">
  69. <ConfirmationsSetting value="2" id="Add" />
  70. </component>
  71. <component name="ProjectViewState">
  72. <option name="showLibraryContents" value="true" />
  73. </component>
  74. <component name="PropertiesComponent"><![CDATA[{
  75. "keyToString": {
  76. "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
  77. "RunOnceActivity.OpenProjectViewOnStart": "true",
  78. "RunOnceActivity.ShowReadmeOnStart": "true",
  79. "Tomcat Server.Tomcat 10.0.21.executor": "Run",
  80. "Tomcat Server.Tomcat 8.5.93.executor": "Run",
  81. "git-widget-placeholder": "master",
  82. "kotlin-language-version-configured": "true",
  83. "last_opened_file_path": "/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springmvc-demo/src/main/webapp/WEB-INF",
  84. "node.js.detected.package.eslint": "true",
  85. "node.js.detected.package.tslint": "true",
  86. "node.js.selected.package.eslint": "(autodetect)",
  87. "node.js.selected.package.tslint": "(autodetect)",
  88. "nodejs_package_manager_path": "npm",
  89. "settings.editor.selected.configurable": "MavenSettings",
  90. "vue.rearranger.settings.migration": "true"
  91. }
  92. }]]></component>
  93. <component name="RecentsManager">
  94. <key name="CopyFile.RECENT_KEYS">
  95. <recent name="$PROJECT_DIR$/src/main/webapp/WEB-INF" />
  96. </key>
  97. </component>
  98. <component name="RunManager">
  99. <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">
  100. <option name="OPEN_IN_BROWSER_URL" value="http://localhost:8080/springmvc_demo/hello" />
  101. <option name="UPDATING_POLICY" value="restart-server" />
  102. <deployment>
  103. <artifact name="springmvc-demo:war">
  104. <settings>
  105. <option name="CONTEXT_PATH" value="/springmvc_demo_war" />
  106. </settings>
  107. </artifact>
  108. <artifact name="springmvc-demo:war exploded">
  109. <settings>
  110. <option name="CONTEXT_PATH" value="/springmvc_demo" />
  111. </settings>
  112. </artifact>
  113. </deployment>
  114. <server-settings>
  115. <option name="BASE_DIRECTORY_NAME" value="35ace8a8-cdaa-4cb1-aa16-948e91024d18" />
  116. </server-settings>
  117. <predefined_log_file enabled="true" id="Tomcat" />
  118. <predefined_log_file enabled="true" id="Tomcat Catalina" />
  119. <predefined_log_file id="Tomcat Manager" />
  120. <predefined_log_file id="Tomcat Host Manager" />
  121. <predefined_log_file id="Tomcat Localhost Access" />
  122. <RunnerSettings RunnerId="Debug">
  123. <option name="DEBUG_PORT" value="56558" />
  124. </RunnerSettings>
  125. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Cover">
  126. <option name="USE_ENV_VARIABLES" value="true" />
  127. <STARTUP>
  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. </STARTUP>
  133. <SHUTDOWN>
  134. <option name="USE_DEFAULT" value="true" />
  135. <option name="SCRIPT" value="" />
  136. <option name="VM_PARAMETERS" value="" />
  137. <option name="PROGRAM_PARAMETERS" value="" />
  138. </SHUTDOWN>
  139. </ConfigurationWrapper>
  140. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
  141. <option name="USE_ENV_VARIABLES" value="true" />
  142. <STARTUP>
  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. </STARTUP>
  148. <SHUTDOWN>
  149. <option name="USE_DEFAULT" value="true" />
  150. <option name="SCRIPT" value="" />
  151. <option name="VM_PARAMETERS" value="" />
  152. <option name="PROGRAM_PARAMETERS" value="" />
  153. </SHUTDOWN>
  154. </ConfigurationWrapper>
  155. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Profile">
  156. <option name="USE_ENV_VARIABLES" value="true" />
  157. <STARTUP>
  158. <option name="USE_DEFAULT" value="true" />
  159. <option name="SCRIPT" value="" />
  160. <option name="VM_PARAMETERS" value="" />
  161. <option name="PROGRAM_PARAMETERS" value="" />
  162. </STARTUP>
  163. <SHUTDOWN>
  164. <option name="USE_DEFAULT" value="true" />
  165. <option name="SCRIPT" value="" />
  166. <option name="VM_PARAMETERS" value="" />
  167. <option name="PROGRAM_PARAMETERS" value="" />
  168. </SHUTDOWN>
  169. </ConfigurationWrapper>
  170. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
  171. <option name="USE_ENV_VARIABLES" value="true" />
  172. <STARTUP>
  173. <option name="USE_DEFAULT" value="true" />
  174. <option name="SCRIPT" value="" />
  175. <option name="VM_PARAMETERS" value="" />
  176. <option name="PROGRAM_PARAMETERS" value="" />
  177. </STARTUP>
  178. <SHUTDOWN>
  179. <option name="USE_DEFAULT" value="true" />
  180. <option name="SCRIPT" value="" />
  181. <option name="VM_PARAMETERS" value="" />
  182. <option name="PROGRAM_PARAMETERS" value="" />
  183. </SHUTDOWN>
  184. </ConfigurationWrapper>
  185. <method v="2">
  186. <option name="Make" enabled="true" />
  187. <option name="BuildArtifacts" enabled="true">
  188. <artifact name="springmvc-demo:war exploded" />
  189. <artifact name="springmvc-demo:war" />
  190. </option>
  191. </method>
  192. </configuration>
  193. </component>
  194. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  195. <component name="TaskManager">
  196. <task active="true" id="Default" summary="Default task">
  197. <changelist id="d55c211f-cca4-4230-b149-ae8c1dab3c43" name="Changes" comment="" />
  198. <created>1705471907664</created>
  199. <option name="number" value="Default" />
  200. <option name="presentableId" value="Default" />
  201. <updated>1705471907664</updated>
  202. <workItem from="1705471908780" duration="9815000" />
  203. </task>
  204. <servers />
  205. </component>
  206. <component name="TypeScriptGeneratedFilesManager">
  207. <option name="version" value="3" />
  208. </component>
  209. </project>