workspace.xml 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473
  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="0123 add api">
  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$/../springboot-demo/src/main/java/com/sf/bean/Computer.java" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/bean/Phone.java" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/config/BeanConfig.java" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/config/MyAutoConfig.java" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/config/other/OtherAutoConfig1.java" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/config/other/OtherAutoConfig2.java" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/resources/META-INF/spring.factories" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/resources/config/application-dev.properties" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/resources/config/application-prod.properties" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/resources/config/application-test.properties" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/../springboot-demo/src/test/java/com/sf/BeanTests.java" afterDir="false" />
  27. <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" />
  28. <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" />
  29. <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" />
  30. <change beforePath="$PROJECT_DIR$/../git-demo/com/sf/Test.java" beforeDir="false" />
  31. <change beforePath="$PROJECT_DIR$/../git-demo/com/sf/TestStudent.java" beforeDir="false" />
  32. <change beforePath="$PROJECT_DIR$/../git-demo/com/sf/TestTang.java" beforeDir="false" />
  33. <change beforePath="$PROJECT_DIR$/../git-demo/com/sf/TestWang.java" beforeDir="false" />
  34. <change beforePath="$PROJECT_DIR$/../git-demo/com/sf/TestZhang.java" beforeDir="false" />
  35. <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/jarRepositories.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/jarRepositories.xml" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/misc.xml" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/workspace.xml" afterDir="false" />
  38. <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" />
  39. <change beforePath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/DemoApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/DemoApplication.java" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/config/VegetablesConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/config/VegetablesConfig.java" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/../springboot-demo/src/main/resources/application-dev.properties" beforeDir="false" />
  42. <change beforePath="$PROJECT_DIR$/../springboot-demo/src/main/resources/application-prod.properties" beforeDir="false" />
  43. <change beforePath="$PROJECT_DIR$/../springboot-demo/src/main/resources/application-test.properties" beforeDir="false" />
  44. <change beforePath="$PROJECT_DIR$/../springboot-demo/src/main/resources/vegetables.properties" beforeDir="false" afterPath="$PROJECT_DIR$/../springboot-demo/src/main/resources/config/vegetables.properties" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/../springboot-demo/src/test/java/com/sf/DemoApplicationTests.java" beforeDir="false" afterPath="$PROJECT_DIR$/../springboot-demo/src/test/java/com/sf/ApplicationTests.java" afterDir="false" />
  46. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  47. <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" />
  48. </list>
  49. <option name="SHOW_DIALOG" value="false" />
  50. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  51. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  52. <option name="LAST_RESOLUTION" value="IGNORE" />
  53. </component>
  54. <component name="ChangesViewManager">
  55. <option name="groupingKeys">
  56. <option value="directory" />
  57. </option>
  58. </component>
  59. <component name="FileTemplateManagerImpl">
  60. <option name="RECENT_TEMPLATES">
  61. <list>
  62. <option value="Jsp File" />
  63. <option value="Spring Xml File" />
  64. <option value="Interface" />
  65. <option value="Mybatis Mapper Xml File" />
  66. <option value="Thymeleaf HTML File" />
  67. <option value="Properties File" />
  68. <option value="Class" />
  69. <option value="HTML File" />
  70. </list>
  71. </option>
  72. </component>
  73. <component name="Git.Settings">
  74. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  75. </component>
  76. <component name="KubernetesApiProvider">{
  77. &quot;isMigrated&quot;: true
  78. }</component>
  79. <component name="LogFilters">
  80. <option name="FILTER_ERRORS" value="false" />
  81. <option name="FILTER_WARNINGS" value="false" />
  82. <option name="FILTER_INFO" value="true" />
  83. <option name="FILTER_DEBUG" value="true" />
  84. <option name="CUSTOM_FILTER" />
  85. </component>
  86. <component name="MarkdownSettingsMigration">
  87. <option name="stateVersion" value="1" />
  88. </component>
  89. <component name="ProjectColorInfo">{
  90. &quot;associatedIndex&quot;: 4
  91. }</component>
  92. <component name="ProjectId" id="2b4QX4DZlPMWbRpeUw2AqyNi4lV" />
  93. <component name="ProjectLevelVcsManager">
  94. <ConfirmationsSetting value="2" id="Add" />
  95. </component>
  96. <component name="ProjectViewState">
  97. <option name="showLibraryContents" value="true" />
  98. </component>
  99. <component name="PropertiesComponent">{
  100. &quot;keyToString&quot;: {
  101. &quot;DefaultHtmlFileTemplate&quot;: &quot;HTML File&quot;,
  102. &quot;HTTP Request.rest-api_1 | #1.executor&quot;: &quot;Run&quot;,
  103. &quot;HTTP Request.rest-api_2 | #1.executor&quot;: &quot;Run&quot;,
  104. &quot;JUnit.TestSpringMvc.test.executor&quot;: &quot;Run&quot;,
  105. &quot;Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor&quot;: &quot;Run&quot;,
  106. &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
  107. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  108. &quot;Tomcat Server.Tomcat 10.0.21.executor&quot;: &quot;Run&quot;,
  109. &quot;Tomcat Server.Tomcat 8.5.93.executor&quot;: &quot;Run&quot;,
  110. &quot;git-widget-placeholder&quot;: &quot;master&quot;,
  111. &quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
  112. &quot;last_opened_file_path&quot;: &quot;/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springmvc-demo&quot;,
  113. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  114. &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
  115. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  116. &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
  117. &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
  118. &quot;project.structure.last.edited&quot;: &quot;Artifacts&quot;,
  119. &quot;project.structure.proportion&quot;: &quot;0.17833698&quot;,
  120. &quot;project.structure.side.proportion&quot;: &quot;0.2150838&quot;,
  121. &quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot;,
  122. &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  123. }
  124. }</component>
  125. <component name="RecentsManager">
  126. <key name="CopyFile.RECENT_KEYS">
  127. <recent name="$PROJECT_DIR$/src/main/webapp/WEB-INF/templates/demo" />
  128. <recent name="$PROJECT_DIR$/sql" />
  129. <recent name="$PROJECT_DIR$" />
  130. <recent name="$PROJECT_DIR$/src/main/java/com/sf" />
  131. <recent name="$PROJECT_DIR$/src/main/resources" />
  132. </key>
  133. <key name="MoveFile.RECENT_KEYS">
  134. <recent name="$PROJECT_DIR$/src/main/java/com/sf/anno/init" />
  135. <recent name="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp" />
  136. <recent name="$PROJECT_DIR$/src/main/java/com/sf/anno" />
  137. </key>
  138. <key name="CopyClassDialog.RECENTS_KEY">
  139. <recent name="com.sf.anno" />
  140. </key>
  141. </component>
  142. <component name="RunManager" selected="Tomcat Server.Tomcat 10.0.21">
  143. <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">
  144. <method v="2" />
  145. </configuration>
  146. <configuration name="rest-api_2 | #1" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/rest-api_2.http" requestIdentifier="#1" runType="Run single request">
  147. <method v="2" />
  148. </configuration>
  149. <configuration name="TestSpringMvc.test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  150. <module name="springmvc-demo" />
  151. <extension name="coverage">
  152. <pattern>
  153. <option name="PATTERN" value="com.sf.*" />
  154. <option name="ENABLED" value="true" />
  155. </pattern>
  156. </extension>
  157. <option name="PACKAGE_NAME" value="com.sf" />
  158. <option name="MAIN_CLASS_NAME" value="com.sf.TestSpringMvc" />
  159. <option name="METHOD_NAME" value="test" />
  160. <option name="TEST_OBJECT" value="method" />
  161. <method v="2">
  162. <option name="Make" enabled="true" />
  163. </method>
  164. </configuration>
  165. <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">
  166. <option name="OPEN_IN_BROWSER_URL" value="http://localhost:8080/springmvc_demo/hello" />
  167. <option name="UPDATING_POLICY" value="restart-server" />
  168. <deployment>
  169. <artifact name="springmvc-demo:war">
  170. <settings>
  171. <option name="CONTEXT_PATH" value="/springmvc_demo_war" />
  172. </settings>
  173. </artifact>
  174. <artifact name="springmvc-demo:war exploded">
  175. <settings>
  176. <option name="CONTEXT_PATH" value="/springmvc_demo" />
  177. </settings>
  178. </artifact>
  179. </deployment>
  180. <server-settings>
  181. <option name="BASE_DIRECTORY_NAME" value="35ace8a8-cdaa-4cb1-aa16-948e91024d18" />
  182. </server-settings>
  183. <predefined_log_file enabled="true" id="Tomcat" />
  184. <predefined_log_file enabled="true" id="Tomcat Catalina" />
  185. <predefined_log_file id="Tomcat Manager" />
  186. <predefined_log_file id="Tomcat Host Manager" />
  187. <predefined_log_file id="Tomcat Localhost Access" />
  188. <RunnerSettings RunnerId="Debug">
  189. <option name="DEBUG_PORT" value="56558" />
  190. </RunnerSettings>
  191. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Cover">
  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="Debug">
  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="Profile">
  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. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
  237. <option name="USE_ENV_VARIABLES" value="true" />
  238. <STARTUP>
  239. <option name="USE_DEFAULT" value="true" />
  240. <option name="SCRIPT" value="" />
  241. <option name="VM_PARAMETERS" value="" />
  242. <option name="PROGRAM_PARAMETERS" value="" />
  243. </STARTUP>
  244. <SHUTDOWN>
  245. <option name="USE_DEFAULT" value="true" />
  246. <option name="SCRIPT" value="" />
  247. <option name="VM_PARAMETERS" value="" />
  248. <option name="PROGRAM_PARAMETERS" value="" />
  249. </SHUTDOWN>
  250. </ConfigurationWrapper>
  251. <method v="2">
  252. <option name="Make" enabled="true" />
  253. <option name="BuildArtifacts" enabled="true">
  254. <artifact name="springmvc-demo:war exploded" />
  255. <artifact name="springmvc-demo:war" />
  256. </option>
  257. </method>
  258. </configuration>
  259. <recent_temporary>
  260. <list>
  261. <item itemvalue="HTTP Request.rest-api_2 | #1" />
  262. <item itemvalue="HTTP Request.rest-api_1 | #1" />
  263. <item itemvalue="JUnit.TestSpringMvc.test" />
  264. </list>
  265. </recent_temporary>
  266. </component>
  267. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  268. <component name="TaskManager">
  269. <task active="true" id="Default" summary="Default task">
  270. <changelist id="d55c211f-cca4-4230-b149-ae8c1dab3c43" name="Changes" comment="" />
  271. <created>1705471907664</created>
  272. <option name="number" value="Default" />
  273. <option name="presentableId" value="Default" />
  274. <updated>1705471907664</updated>
  275. <workItem from="1705471908780" duration="12452000" />
  276. <workItem from="1705492873471" duration="19225000" />
  277. <workItem from="1705593304178" duration="747000" />
  278. <workItem from="1705625830502" duration="19845000" />
  279. <workItem from="1705682750234" duration="2481000" />
  280. <workItem from="1705748230368" duration="24000" />
  281. <workItem from="1705845379372" duration="1255000" />
  282. <workItem from="1705850774957" duration="649000" />
  283. <workItem from="1705852976185" duration="1600000" />
  284. <workItem from="1705897573911" duration="12996000" />
  285. <workItem from="1705972424180" duration="12204000" />
  286. <workItem from="1705995660651" duration="25000" />
  287. <workItem from="1705998836387" duration="40000" />
  288. <workItem from="1706063161444" duration="1507000" />
  289. <workItem from="1706155077661" duration="3119000" />
  290. </task>
  291. <task id="LOCAL-00001" summary="0117 springmvc">
  292. <option name="closed" value="true" />
  293. <created>1705481868228</created>
  294. <option name="number" value="00001" />
  295. <option name="presentableId" value="LOCAL-00001" />
  296. <option name="project" value="LOCAL" />
  297. <updated>1705481868228</updated>
  298. </task>
  299. <task id="LOCAL-00002" summary="0118 ssm整合">
  300. <option name="closed" value="true" />
  301. <created>1705551875551</created>
  302. <option name="number" value="00002" />
  303. <option name="presentableId" value="LOCAL-00002" />
  304. <option name="project" value="LOCAL" />
  305. <updated>1705551875551</updated>
  306. </task>
  307. <task id="LOCAL-00003" summary="0118 springmvc示例">
  308. <option name="closed" value="true" />
  309. <created>1705569024785</created>
  310. <option name="number" value="00003" />
  311. <option name="presentableId" value="LOCAL-00003" />
  312. <option name="project" value="LOCAL" />
  313. <updated>1705569024785</updated>
  314. </task>
  315. <task id="LOCAL-00004" summary="0119 ssm全注解版">
  316. <option name="closed" value="true" />
  317. <created>1705638546742</created>
  318. <option name="number" value="00004" />
  319. <option name="presentableId" value="LOCAL-00004" />
  320. <option name="project" value="LOCAL" />
  321. <updated>1705638546742</updated>
  322. </task>
  323. <task id="LOCAL-00005" summary="0119 sql">
  324. <option name="closed" value="true" />
  325. <created>1705646050971</created>
  326. <option name="number" value="00005" />
  327. <option name="presentableId" value="LOCAL-00005" />
  328. <option name="project" value="LOCAL" />
  329. <updated>1705646050971</updated>
  330. </task>
  331. <task id="LOCAL-00006" summary="0122 thymeleaf demo">
  332. <option name="closed" value="true" />
  333. <created>1705916126882</created>
  334. <option name="number" value="00006" />
  335. <option name="presentableId" value="LOCAL-00006" />
  336. <option name="project" value="LOCAL" />
  337. <updated>1705916126882</updated>
  338. </task>
  339. <task id="LOCAL-00007" summary="0123 i18n">
  340. <option name="closed" value="true" />
  341. <created>1705983348692</created>
  342. <option name="number" value="00007" />
  343. <option name="presentableId" value="LOCAL-00007" />
  344. <option name="project" value="LOCAL" />
  345. <updated>1705983348692</updated>
  346. </task>
  347. <task id="LOCAL-00008" summary="0123 mybatis注解开发">
  348. <option name="closed" value="true" />
  349. <created>1705995283450</created>
  350. <option name="number" value="00008" />
  351. <option name="presentableId" value="LOCAL-00008" />
  352. <option name="project" value="LOCAL" />
  353. <updated>1705995283450</updated>
  354. </task>
  355. <task id="LOCAL-00009" summary="0123 add api">
  356. <option name="closed" value="true" />
  357. <created>1705995680488</created>
  358. <option name="number" value="00009" />
  359. <option name="presentableId" value="LOCAL-00009" />
  360. <option name="project" value="LOCAL" />
  361. <updated>1705995680488</updated>
  362. </task>
  363. <option name="localTasksCounter" value="10" />
  364. <servers />
  365. </component>
  366. <component name="TypeScriptGeneratedFilesManager">
  367. <option name="version" value="3" />
  368. </component>
  369. <component name="Vcs.Log.Tabs.Properties">
  370. <option name="OPEN_GENERIC_TABS">
  371. <map>
  372. <entry key="2796529a-5c91-4ade-865d-9ec14a0a9732" value="TOOL_WINDOW" />
  373. <entry key="8b8e1bf6-a623-40d3-b7bc-4bc664637900" value="TOOL_WINDOW" />
  374. <entry key="a504f1b5-4d9a-4e77-842b-fa8776f962fa" value="TOOL_WINDOW" />
  375. </map>
  376. </option>
  377. <option name="TAB_STATES">
  378. <map>
  379. <entry key="2796529a-5c91-4ade-865d-9ec14a0a9732">
  380. <value>
  381. <State>
  382. <option name="FILTERS">
  383. <map>
  384. <entry key="branch">
  385. <value>
  386. <list>
  387. <option value="HEAD" />
  388. </list>
  389. </value>
  390. </entry>
  391. <entry key="structure">
  392. <value>
  393. <list>
  394. <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springmvc-demo" />
  395. </list>
  396. </value>
  397. </entry>
  398. </map>
  399. </option>
  400. <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
  401. </State>
  402. </value>
  403. </entry>
  404. <entry key="8b8e1bf6-a623-40d3-b7bc-4bc664637900">
  405. <value>
  406. <State>
  407. <option name="FILTERS">
  408. <map>
  409. <entry key="branch">
  410. <value>
  411. <list>
  412. <option value="HEAD" />
  413. </list>
  414. </value>
  415. </entry>
  416. <entry key="structure">
  417. <value>
  418. <list>
  419. <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springmvc-demo" />
  420. </list>
  421. </value>
  422. </entry>
  423. </map>
  424. </option>
  425. <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
  426. </State>
  427. </value>
  428. </entry>
  429. <entry key="a504f1b5-4d9a-4e77-842b-fa8776f962fa">
  430. <value>
  431. <State>
  432. <option name="FILTERS">
  433. <map>
  434. <entry key="branch">
  435. <value>
  436. <list>
  437. <option value="HEAD" />
  438. </list>
  439. </value>
  440. </entry>
  441. <entry key="structure">
  442. <value>
  443. <list>
  444. <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springmvc-demo" />
  445. </list>
  446. </value>
  447. </entry>
  448. </map>
  449. </option>
  450. <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
  451. </State>
  452. </value>
  453. </entry>
  454. </map>
  455. </option>
  456. </component>
  457. <component name="VcsManagerConfiguration">
  458. <MESSAGE value="0117 springmvc" />
  459. <MESSAGE value="0118 ssm整合" />
  460. <MESSAGE value="0118 springmvc示例" />
  461. <MESSAGE value="0119 ssm全注解版" />
  462. <MESSAGE value="0119 sql" />
  463. <MESSAGE value="0122 thymeleaf demo" />
  464. <MESSAGE value="0123 i18n" />
  465. <MESSAGE value="0123 mybatis注解开发" />
  466. <MESSAGE value="0123 add api" />
  467. <option name="LAST_COMMIT_MESSAGE" value="0123 add api" />
  468. </component>
  469. <component name="XSLT-Support.FileAssociations.UIState">
  470. <expand />
  471. <select />
  472. </component>
  473. </project>