workspace.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354
  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="0518 请求和响应">
  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$/.idea/httpRequests/2024-05-18T134630.200.json" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-05-18T134717.200.json" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-05-18T134725.200.json" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-05-18T134733.200.json" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-05-18T140300.200.json" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-05-18T140351.200.json" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-05-18T142022.200.json" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-05-18T151110.200.json" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-05-18T163932.200.json" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-05-18T163955.200.json" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-05-18T165953.200.json" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/http-client.cookies" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/http-requests-log.http" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/MyWebInitConfig.java" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/config/DruidConfig.java" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/config/MybatisConfig.java" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/config/SpringConfig.java" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/config/SpringMvcConfig.java" afterDir="false" />
  34. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/HelloController.java" afterDir="false" />
  35. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/RespController.java" afterDir="false" />
  36. <change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/templates/hello.html" afterDir="false" />
  37. <change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/templates/list.html" afterDir="false" />
  38. <change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/templates/test.html" afterDir="false" />
  39. <change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/templates/testScope.html" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/../spring-demo/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../spring-demo/.idea/workspace.xml" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/SpringMvcConfig.java" beforeDir="false" />
  44. <change beforePath="$PROJECT_DIR$/src/main/resources/spring-mvc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/spring-mvc.xml" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/web.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/web.xml" afterDir="false" />
  46. </list>
  47. <option name="SHOW_DIALOG" value="false" />
  48. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  49. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  50. <option name="LAST_RESOLUTION" value="IGNORE" />
  51. </component>
  52. <component name="ChangesViewManager">
  53. <option name="groupingKeys">
  54. <option value="directory" />
  55. </option>
  56. </component>
  57. <component name="FileTemplateManagerImpl">
  58. <option name="RECENT_TEMPLATES">
  59. <list>
  60. <option value="Jsp File" />
  61. <option value="Spring Xml File" />
  62. <option value="HTML File" />
  63. <option value="Class" />
  64. </list>
  65. </option>
  66. </component>
  67. <component name="Git.Settings">
  68. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  69. </component>
  70. <component name="HttpClientSelectedEnvironments">
  71. <file url="jar://$APPLICATION_HOME_DIR$/plugins/restClient/lib/restClient.jar!/com/intellij/ws/rest/client/requests/collection/post-requests.http" environment="test" />
  72. <file url="file:///private/var/folders/_5/09sbbdyn12l7q49bq010rm8m0000gn/T/whats-new-dir/whats-new.http" environment="test" />
  73. </component>
  74. <component name="KubernetesApiPersistence">{}</component>
  75. <component name="KubernetesApiProvider">{
  76. &quot;isMigrated&quot;: true
  77. }</component>
  78. <component name="LogFilters">
  79. <option name="FILTER_ERRORS" value="false" />
  80. <option name="FILTER_WARNINGS" value="false" />
  81. <option name="FILTER_INFO" value="true" />
  82. <option name="FILTER_DEBUG" value="true" />
  83. <option name="CUSTOM_FILTER" />
  84. </component>
  85. <component name="MavenImportPreferences">
  86. <option name="generalSettings">
  87. <MavenGeneralSettings>
  88. <option name="localRepository" value="$MAVEN_REPOSITORY$" />
  89. <option name="useMavenConfig" value="false" />
  90. <option name="userSettingsFile" value="$USER_HOME$/.m2/settings.xml" />
  91. </MavenGeneralSettings>
  92. </option>
  93. </component>
  94. <component name="ProjectColorInfo">{
  95. &quot;customColor&quot;: &quot;&quot;,
  96. &quot;associatedIndex&quot;: 6
  97. }</component>
  98. <component name="ProjectId" id="2gcQAwWb8LN43APOkgvdE8X1inq" />
  99. <component name="ProjectLevelVcsManager">
  100. <ConfirmationsSetting value="2" id="Add" />
  101. </component>
  102. <component name="ProjectViewState">
  103. <option name="showLibraryContents" value="true" />
  104. </component>
  105. <component name="PropertiesComponent"><![CDATA[{
  106. "keyToString": {
  107. "DefaultHtmlFileTemplate": "HTML File",
  108. "HTTP Request.rest-api_10 | #1.executor": "Run",
  109. "HTTP Request.rest-api_11 | #1.executor": "Run",
  110. "HTTP Request.rest-api_8 | #1.executor": "Run",
  111. "HTTP Request.rest-api_9 | #1.executor": "Run",
  112. "JUnit.TestMybatis.testMybatis.executor": "Run",
  113. "JUnit.TestSpringMvc.test.executor": "Run",
  114. "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
  115. "RunOnceActivity.ShowReadmeOnStart": "true",
  116. "SHARE_PROJECT_CONFIGURATION_FILES": "true",
  117. "Tomcat Server.Tomcat 10.0.21.executor": "Run",
  118. "Tomcat Server.Tomcat 11.0.0-M16.executor": "Run",
  119. "git-widget-placeholder": "master",
  120. "kotlin-language-version-configured": "true",
  121. "last_opened_file_path": "/Users/Qing/IdeaProjects/SiFu/VIP31/springmvc-demo/src/main/java/com/sf/config",
  122. "node.js.detected.package.eslint": "true",
  123. "node.js.detected.package.tslint": "true",
  124. "node.js.selected.package.eslint": "(autodetect)",
  125. "node.js.selected.package.tslint": "(autodetect)",
  126. "nodejs_package_manager_path": "npm",
  127. "project.structure.last.edited": "Modules",
  128. "project.structure.proportion": "0.1809181",
  129. "project.structure.side.proportion": "0.2794899",
  130. "settings.editor.selected.configurable": "MavenSettings",
  131. "vue.rearranger.settings.migration": "true"
  132. }
  133. }]]></component>
  134. <component name="RecentsManager">
  135. <key name="CopyFile.RECENT_KEYS">
  136. <recent name="$PROJECT_DIR$/src/main/java/com/sf/config" />
  137. <recent name="$PROJECT_DIR$/src/main/webapp/WEB-INF/templates" />
  138. <recent name="$PROJECT_DIR$" />
  139. </key>
  140. </component>
  141. <component name="RunManager" selected="Tomcat Server.Tomcat 10.0.21">
  142. <configuration name="rest-api_10 | #1" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/rest-api_10.http" requestIdentifier="#1" runType="Run single request">
  143. <method v="2" />
  144. </configuration>
  145. <configuration name="rest-api_11 | #1" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/rest-api_11.http" requestIdentifier="#1" runType="Run single request">
  146. <method v="2" />
  147. </configuration>
  148. <configuration name="rest-api_8 | #1" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/rest-api_8.http" requestIdentifier="#1" runType="Run single request">
  149. <method v="2" />
  150. </configuration>
  151. <configuration name="rest-api_9 | #1" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/rest-api_9.http" requestIdentifier="#1" runType="Run single request">
  152. <method v="2" />
  153. </configuration>
  154. <configuration name="TestMybatis.testMybatis" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  155. <module name="springmvc-demo" />
  156. <extension name="coverage">
  157. <pattern>
  158. <option name="PATTERN" value="com.sf.config.*" />
  159. <option name="ENABLED" value="true" />
  160. </pattern>
  161. </extension>
  162. <option name="PACKAGE_NAME" value="com.sf" />
  163. <option name="MAIN_CLASS_NAME" value="com.sf.TestMybatis" />
  164. <option name="METHOD_NAME" value="testMybatis" />
  165. <option name="TEST_OBJECT" value="method" />
  166. <method v="2">
  167. <option name="Make" enabled="true" />
  168. </method>
  169. </configuration>
  170. <configuration default="true" type="JetRunConfigurationType">
  171. <method v="2">
  172. <option name="Make" enabled="true" />
  173. </method>
  174. </configuration>
  175. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
  176. <option name="filePath" />
  177. <method v="2">
  178. <option name="Make" enabled="true" />
  179. </method>
  180. </configuration>
  181. <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">
  182. <option name="OPEN_IN_BROWSER" value="false" />
  183. <option name="OPEN_IN_BROWSER_URL" value="http://localhost:8080/springmvc_demo/book/hello" />
  184. <option name="UPDATING_POLICY" value="restart-server" />
  185. <deployment>
  186. <artifact name="springmvc-demo:war">
  187. <settings>
  188. <option name="CONTEXT_PATH" value="/springmvc_demo_war" />
  189. </settings>
  190. </artifact>
  191. <artifact name="springmvc-demo:war exploded">
  192. <settings>
  193. <option name="CONTEXT_PATH" value="/springmvc_demo" />
  194. </settings>
  195. </artifact>
  196. </deployment>
  197. <server-settings>
  198. <option name="BASE_DIRECTORY_NAME" value="a4e95aa5-b4f9-4ed2-b0e3-32f97aaeb5c9" />
  199. </server-settings>
  200. <predefined_log_file enabled="true" id="Tomcat" />
  201. <predefined_log_file enabled="true" id="Tomcat Catalina" />
  202. <predefined_log_file id="Tomcat Manager" />
  203. <predefined_log_file id="Tomcat Host Manager" />
  204. <predefined_log_file id="Tomcat Localhost Access" />
  205. <RunnerSettings RunnerId="Debug">
  206. <option name="DEBUG_PORT" value="59811" />
  207. </RunnerSettings>
  208. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Cover">
  209. <option name="USE_ENV_VARIABLES" value="true" />
  210. <STARTUP>
  211. <option name="USE_DEFAULT" value="true" />
  212. <option name="SCRIPT" value="" />
  213. <option name="VM_PARAMETERS" value="" />
  214. <option name="PROGRAM_PARAMETERS" value="" />
  215. </STARTUP>
  216. <SHUTDOWN>
  217. <option name="USE_DEFAULT" value="true" />
  218. <option name="SCRIPT" value="" />
  219. <option name="VM_PARAMETERS" value="" />
  220. <option name="PROGRAM_PARAMETERS" value="" />
  221. </SHUTDOWN>
  222. </ConfigurationWrapper>
  223. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
  224. <option name="USE_ENV_VARIABLES" value="true" />
  225. <STARTUP>
  226. <option name="USE_DEFAULT" value="true" />
  227. <option name="SCRIPT" value="" />
  228. <option name="VM_PARAMETERS" value="" />
  229. <option name="PROGRAM_PARAMETERS" value="" />
  230. </STARTUP>
  231. <SHUTDOWN>
  232. <option name="USE_DEFAULT" value="true" />
  233. <option name="SCRIPT" value="" />
  234. <option name="VM_PARAMETERS" value="" />
  235. <option name="PROGRAM_PARAMETERS" value="" />
  236. </SHUTDOWN>
  237. </ConfigurationWrapper>
  238. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Profile">
  239. <option name="USE_ENV_VARIABLES" value="true" />
  240. <STARTUP>
  241. <option name="USE_DEFAULT" value="true" />
  242. <option name="SCRIPT" value="" />
  243. <option name="VM_PARAMETERS" value="" />
  244. <option name="PROGRAM_PARAMETERS" value="" />
  245. </STARTUP>
  246. <SHUTDOWN>
  247. <option name="USE_DEFAULT" value="true" />
  248. <option name="SCRIPT" value="" />
  249. <option name="VM_PARAMETERS" value="" />
  250. <option name="PROGRAM_PARAMETERS" value="" />
  251. </SHUTDOWN>
  252. </ConfigurationWrapper>
  253. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
  254. <option name="USE_ENV_VARIABLES" value="true" />
  255. <STARTUP>
  256. <option name="USE_DEFAULT" value="true" />
  257. <option name="SCRIPT" value="" />
  258. <option name="VM_PARAMETERS" value="" />
  259. <option name="PROGRAM_PARAMETERS" value="" />
  260. </STARTUP>
  261. <SHUTDOWN>
  262. <option name="USE_DEFAULT" value="true" />
  263. <option name="SCRIPT" value="" />
  264. <option name="VM_PARAMETERS" value="" />
  265. <option name="PROGRAM_PARAMETERS" value="" />
  266. </SHUTDOWN>
  267. </ConfigurationWrapper>
  268. <method v="2">
  269. <option name="Make" enabled="true" />
  270. <option name="BuildArtifacts" enabled="true">
  271. <artifact name="springmvc-demo:war" />
  272. <artifact name="springmvc-demo:war exploded" />
  273. </option>
  274. </method>
  275. </configuration>
  276. <list>
  277. <item itemvalue="HTTP Request.rest-api_10 | #1" />
  278. <item itemvalue="HTTP Request.rest-api_11 | #1" />
  279. <item itemvalue="HTTP Request.rest-api_8 | #1" />
  280. <item itemvalue="HTTP Request.rest-api_9 | #1" />
  281. <item itemvalue="JUnit.TestMybatis.testMybatis" />
  282. <item itemvalue="Tomcat Server.Tomcat 10.0.21" />
  283. </list>
  284. <recent_temporary>
  285. <list>
  286. <item itemvalue="HTTP Request.rest-api_11 | #1" />
  287. <item itemvalue="HTTP Request.rest-api_10 | #1" />
  288. <item itemvalue="HTTP Request.rest-api_9 | #1" />
  289. <item itemvalue="HTTP Request.rest-api_8 | #1" />
  290. <item itemvalue="JUnit.TestMybatis.testMybatis" />
  291. </list>
  292. </recent_temporary>
  293. </component>
  294. <component name="SharedIndexes">
  295. <attachedChunks>
  296. <set>
  297. <option value="bundled-jdk-9f38398b9061-18abd8497189-intellij.indexing.shared.core-IU-241.14494.240" />
  298. <option value="bundled-js-predefined-1d06a55b98c1-74d2a5396914-JavaScript-IU-241.14494.240" />
  299. </set>
  300. </attachedChunks>
  301. </component>
  302. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  303. <component name="TaskManager">
  304. <task active="true" id="Default" summary="Default task">
  305. <changelist id="8a346ac7-ee3f-4cad-99c9-d339051f5d36" name="Changes" comment="" />
  306. <created>1715752794105</created>
  307. <option name="number" value="Default" />
  308. <option name="presentableId" value="Default" />
  309. <updated>1715752794105</updated>
  310. <workItem from="1715752795429" duration="9289000" />
  311. <workItem from="1715994247914" duration="64000" />
  312. <workItem from="1715994329537" duration="276000" />
  313. <workItem from="1715994638690" duration="21000" />
  314. <workItem from="1715994732370" duration="6964000" />
  315. <workItem from="1716002556205" duration="14772000" />
  316. <workItem from="1716356852265" duration="8681000" />
  317. </task>
  318. <task id="LOCAL-00001" summary="0515 springmvc">
  319. <option name="closed" value="true" />
  320. <created>1715763981629</created>
  321. <option name="number" value="00001" />
  322. <option name="presentableId" value="LOCAL-00001" />
  323. <option name="project" value="LOCAL" />
  324. <updated>1715763981629</updated>
  325. </task>
  326. <task id="LOCAL-00002" summary="0518 整合mybatis">
  327. <option name="closed" value="true" />
  328. <created>1716004905166</created>
  329. <option name="number" value="00002" />
  330. <option name="presentableId" value="LOCAL-00002" />
  331. <option name="project" value="LOCAL" />
  332. <updated>1716004905166</updated>
  333. </task>
  334. <task id="LOCAL-00003" summary="0518 请求和响应">
  335. <option name="closed" value="true" />
  336. <created>1716022964439</created>
  337. <option name="number" value="00003" />
  338. <option name="presentableId" value="LOCAL-00003" />
  339. <option name="project" value="LOCAL" />
  340. <updated>1716022964439</updated>
  341. </task>
  342. <option name="localTasksCounter" value="4" />
  343. <servers />
  344. </component>
  345. <component name="TypeScriptGeneratedFilesManager">
  346. <option name="version" value="3" />
  347. </component>
  348. <component name="VcsManagerConfiguration">
  349. <MESSAGE value="0515 springmvc" />
  350. <MESSAGE value="0518 整合mybatis" />
  351. <MESSAGE value="0518 请求和响应" />
  352. <option name="LAST_COMMIT_MESSAGE" value="0518 请求和响应" />
  353. </component>
  354. </project>