workspace.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  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="0515 springmvc">
  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/artifacts/springmvc_demo_Web_exploded.xml" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/RequestController.java" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/dao/BookDao.java" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/entity/Book.java" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/service/BookService.java" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/service/impl/BookServiceImpl.java" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/src/main/resources/db.properties" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/src/main/resources/mapper/BookMapper.xml" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/src/main/resources/mybatis-config.xml" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/src/main/resources/spring.xml" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/TestMybatis.java" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/TestSpringMvc.java" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/../spring-demo/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../spring-demo/.idea/workspace.xml" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/MyServletContainerInitializer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/MyServletContainerInitializer.java" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/controller/BookController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/BookController.java" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/src/main/resources/spring-mvc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/spring-mvc.xml" afterDir="false" />
  35. <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" />
  36. <change beforePath="$PROJECT_DIR$/src/main/webapp/hello.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/hello.jsp" afterDir="false" />
  37. </list>
  38. <option name="SHOW_DIALOG" value="false" />
  39. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  40. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  41. <option name="LAST_RESOLUTION" value="IGNORE" />
  42. </component>
  43. <component name="ChangesViewManager">
  44. <option name="groupingKeys">
  45. <option value="directory" />
  46. </option>
  47. </component>
  48. <component name="FileTemplateManagerImpl">
  49. <option name="RECENT_TEMPLATES">
  50. <list>
  51. <option value="Jsp File" />
  52. <option value="Spring Xml File" />
  53. <option value="Class" />
  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="KubernetesApiPersistence">{}</component>
  61. <component name="KubernetesApiProvider">{
  62. &quot;isMigrated&quot;: true
  63. }</component>
  64. <component name="LogFilters">
  65. <option name="FILTER_ERRORS" value="false" />
  66. <option name="FILTER_WARNINGS" value="false" />
  67. <option name="FILTER_INFO" value="true" />
  68. <option name="FILTER_DEBUG" value="true" />
  69. <option name="CUSTOM_FILTER" />
  70. </component>
  71. <component name="MavenImportPreferences">
  72. <option name="generalSettings">
  73. <MavenGeneralSettings>
  74. <option name="localRepository" value="$MAVEN_REPOSITORY$" />
  75. <option name="useMavenConfig" value="false" />
  76. <option name="userSettingsFile" value="$USER_HOME$/.m2/settings.xml" />
  77. </MavenGeneralSettings>
  78. </option>
  79. </component>
  80. <component name="ProjectColorInfo">{
  81. &quot;customColor&quot;: &quot;&quot;,
  82. &quot;associatedIndex&quot;: 6
  83. }</component>
  84. <component name="ProjectId" id="2gcQAwWb8LN43APOkgvdE8X1inq" />
  85. <component name="ProjectLevelVcsManager">
  86. <ConfirmationsSetting value="2" id="Add" />
  87. </component>
  88. <component name="ProjectViewState">
  89. <option name="showLibraryContents" value="true" />
  90. </component>
  91. <component name="PropertiesComponent"><![CDATA[{
  92. "keyToString": {
  93. "JUnit.TestMybatis.testMybatis.executor": "Run",
  94. "JUnit.TestSpringMvc.test.executor": "Run",
  95. "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
  96. "RunOnceActivity.ShowReadmeOnStart": "true",
  97. "SHARE_PROJECT_CONFIGURATION_FILES": "true",
  98. "Tomcat Server.Tomcat 10.0.21.executor": "Run",
  99. "Tomcat Server.Tomcat 11.0.0-M16.executor": "Run",
  100. "git-widget-placeholder": "master",
  101. "kotlin-language-version-configured": "true",
  102. "last_opened_file_path": "/Users/Qing/IdeaProjects/SiFu/VIP31/springmvc-demo",
  103. "node.js.detected.package.eslint": "true",
  104. "node.js.detected.package.tslint": "true",
  105. "node.js.selected.package.eslint": "(autodetect)",
  106. "node.js.selected.package.tslint": "(autodetect)",
  107. "nodejs_package_manager_path": "npm",
  108. "project.structure.last.edited": "Modules",
  109. "project.structure.proportion": "0.1809181",
  110. "project.structure.side.proportion": "0.2794899",
  111. "settings.editor.selected.configurable": "MavenSettings",
  112. "vue.rearranger.settings.migration": "true"
  113. }
  114. }]]></component>
  115. <component name="RecentsManager">
  116. <key name="CopyFile.RECENT_KEYS">
  117. <recent name="$PROJECT_DIR$" />
  118. </key>
  119. </component>
  120. <component name="RunManager" selected="Tomcat Server.Tomcat 10.0.21">
  121. <configuration name="TestMybatis.testMybatis" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  122. <module name="springmvc-demo" />
  123. <extension name="coverage">
  124. <pattern>
  125. <option name="PATTERN" value="com.sf.*" />
  126. <option name="ENABLED" value="true" />
  127. </pattern>
  128. </extension>
  129. <option name="PACKAGE_NAME" value="com.sf" />
  130. <option name="MAIN_CLASS_NAME" value="com.sf.TestMybatis" />
  131. <option name="METHOD_NAME" value="testMybatis" />
  132. <option name="TEST_OBJECT" value="method" />
  133. <method v="2">
  134. <option name="Make" enabled="true" />
  135. </method>
  136. </configuration>
  137. <configuration name="TestSpringMvc.test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  138. <module name="springmvc-demo" />
  139. <extension name="coverage">
  140. <pattern>
  141. <option name="PATTERN" value="com.sf.*" />
  142. <option name="ENABLED" value="true" />
  143. </pattern>
  144. </extension>
  145. <option name="PACKAGE_NAME" value="com.sf" />
  146. <option name="MAIN_CLASS_NAME" value="com.sf.TestSpringMvc" />
  147. <option name="METHOD_NAME" value="test" />
  148. <option name="TEST_OBJECT" value="method" />
  149. <method v="2">
  150. <option name="Make" enabled="true" />
  151. </method>
  152. </configuration>
  153. <configuration default="true" type="JetRunConfigurationType">
  154. <method v="2">
  155. <option name="Make" enabled="true" />
  156. </method>
  157. </configuration>
  158. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
  159. <option name="filePath" />
  160. <method v="2">
  161. <option name="Make" enabled="true" />
  162. </method>
  163. </configuration>
  164. <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">
  165. <option name="OPEN_IN_BROWSER_URL" value="http://localhost:8080/springmvc_demo/hello" />
  166. <option name="UPDATING_POLICY" value="restart-server" />
  167. <deployment>
  168. <artifact name="springmvc-demo:war">
  169. <settings>
  170. <option name="CONTEXT_PATH" value="/springmvc_demo_war" />
  171. </settings>
  172. </artifact>
  173. <artifact name="springmvc-demo:war exploded">
  174. <settings>
  175. <option name="CONTEXT_PATH" value="/springmvc_demo" />
  176. </settings>
  177. </artifact>
  178. </deployment>
  179. <server-settings>
  180. <option name="BASE_DIRECTORY_NAME" value="a4e95aa5-b4f9-4ed2-b0e3-32f97aaeb5c9" />
  181. </server-settings>
  182. <predefined_log_file enabled="true" id="Tomcat" />
  183. <predefined_log_file enabled="true" id="Tomcat Catalina" />
  184. <predefined_log_file id="Tomcat Manager" />
  185. <predefined_log_file id="Tomcat Host Manager" />
  186. <predefined_log_file id="Tomcat Localhost Access" />
  187. <RunnerSettings RunnerId="Debug">
  188. <option name="DEBUG_PORT" value="59811" />
  189. </RunnerSettings>
  190. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Cover">
  191. <option name="USE_ENV_VARIABLES" value="true" />
  192. <STARTUP>
  193. <option name="USE_DEFAULT" value="true" />
  194. <option name="SCRIPT" value="" />
  195. <option name="VM_PARAMETERS" value="" />
  196. <option name="PROGRAM_PARAMETERS" value="" />
  197. </STARTUP>
  198. <SHUTDOWN>
  199. <option name="USE_DEFAULT" value="true" />
  200. <option name="SCRIPT" value="" />
  201. <option name="VM_PARAMETERS" value="" />
  202. <option name="PROGRAM_PARAMETERS" value="" />
  203. </SHUTDOWN>
  204. </ConfigurationWrapper>
  205. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
  206. <option name="USE_ENV_VARIABLES" value="true" />
  207. <STARTUP>
  208. <option name="USE_DEFAULT" value="true" />
  209. <option name="SCRIPT" value="" />
  210. <option name="VM_PARAMETERS" value="" />
  211. <option name="PROGRAM_PARAMETERS" value="" />
  212. </STARTUP>
  213. <SHUTDOWN>
  214. <option name="USE_DEFAULT" value="true" />
  215. <option name="SCRIPT" value="" />
  216. <option name="VM_PARAMETERS" value="" />
  217. <option name="PROGRAM_PARAMETERS" value="" />
  218. </SHUTDOWN>
  219. </ConfigurationWrapper>
  220. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Profile">
  221. <option name="USE_ENV_VARIABLES" value="true" />
  222. <STARTUP>
  223. <option name="USE_DEFAULT" value="true" />
  224. <option name="SCRIPT" value="" />
  225. <option name="VM_PARAMETERS" value="" />
  226. <option name="PROGRAM_PARAMETERS" value="" />
  227. </STARTUP>
  228. <SHUTDOWN>
  229. <option name="USE_DEFAULT" value="true" />
  230. <option name="SCRIPT" value="" />
  231. <option name="VM_PARAMETERS" value="" />
  232. <option name="PROGRAM_PARAMETERS" value="" />
  233. </SHUTDOWN>
  234. </ConfigurationWrapper>
  235. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
  236. <option name="USE_ENV_VARIABLES" value="true" />
  237. <STARTUP>
  238. <option name="USE_DEFAULT" value="true" />
  239. <option name="SCRIPT" value="" />
  240. <option name="VM_PARAMETERS" value="" />
  241. <option name="PROGRAM_PARAMETERS" value="" />
  242. </STARTUP>
  243. <SHUTDOWN>
  244. <option name="USE_DEFAULT" value="true" />
  245. <option name="SCRIPT" value="" />
  246. <option name="VM_PARAMETERS" value="" />
  247. <option name="PROGRAM_PARAMETERS" value="" />
  248. </SHUTDOWN>
  249. </ConfigurationWrapper>
  250. <method v="2">
  251. <option name="Make" enabled="true" />
  252. <option name="BuildArtifacts" enabled="true">
  253. <artifact name="springmvc-demo:war" />
  254. <artifact name="springmvc-demo:war exploded" />
  255. </option>
  256. </method>
  257. </configuration>
  258. <list>
  259. <item itemvalue="JUnit.TestMybatis.testMybatis" />
  260. <item itemvalue="JUnit.TestSpringMvc.test" />
  261. <item itemvalue="Tomcat Server.Tomcat 10.0.21" />
  262. </list>
  263. <recent_temporary>
  264. <list>
  265. <item itemvalue="JUnit.TestMybatis.testMybatis" />
  266. <item itemvalue="JUnit.TestSpringMvc.test" />
  267. </list>
  268. </recent_temporary>
  269. </component>
  270. <component name="SharedIndexes">
  271. <attachedChunks>
  272. <set>
  273. <option value="bundled-jdk-9f38398b9061-18abd8497189-intellij.indexing.shared.core-IU-241.14494.240" />
  274. <option value="bundled-js-predefined-1d06a55b98c1-74d2a5396914-JavaScript-IU-241.14494.240" />
  275. </set>
  276. </attachedChunks>
  277. </component>
  278. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  279. <component name="TaskManager">
  280. <task active="true" id="Default" summary="Default task">
  281. <changelist id="8a346ac7-ee3f-4cad-99c9-d339051f5d36" name="Changes" comment="" />
  282. <created>1715752794105</created>
  283. <option name="number" value="Default" />
  284. <option name="presentableId" value="Default" />
  285. <updated>1715752794105</updated>
  286. <workItem from="1715752795429" duration="9289000" />
  287. <workItem from="1715994247914" duration="64000" />
  288. <workItem from="1715994329537" duration="276000" />
  289. <workItem from="1715994638690" duration="21000" />
  290. <workItem from="1715994732370" duration="6964000" />
  291. <workItem from="1716002556205" duration="2317000" />
  292. </task>
  293. <task id="LOCAL-00001" summary="0515 springmvc">
  294. <option name="closed" value="true" />
  295. <created>1715763981629</created>
  296. <option name="number" value="00001" />
  297. <option name="presentableId" value="LOCAL-00001" />
  298. <option name="project" value="LOCAL" />
  299. <updated>1715763981629</updated>
  300. </task>
  301. <option name="localTasksCounter" value="2" />
  302. <servers />
  303. </component>
  304. <component name="TypeScriptGeneratedFilesManager">
  305. <option name="version" value="3" />
  306. </component>
  307. <component name="VcsManagerConfiguration">
  308. <MESSAGE value="0515 springmvc" />
  309. <option name="LAST_COMMIT_MESSAGE" value="0515 springmvc" />
  310. </component>
  311. </project>