workspace.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  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="0118 springmvc示例">
  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$/src/main/java/com/sf/WebInitConfig.java" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/anno/DruidConfig.java" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/anno/MybatisConfig.java" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/anno/SpringConfig.java" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/src/main/resources/log4j.properties" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/templates/hello.html" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/templates/test.html" afterDir="false" />
  23. <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" />
  24. <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" />
  25. <change beforePath="$PROJECT_DIR$/../02_JavaWeb/day07_mybatis/src/main/resources/com/lc/mapper/UserMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/day07_mybatis/src/main/resources/com/lc/mapper/UserMapper.xml" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/jarRepositories.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/jarRepositories.xml" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/misc.xml" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/workspace.xml" afterDir="false" />
  29. <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" />
  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/anno/MyServletContainerInitializer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/anno/init/MyServletContainerInitializer.java" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/anno/MyWebAppInitializer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/anno/init/MyWebAppInitializer.java" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/anno/SpringMvcConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/anno/SpringMvcConfig.java" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/controller/AuthorController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/AuthorController.java" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/controller/HelloController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/HelloController.java" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/controller/HttpController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/HttpController.java" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/src/main/resources/spring-mvc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/spring-mvc.xml" afterDir="false" />
  39. <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" />
  40. <change beforePath="$PROJECT_DIR$/src/main/webapp/hello.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/hello.jsp" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/src/main/webapp/index.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp/index.jsp" afterDir="false" />
  42. </list>
  43. <option name="SHOW_DIALOG" value="false" />
  44. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  45. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  46. <option name="LAST_RESOLUTION" value="IGNORE" />
  47. </component>
  48. <component name="ChangesViewManager">
  49. <option name="groupingKeys">
  50. <option value="directory" />
  51. </option>
  52. </component>
  53. <component name="FileTemplateManagerImpl">
  54. <option name="RECENT_TEMPLATES">
  55. <list>
  56. <option value="Jsp File" />
  57. <option value="Spring Xml File" />
  58. <option value="Interface" />
  59. <option value="Mybatis Mapper Xml File" />
  60. <option value="Properties File" />
  61. <option value="Thymeleaf HTML 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="KubernetesApiProvider">{
  71. &quot;isMigrated&quot;: true
  72. }</component>
  73. <component name="LogFilters">
  74. <option name="FILTER_ERRORS" value="false" />
  75. <option name="FILTER_WARNINGS" value="false" />
  76. <option name="FILTER_INFO" value="true" />
  77. <option name="FILTER_DEBUG" value="true" />
  78. <option name="CUSTOM_FILTER" />
  79. </component>
  80. <component name="ProjectColorInfo">{
  81. &quot;associatedIndex&quot;: 4
  82. }</component>
  83. <component name="ProjectId" id="2b4QX4DZlPMWbRpeUw2AqyNi4lV" />
  84. <component name="ProjectLevelVcsManager">
  85. <ConfirmationsSetting value="2" id="Add" />
  86. </component>
  87. <component name="ProjectViewState">
  88. <option name="showLibraryContents" value="true" />
  89. </component>
  90. <component name="PropertiesComponent"><![CDATA[{
  91. "keyToString": {
  92. "DefaultHtmlFileTemplate": "HTML File",
  93. "HTTP Request.rest-api_1 | #1.executor": "Run",
  94. "JUnit.TestSpringMvc.test.executor": "Run",
  95. "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
  96. "RunOnceActivity.OpenProjectViewOnStart": "true",
  97. "RunOnceActivity.ShowReadmeOnStart": "true",
  98. "Tomcat Server.Tomcat 10.0.21.executor": "Run",
  99. "Tomcat Server.Tomcat 8.5.93.executor": "Run",
  100. "git-widget-placeholder": "master",
  101. "kotlin-language-version-configured": "true",
  102. "last_opened_file_path": "/Users/Qing/IdeaProjects/SiFu/VIPJAVA/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": "Artifacts",
  109. "project.structure.proportion": "0.17833698",
  110. "project.structure.side.proportion": "0.2150838",
  111. "settings.editor.selected.configurable": "preferences.pluginManager",
  112. "vue.rearranger.settings.migration": "true"
  113. }
  114. }]]></component>
  115. <component name="RecentsManager">
  116. <key name="CopyFile.RECENT_KEYS">
  117. <recent name="$PROJECT_DIR$/src/main/java/com/sf" />
  118. <recent name="$PROJECT_DIR$/src/main/resources" />
  119. <recent name="$PROJECT_DIR$/src/main/webapp/WEB-INF" />
  120. </key>
  121. <key name="MoveFile.RECENT_KEYS">
  122. <recent name="$PROJECT_DIR$/src/main/java/com/sf/anno/init" />
  123. <recent name="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp" />
  124. <recent name="$PROJECT_DIR$/src/main/java/com/sf/anno" />
  125. </key>
  126. <key name="CopyClassDialog.RECENTS_KEY">
  127. <recent name="com.sf.anno" />
  128. </key>
  129. </component>
  130. <component name="RunManager" selected="Tomcat Server.Tomcat 10.0.21">
  131. <configuration name="rest-api_1 | #1" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/rest-api_1.http" requestIdentifier="#1" runType="Run single request">
  132. <method v="2" />
  133. </configuration>
  134. <configuration name="TestSpringMvc.test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  135. <module name="springmvc-demo" />
  136. <extension name="coverage">
  137. <pattern>
  138. <option name="PATTERN" value="com.sf.*" />
  139. <option name="ENABLED" value="true" />
  140. </pattern>
  141. </extension>
  142. <option name="PACKAGE_NAME" value="com.sf" />
  143. <option name="MAIN_CLASS_NAME" value="com.sf.TestSpringMvc" />
  144. <option name="METHOD_NAME" value="test" />
  145. <option name="TEST_OBJECT" value="method" />
  146. <method v="2">
  147. <option name="Make" enabled="true" />
  148. </method>
  149. </configuration>
  150. <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">
  151. <option name="OPEN_IN_BROWSER_URL" value="http://localhost:8080/springmvc_demo/hello" />
  152. <option name="UPDATING_POLICY" value="restart-server" />
  153. <deployment>
  154. <artifact name="springmvc-demo:war">
  155. <settings>
  156. <option name="CONTEXT_PATH" value="/springmvc_demo_war" />
  157. </settings>
  158. </artifact>
  159. <artifact name="springmvc-demo:war exploded">
  160. <settings>
  161. <option name="CONTEXT_PATH" value="/springmvc_demo" />
  162. </settings>
  163. </artifact>
  164. </deployment>
  165. <server-settings>
  166. <option name="BASE_DIRECTORY_NAME" value="35ace8a8-cdaa-4cb1-aa16-948e91024d18" />
  167. </server-settings>
  168. <predefined_log_file enabled="true" id="Tomcat" />
  169. <predefined_log_file enabled="true" id="Tomcat Catalina" />
  170. <predefined_log_file id="Tomcat Manager" />
  171. <predefined_log_file id="Tomcat Host Manager" />
  172. <predefined_log_file id="Tomcat Localhost Access" />
  173. <RunnerSettings RunnerId="Debug">
  174. <option name="DEBUG_PORT" value="56558" />
  175. </RunnerSettings>
  176. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Cover">
  177. <option name="USE_ENV_VARIABLES" value="true" />
  178. <STARTUP>
  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. </STARTUP>
  184. <SHUTDOWN>
  185. <option name="USE_DEFAULT" value="true" />
  186. <option name="SCRIPT" value="" />
  187. <option name="VM_PARAMETERS" value="" />
  188. <option name="PROGRAM_PARAMETERS" value="" />
  189. </SHUTDOWN>
  190. </ConfigurationWrapper>
  191. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
  192. <option name="USE_ENV_VARIABLES" value="true" />
  193. <STARTUP>
  194. <option name="USE_DEFAULT" value="true" />
  195. <option name="SCRIPT" value="" />
  196. <option name="VM_PARAMETERS" value="" />
  197. <option name="PROGRAM_PARAMETERS" value="" />
  198. </STARTUP>
  199. <SHUTDOWN>
  200. <option name="USE_DEFAULT" value="true" />
  201. <option name="SCRIPT" value="" />
  202. <option name="VM_PARAMETERS" value="" />
  203. <option name="PROGRAM_PARAMETERS" value="" />
  204. </SHUTDOWN>
  205. </ConfigurationWrapper>
  206. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Profile">
  207. <option name="USE_ENV_VARIABLES" value="true" />
  208. <STARTUP>
  209. <option name="USE_DEFAULT" value="true" />
  210. <option name="SCRIPT" value="" />
  211. <option name="VM_PARAMETERS" value="" />
  212. <option name="PROGRAM_PARAMETERS" value="" />
  213. </STARTUP>
  214. <SHUTDOWN>
  215. <option name="USE_DEFAULT" value="true" />
  216. <option name="SCRIPT" value="" />
  217. <option name="VM_PARAMETERS" value="" />
  218. <option name="PROGRAM_PARAMETERS" value="" />
  219. </SHUTDOWN>
  220. </ConfigurationWrapper>
  221. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
  222. <option name="USE_ENV_VARIABLES" value="true" />
  223. <STARTUP>
  224. <option name="USE_DEFAULT" value="true" />
  225. <option name="SCRIPT" value="" />
  226. <option name="VM_PARAMETERS" value="" />
  227. <option name="PROGRAM_PARAMETERS" value="" />
  228. </STARTUP>
  229. <SHUTDOWN>
  230. <option name="USE_DEFAULT" value="true" />
  231. <option name="SCRIPT" value="" />
  232. <option name="VM_PARAMETERS" value="" />
  233. <option name="PROGRAM_PARAMETERS" value="" />
  234. </SHUTDOWN>
  235. </ConfigurationWrapper>
  236. <method v="2">
  237. <option name="Make" enabled="true" />
  238. <option name="BuildArtifacts" enabled="true">
  239. <artifact name="springmvc-demo:war exploded" />
  240. <artifact name="springmvc-demo:war" />
  241. </option>
  242. </method>
  243. </configuration>
  244. <recent_temporary>
  245. <list>
  246. <item itemvalue="HTTP Request.rest-api_1 | #1" />
  247. <item itemvalue="JUnit.TestSpringMvc.test" />
  248. </list>
  249. </recent_temporary>
  250. </component>
  251. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  252. <component name="TaskManager">
  253. <task active="true" id="Default" summary="Default task">
  254. <changelist id="d55c211f-cca4-4230-b149-ae8c1dab3c43" name="Changes" comment="" />
  255. <created>1705471907664</created>
  256. <option name="number" value="Default" />
  257. <option name="presentableId" value="Default" />
  258. <updated>1705471907664</updated>
  259. <workItem from="1705471908780" duration="12452000" />
  260. <workItem from="1705492873471" duration="19225000" />
  261. <workItem from="1705593304178" duration="747000" />
  262. <workItem from="1705625830502" duration="9118000" />
  263. </task>
  264. <task id="LOCAL-00001" summary="0117 springmvc">
  265. <option name="closed" value="true" />
  266. <created>1705481868228</created>
  267. <option name="number" value="00001" />
  268. <option name="presentableId" value="LOCAL-00001" />
  269. <option name="project" value="LOCAL" />
  270. <updated>1705481868228</updated>
  271. </task>
  272. <task id="LOCAL-00002" summary="0118 ssm整合">
  273. <option name="closed" value="true" />
  274. <created>1705551875551</created>
  275. <option name="number" value="00002" />
  276. <option name="presentableId" value="LOCAL-00002" />
  277. <option name="project" value="LOCAL" />
  278. <updated>1705551875551</updated>
  279. </task>
  280. <task id="LOCAL-00003" summary="0118 springmvc示例">
  281. <option name="closed" value="true" />
  282. <created>1705569024785</created>
  283. <option name="number" value="00003" />
  284. <option name="presentableId" value="LOCAL-00003" />
  285. <option name="project" value="LOCAL" />
  286. <updated>1705569024785</updated>
  287. </task>
  288. <option name="localTasksCounter" value="4" />
  289. <servers />
  290. </component>
  291. <component name="TypeScriptGeneratedFilesManager">
  292. <option name="version" value="3" />
  293. </component>
  294. <component name="Vcs.Log.Tabs.Properties">
  295. <option name="OPEN_GENERIC_TABS">
  296. <map>
  297. <entry key="a504f1b5-4d9a-4e77-842b-fa8776f962fa" value="TOOL_WINDOW" />
  298. </map>
  299. </option>
  300. <option name="TAB_STATES">
  301. <map>
  302. <entry key="a504f1b5-4d9a-4e77-842b-fa8776f962fa">
  303. <value>
  304. <State>
  305. <option name="FILTERS">
  306. <map>
  307. <entry key="branch">
  308. <value>
  309. <list>
  310. <option value="HEAD" />
  311. </list>
  312. </value>
  313. </entry>
  314. <entry key="structure">
  315. <value>
  316. <list>
  317. <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springmvc-demo" />
  318. </list>
  319. </value>
  320. </entry>
  321. </map>
  322. </option>
  323. <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
  324. </State>
  325. </value>
  326. </entry>
  327. </map>
  328. </option>
  329. </component>
  330. <component name="VcsManagerConfiguration">
  331. <MESSAGE value="0117 springmvc" />
  332. <MESSAGE value="0118 ssm整合" />
  333. <MESSAGE value="0118 springmvc示例" />
  334. <option name="LAST_COMMIT_MESSAGE" value="0118 springmvc示例" />
  335. </component>
  336. <component name="XSLT-Support.FileAssociations.UIState">
  337. <expand />
  338. <select />
  339. </component>
  340. </project>