workspace.xml 19 KB

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