workspace.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="5aa6272e-23b4-48f4-9aaa-8caf45810aa0" name="Changes" comment="0427 spring aop">
  8. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/aspect/AopConfig.java" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/aspect/AudienceAnno.java" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/jdbc/DruidConfig.java" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/jdbc/SpringJdbcConfig.java" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/jdbc/dao/BookDao.java" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/jdbc/dao/impl/BookDaoImpl.java" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/jdbc/entity/Book.java" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/src/main/resources/db.properties" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/src/main/resources/spring-mysql.xml" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/TestAopConfig.java" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/TestDruid.java" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/TestJdbc.java" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/aspect/Audience.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/aspect/Audience.java" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/aspect/CrossTalk.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/aspect/CrossTalk.java" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/aspect/Performance.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/aspect/Performance.java" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/src/main/resources/spring-aspect.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/spring-aspect.xml" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/src/test/java/com/sf/TestAop.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/com/sf/TestAop.java" afterDir="false" />
  27. </list>
  28. <option name="SHOW_DIALOG" value="false" />
  29. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  30. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  31. <option name="LAST_RESOLUTION" value="IGNORE" />
  32. </component>
  33. <component name="ChangesViewManager">
  34. <option name="groupingKeys">
  35. <option value="directory" />
  36. </option>
  37. </component>
  38. <component name="FileTemplateManagerImpl">
  39. <option name="RECENT_TEMPLATES">
  40. <list>
  41. <option value="Spring File" />
  42. <option value="AnnotationType" />
  43. <option value="Interface" />
  44. <option value="Properties File" />
  45. <option value="Spring Xml File" />
  46. <option value="Kotlin Class" />
  47. <option value="Class" />
  48. </list>
  49. </option>
  50. </component>
  51. <component name="Git.Settings">
  52. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  53. </component>
  54. <component name="KubernetesApiPersistence"><![CDATA[{}]]></component>
  55. <component name="KubernetesApiProvider"><![CDATA[{
  56. "isMigrated": true
  57. }]]></component>
  58. <component name="ProjectColorInfo">{
  59. &quot;associatedIndex&quot;: 1
  60. }</component>
  61. <component name="ProjectId" id="2eZtY2aHbAlH73NNbcsXZlSA5aT" />
  62. <component name="ProjectLevelVcsManager">
  63. <ConfirmationsSetting value="2" id="Add" />
  64. </component>
  65. <component name="ProjectViewState">
  66. <option name="showLibraryContents" value="true" />
  67. </component>
  68. <component name="PropertiesComponent"><![CDATA[{
  69. "keyToString": {
  70. "Application.CglibClient.executor": "Run",
  71. "Application.CglibDemo (1).executor": "Run",
  72. "Application.CglibDemo (2).executor": "Run",
  73. "Application.CglibDemo.executor": "Run",
  74. "Application.Client.executor": "Run",
  75. "Application.ComputerFactory.executor": "Run",
  76. "Application.JdkDemo (1).executor": "Run",
  77. "Application.JdkDemo (2).executor": "Run",
  78. "Application.JdkDemo (3).executor": "Run",
  79. "Application.JdkDemo.executor": "Run",
  80. "Application.Main.executor": "Run",
  81. "Application.OtherClient.executor": "Run",
  82. "Application.OutputFactory.executor": "Run",
  83. "Application.StaticInterview.executor": "Run",
  84. "Application.Test.executor": "Run",
  85. "Application.TestCollection (1).executor": "Run",
  86. "Application.TestCollection (2).executor": "Run",
  87. "Application.TestCollection.executor": "Run",
  88. "Application.TestMath.executor": "Run",
  89. "Application.TestReflect.executor": "Run",
  90. "Application.TestSingleton.executor": "Run",
  91. "Application.TestString.executor": "Run",
  92. "Application.TestStringIntern.executor": "Run",
  93. "Application.TestStudent.executor": "Run",
  94. "Application.TestUser.executor": "Run",
  95. "Application.TestUserByHCB.executor": "Run",
  96. "Application.com.sf.factory.Test.executor": "Run",
  97. "Application.com.sf.proxy.cglib.CglibDemo.executor": "Run",
  98. "JUnit.TestAnno.executor": "Run",
  99. "JUnit.TestAnno.test.executor": "Run",
  100. "JUnit.TestAnno.testAnno.executor": "Run",
  101. "JUnit.TestAop.test.executor": "Run",
  102. "JUnit.TestAop.testAdvisor.executor": "Run",
  103. "JUnit.TestAop.testAop.executor": "Run",
  104. "JUnit.TestAop.testAspect.executor": "Run",
  105. "JUnit.TestAopConfig.test.executor": "Run",
  106. "JUnit.TestAuto.test.executor": "Run",
  107. "JUnit.TestConfig.test.executor": "Run",
  108. "JUnit.TestDruid.test.executor": "Run",
  109. "JUnit.TestFactory.test.executor": "Run",
  110. "JUnit.TestJdbc.test.executor": "Run",
  111. "JUnit.TestSingleton.test.executor": "Run",
  112. "JUnit.TestSingleton.testLife.executor": "Run",
  113. "JUnit.TestUser.executor": "Run",
  114. "JUnit.TestUser.test.executor": "Run",
  115. "JUnit.TestUser.testNew.executor": "Run",
  116. "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
  117. "Maven.spring-demo [install].executor": "Run",
  118. "RunOnceActivity.OpenProjectViewOnStart": "true",
  119. "RunOnceActivity.ShowReadmeOnStart": "true",
  120. "git-widget-placeholder": "master",
  121. "kotlin-language-version-configured": "true",
  122. "last_opened_file_path": "/Users/Qing/IdeaProjects/SiFu/VIP31/spring-demo",
  123. "node.js.detected.package.eslint": "true",
  124. "node.js.detected.package.tslint": "true",
  125. "node.js.selected.package.eslint": "(autodetect)",
  126. "node.js.selected.package.tslint": "(autodetect)",
  127. "nodejs_package_manager_path": "npm",
  128. "project.structure.last.edited": "Project",
  129. "project.structure.proportion": "0.1809181",
  130. "project.structure.side.proportion": "0.22295515",
  131. "settings.editor.selected.configurable": "preferences.pluginManager",
  132. "vue.rearranger.settings.migration": "true"
  133. }
  134. }]]></component>
  135. <component name="RecentsManager">
  136. <key name="CopyFile.RECENT_KEYS">
  137. <recent name="$PROJECT_DIR$/src/main/resources" />
  138. </key>
  139. <key name="CopyClassDialog.RECENTS_KEY">
  140. <recent name="com.sf.aspect" />
  141. <recent name="com.sf.proxy.cglib" />
  142. <recent name="com.sf.anno" />
  143. </key>
  144. </component>
  145. <component name="RunManager" selected="JUnit.TestJdbc.test">
  146. <configuration name="TestAopConfig.test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  147. <module name="spring-demo" />
  148. <extension name="coverage">
  149. <pattern>
  150. <option name="PATTERN" value="com.sf.*" />
  151. <option name="ENABLED" value="true" />
  152. </pattern>
  153. </extension>
  154. <option name="PACKAGE_NAME" value="com.sf" />
  155. <option name="MAIN_CLASS_NAME" value="com.sf.TestAopConfig" />
  156. <option name="METHOD_NAME" value="test" />
  157. <option name="TEST_OBJECT" value="method" />
  158. <method v="2">
  159. <option name="Make" enabled="true" />
  160. </method>
  161. </configuration>
  162. <configuration name="TestAop.testAop" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  163. <module name="spring-demo" />
  164. <extension name="coverage">
  165. <pattern>
  166. <option name="PATTERN" value="com.sf.*" />
  167. <option name="ENABLED" value="true" />
  168. </pattern>
  169. </extension>
  170. <option name="PACKAGE_NAME" value="com.sf" />
  171. <option name="MAIN_CLASS_NAME" value="com.sf.TestAop" />
  172. <option name="METHOD_NAME" value="testAop" />
  173. <option name="TEST_OBJECT" value="method" />
  174. <method v="2">
  175. <option name="Make" enabled="true" />
  176. </method>
  177. </configuration>
  178. <configuration name="TestAop.testAspect" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  179. <module name="spring-demo" />
  180. <extension name="coverage">
  181. <pattern>
  182. <option name="PATTERN" value="com.sf.*" />
  183. <option name="ENABLED" value="true" />
  184. </pattern>
  185. </extension>
  186. <option name="PACKAGE_NAME" value="com.sf" />
  187. <option name="MAIN_CLASS_NAME" value="com.sf.TestAop" />
  188. <option name="METHOD_NAME" value="testAspect" />
  189. <option name="TEST_OBJECT" value="method" />
  190. <method v="2">
  191. <option name="Make" enabled="true" />
  192. </method>
  193. </configuration>
  194. <configuration name="TestDruid.test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  195. <module name="spring-demo" />
  196. <extension name="coverage">
  197. <pattern>
  198. <option name="PATTERN" value="com.sf.*" />
  199. <option name="ENABLED" value="true" />
  200. </pattern>
  201. </extension>
  202. <option name="PACKAGE_NAME" value="com.sf" />
  203. <option name="MAIN_CLASS_NAME" value="com.sf.TestDruid" />
  204. <option name="METHOD_NAME" value="test" />
  205. <option name="TEST_OBJECT" value="method" />
  206. <method v="2">
  207. <option name="Make" enabled="true" />
  208. </method>
  209. </configuration>
  210. <configuration name="TestJdbc.test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  211. <module name="spring-demo" />
  212. <extension name="coverage">
  213. <pattern>
  214. <option name="PATTERN" value="com.sf.*" />
  215. <option name="ENABLED" value="true" />
  216. </pattern>
  217. </extension>
  218. <option name="PACKAGE_NAME" value="com.sf" />
  219. <option name="MAIN_CLASS_NAME" value="com.sf.TestJdbc" />
  220. <option name="METHOD_NAME" value="test" />
  221. <option name="TEST_OBJECT" value="method" />
  222. <method v="2">
  223. <option name="Make" enabled="true" />
  224. </method>
  225. </configuration>
  226. <list>
  227. <item itemvalue="JUnit.TestAop.testAop" />
  228. <item itemvalue="JUnit.TestAop.testAspect" />
  229. <item itemvalue="JUnit.TestAopConfig.test" />
  230. <item itemvalue="JUnit.TestDruid.test" />
  231. <item itemvalue="JUnit.TestJdbc.test" />
  232. </list>
  233. <recent_temporary>
  234. <list>
  235. <item itemvalue="JUnit.TestJdbc.test" />
  236. <item itemvalue="JUnit.TestDruid.test" />
  237. <item itemvalue="JUnit.TestAopConfig.test" />
  238. <item itemvalue="JUnit.TestAop.testAop" />
  239. <item itemvalue="JUnit.TestAop.testAspect" />
  240. </list>
  241. </recent_temporary>
  242. </component>
  243. <component name="SharedIndexes">
  244. <attachedChunks>
  245. <set>
  246. <option value="bundled-jdk-9f38398b9061-18abd8497189-intellij.indexing.shared.core-IU-241.14494.240" />
  247. <option value="bundled-js-predefined-1d06a55b98c1-74d2a5396914-JavaScript-IU-241.14494.240" />
  248. </set>
  249. </attachedChunks>
  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="5aa6272e-23b4-48f4-9aaa-8caf45810aa0" name="Changes" comment="" />
  255. <created>1712123972326</created>
  256. <option name="number" value="Default" />
  257. <option name="presentableId" value="Default" />
  258. <updated>1712123972326</updated>
  259. <workItem from="1712123973520" duration="8552000" />
  260. <workItem from="1712726738891" duration="779000" />
  261. <workItem from="1712732632988" duration="8215000" />
  262. <workItem from="1712972174804" duration="14892000" />
  263. <workItem from="1713086100573" duration="122000" />
  264. <workItem from="1713332000735" duration="13027000" />
  265. <workItem from="1713574818502" duration="20981000" />
  266. <workItem from="1713936457175" duration="12171000" />
  267. <workItem from="1714183148490" duration="130000" />
  268. <workItem from="1714183284857" duration="21532000" />
  269. </task>
  270. <task id="LOCAL-00001" summary="0403 javaSE">
  271. <option name="closed" value="true" />
  272. <created>1712134844743</created>
  273. <option name="number" value="00001" />
  274. <option name="presentableId" value="LOCAL-00001" />
  275. <option name="project" value="LOCAL" />
  276. <updated>1712134844743</updated>
  277. </task>
  278. <task id="LOCAL-00002" summary="0403 javaSE">
  279. <option name="closed" value="true" />
  280. <created>1712726762198</created>
  281. <option name="number" value="00002" />
  282. <option name="presentableId" value="LOCAL-00002" />
  283. <option name="project" value="LOCAL" />
  284. <updated>1712726762198</updated>
  285. </task>
  286. <task id="LOCAL-00003" summary="0410 reflect">
  287. <option name="closed" value="true" />
  288. <created>1712739686280</created>
  289. <option name="number" value="00003" />
  290. <option name="presentableId" value="LOCAL-00003" />
  291. <option name="project" value="LOCAL" />
  292. <updated>1712739686280</updated>
  293. </task>
  294. <task id="LOCAL-00004" summary="0413 spring">
  295. <option name="closed" value="true" />
  296. <created>1712998863701</created>
  297. <option name="number" value="00004" />
  298. <option name="presentableId" value="LOCAL-00004" />
  299. <option name="project" value="LOCAL" />
  300. <updated>1712998863701</updated>
  301. </task>
  302. <task id="LOCAL-00005" summary="0417 spring">
  303. <option name="closed" value="true" />
  304. <created>1713344510906</created>
  305. <option name="number" value="00005" />
  306. <option name="presentableId" value="LOCAL-00005" />
  307. <option name="project" value="LOCAL" />
  308. <updated>1713344510906</updated>
  309. </task>
  310. <task id="LOCAL-00006" summary="0420 spring lifecycle">
  311. <option name="closed" value="true" />
  312. <created>1713578306388</created>
  313. <option name="number" value="00006" />
  314. <option name="presentableId" value="LOCAL-00006" />
  315. <option name="project" value="LOCAL" />
  316. <updated>1713578306388</updated>
  317. </task>
  318. <task id="LOCAL-00007" summary="0420 spring ioc">
  319. <option name="closed" value="true" />
  320. <created>1713603930646</created>
  321. <option name="number" value="00007" />
  322. <option name="presentableId" value="LOCAL-00007" />
  323. <option name="project" value="LOCAL" />
  324. <updated>1713603930646</updated>
  325. </task>
  326. <task id="LOCAL-00008" summary="0424 spring proxy">
  327. <option name="closed" value="true" />
  328. <created>1713949306918</created>
  329. <option name="number" value="00008" />
  330. <option name="presentableId" value="LOCAL-00008" />
  331. <option name="project" value="LOCAL" />
  332. <updated>1713949306918</updated>
  333. </task>
  334. <task id="LOCAL-00009" summary="0427 spring aop">
  335. <option name="closed" value="true" />
  336. <created>1714190748841</created>
  337. <option name="number" value="00009" />
  338. <option name="presentableId" value="LOCAL-00009" />
  339. <option name="project" value="LOCAL" />
  340. <updated>1714190748841</updated>
  341. </task>
  342. <option name="localTasksCounter" value="10" />
  343. <servers />
  344. </component>
  345. <component name="TypeScriptGeneratedFilesManager">
  346. <option name="version" value="3" />
  347. </component>
  348. <component name="Vcs.Log.Tabs.Properties">
  349. <option name="OPEN_GENERIC_TABS">
  350. <map>
  351. <entry key="105ff90c-1298-45f8-accf-4e56367b1b7b" value="TOOL_WINDOW" />
  352. <entry key="2836cf7e-9804-4f89-86fa-98fe8e7d455e" value="TOOL_WINDOW" />
  353. <entry key="51df622a-cec1-408f-a310-c5c053f5c319" value="TOOL_WINDOW" />
  354. <entry key="d61e4efd-643a-46cf-94bf-069da1b691ba" value="TOOL_WINDOW" />
  355. </map>
  356. </option>
  357. <option name="TAB_STATES">
  358. <map>
  359. <entry key="105ff90c-1298-45f8-accf-4e56367b1b7b">
  360. <value>
  361. <State>
  362. <option name="FILTERS">
  363. <map>
  364. <entry key="branch">
  365. <value>
  366. <list>
  367. <option value="HEAD" />
  368. </list>
  369. </value>
  370. </entry>
  371. <entry key="structure">
  372. <value>
  373. <list>
  374. <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIP31/spring-demo" />
  375. </list>
  376. </value>
  377. </entry>
  378. </map>
  379. </option>
  380. <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
  381. </State>
  382. </value>
  383. </entry>
  384. <entry key="2836cf7e-9804-4f89-86fa-98fe8e7d455e">
  385. <value>
  386. <State>
  387. <option name="FILTERS">
  388. <map>
  389. <entry key="branch">
  390. <value>
  391. <list>
  392. <option value="HEAD" />
  393. </list>
  394. </value>
  395. </entry>
  396. <entry key="structure">
  397. <value>
  398. <list>
  399. <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIP31/spring-demo" />
  400. </list>
  401. </value>
  402. </entry>
  403. </map>
  404. </option>
  405. <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
  406. </State>
  407. </value>
  408. </entry>
  409. <entry key="51df622a-cec1-408f-a310-c5c053f5c319">
  410. <value>
  411. <State>
  412. <option name="FILTERS">
  413. <map>
  414. <entry key="branch">
  415. <value>
  416. <list>
  417. <option value="HEAD" />
  418. </list>
  419. </value>
  420. </entry>
  421. <entry key="structure">
  422. <value>
  423. <list>
  424. <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIP31/spring-demo" />
  425. </list>
  426. </value>
  427. </entry>
  428. </map>
  429. </option>
  430. <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
  431. </State>
  432. </value>
  433. </entry>
  434. <entry key="MAIN">
  435. <value>
  436. <State />
  437. </value>
  438. </entry>
  439. <entry key="d61e4efd-643a-46cf-94bf-069da1b691ba">
  440. <value>
  441. <State>
  442. <option name="FILTERS">
  443. <map>
  444. <entry key="branch">
  445. <value>
  446. <list>
  447. <option value="HEAD" />
  448. </list>
  449. </value>
  450. </entry>
  451. <entry key="structure">
  452. <value>
  453. <list>
  454. <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIP31/spring-demo" />
  455. </list>
  456. </value>
  457. </entry>
  458. </map>
  459. </option>
  460. <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
  461. </State>
  462. </value>
  463. </entry>
  464. </map>
  465. </option>
  466. </component>
  467. <component name="VcsManagerConfiguration">
  468. <MESSAGE value="0403 javaSE" />
  469. <MESSAGE value="0410 reflect" />
  470. <MESSAGE value="0413 spring" />
  471. <MESSAGE value="0417 spring" />
  472. <MESSAGE value="0420 spring lifecycle" />
  473. <MESSAGE value="0420 spring ioc" />
  474. <MESSAGE value="0424 spring proxy" />
  475. <MESSAGE value="0427 spring aop" />
  476. <option name="LAST_COMMIT_MESSAGE" value="0427 spring aop" />
  477. </component>
  478. <component name="XSLT-Support.FileAssociations.UIState">
  479. <expand />
  480. <select />
  481. </component>
  482. </project>