123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="AutoImportSettings">
- <option name="autoReloadType" value="SELECTIVE" />
- </component>
- <component name="ChangeListManager">
- <list default="true" id="5aa6272e-23b4-48f4-9aaa-8caf45810aa0" name="Changes" comment="0427 spring aop">
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/aspect/AopConfig.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/aspect/AudienceAnno.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/jdbc/DruidConfig.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/jdbc/SpringJdbcConfig.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/jdbc/dao/BookDao.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/jdbc/dao/impl/BookDaoImpl.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/jdbc/entity/Book.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/resources/db.properties" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/resources/spring-mysql.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/TestAopConfig.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/TestDruid.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/TestJdbc.java" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
- <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" />
- <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" />
- <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" />
- <change beforePath="$PROJECT_DIR$/src/main/resources/spring-aspect.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/spring-aspect.xml" afterDir="false" />
- <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" />
- </list>
- <option name="SHOW_DIALOG" value="false" />
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
- <option name="LAST_RESOLUTION" value="IGNORE" />
- </component>
- <component name="ChangesViewManager">
- <option name="groupingKeys">
- <option value="directory" />
- </option>
- </component>
- <component name="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <option value="Spring File" />
- <option value="AnnotationType" />
- <option value="Interface" />
- <option value="Properties File" />
- <option value="Spring Xml File" />
- <option value="Kotlin Class" />
- <option value="Class" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
- </component>
- <component name="KubernetesApiPersistence"><![CDATA[{}]]></component>
- <component name="KubernetesApiProvider"><![CDATA[{
- "isMigrated": true
- }]]></component>
- <component name="ProjectColorInfo">{
- "associatedIndex": 1
- }</component>
- <component name="ProjectId" id="2eZtY2aHbAlH73NNbcsXZlSA5aT" />
- <component name="ProjectLevelVcsManager">
- <ConfirmationsSetting value="2" id="Add" />
- </component>
- <component name="ProjectViewState">
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent"><![CDATA[{
- "keyToString": {
- "Application.CglibClient.executor": "Run",
- "Application.CglibDemo (1).executor": "Run",
- "Application.CglibDemo (2).executor": "Run",
- "Application.CglibDemo.executor": "Run",
- "Application.Client.executor": "Run",
- "Application.ComputerFactory.executor": "Run",
- "Application.JdkDemo (1).executor": "Run",
- "Application.JdkDemo (2).executor": "Run",
- "Application.JdkDemo (3).executor": "Run",
- "Application.JdkDemo.executor": "Run",
- "Application.Main.executor": "Run",
- "Application.OtherClient.executor": "Run",
- "Application.OutputFactory.executor": "Run",
- "Application.StaticInterview.executor": "Run",
- "Application.Test.executor": "Run",
- "Application.TestCollection (1).executor": "Run",
- "Application.TestCollection (2).executor": "Run",
- "Application.TestCollection.executor": "Run",
- "Application.TestMath.executor": "Run",
- "Application.TestReflect.executor": "Run",
- "Application.TestSingleton.executor": "Run",
- "Application.TestString.executor": "Run",
- "Application.TestStringIntern.executor": "Run",
- "Application.TestStudent.executor": "Run",
- "Application.TestUser.executor": "Run",
- "Application.TestUserByHCB.executor": "Run",
- "Application.com.sf.factory.Test.executor": "Run",
- "Application.com.sf.proxy.cglib.CglibDemo.executor": "Run",
- "JUnit.TestAnno.executor": "Run",
- "JUnit.TestAnno.test.executor": "Run",
- "JUnit.TestAnno.testAnno.executor": "Run",
- "JUnit.TestAop.test.executor": "Run",
- "JUnit.TestAop.testAdvisor.executor": "Run",
- "JUnit.TestAop.testAop.executor": "Run",
- "JUnit.TestAop.testAspect.executor": "Run",
- "JUnit.TestAopConfig.test.executor": "Run",
- "JUnit.TestAuto.test.executor": "Run",
- "JUnit.TestConfig.test.executor": "Run",
- "JUnit.TestDruid.test.executor": "Run",
- "JUnit.TestFactory.test.executor": "Run",
- "JUnit.TestJdbc.test.executor": "Run",
- "JUnit.TestSingleton.test.executor": "Run",
- "JUnit.TestSingleton.testLife.executor": "Run",
- "JUnit.TestUser.executor": "Run",
- "JUnit.TestUser.test.executor": "Run",
- "JUnit.TestUser.testNew.executor": "Run",
- "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
- "Maven.spring-demo [install].executor": "Run",
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "git-widget-placeholder": "master",
- "kotlin-language-version-configured": "true",
- "last_opened_file_path": "/Users/Qing/IdeaProjects/SiFu/VIP31/spring-demo",
- "node.js.detected.package.eslint": "true",
- "node.js.detected.package.tslint": "true",
- "node.js.selected.package.eslint": "(autodetect)",
- "node.js.selected.package.tslint": "(autodetect)",
- "nodejs_package_manager_path": "npm",
- "project.structure.last.edited": "Project",
- "project.structure.proportion": "0.1809181",
- "project.structure.side.proportion": "0.22295515",
- "settings.editor.selected.configurable": "preferences.pluginManager",
- "vue.rearranger.settings.migration": "true"
- }
- }]]></component>
- <component name="RecentsManager">
- <key name="CopyFile.RECENT_KEYS">
- <recent name="$PROJECT_DIR$/src/main/resources" />
- </key>
- <key name="CopyClassDialog.RECENTS_KEY">
- <recent name="com.sf.aspect" />
- <recent name="com.sf.proxy.cglib" />
- <recent name="com.sf.anno" />
- </key>
- </component>
- <component name="RunManager" selected="JUnit.TestJdbc.test">
- <configuration name="TestAopConfig.test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="spring-demo" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.sf" />
- <option name="MAIN_CLASS_NAME" value="com.sf.TestAopConfig" />
- <option name="METHOD_NAME" value="test" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="TestAop.testAop" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="spring-demo" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.sf" />
- <option name="MAIN_CLASS_NAME" value="com.sf.TestAop" />
- <option name="METHOD_NAME" value="testAop" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="TestAop.testAspect" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="spring-demo" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.sf" />
- <option name="MAIN_CLASS_NAME" value="com.sf.TestAop" />
- <option name="METHOD_NAME" value="testAspect" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="TestDruid.test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="spring-demo" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.sf" />
- <option name="MAIN_CLASS_NAME" value="com.sf.TestDruid" />
- <option name="METHOD_NAME" value="test" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="TestJdbc.test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="spring-demo" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.sf" />
- <option name="MAIN_CLASS_NAME" value="com.sf.TestJdbc" />
- <option name="METHOD_NAME" value="test" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <list>
- <item itemvalue="JUnit.TestAop.testAop" />
- <item itemvalue="JUnit.TestAop.testAspect" />
- <item itemvalue="JUnit.TestAopConfig.test" />
- <item itemvalue="JUnit.TestDruid.test" />
- <item itemvalue="JUnit.TestJdbc.test" />
- </list>
- <recent_temporary>
- <list>
- <item itemvalue="JUnit.TestJdbc.test" />
- <item itemvalue="JUnit.TestDruid.test" />
- <item itemvalue="JUnit.TestAopConfig.test" />
- <item itemvalue="JUnit.TestAop.testAop" />
- <item itemvalue="JUnit.TestAop.testAspect" />
- </list>
- </recent_temporary>
- </component>
- <component name="SharedIndexes">
- <attachedChunks>
- <set>
- <option value="bundled-jdk-9f38398b9061-18abd8497189-intellij.indexing.shared.core-IU-241.14494.240" />
- <option value="bundled-js-predefined-1d06a55b98c1-74d2a5396914-JavaScript-IU-241.14494.240" />
- </set>
- </attachedChunks>
- </component>
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
- <component name="TaskManager">
- <task active="true" id="Default" summary="Default task">
- <changelist id="5aa6272e-23b4-48f4-9aaa-8caf45810aa0" name="Changes" comment="" />
- <created>1712123972326</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1712123972326</updated>
- <workItem from="1712123973520" duration="8552000" />
- <workItem from="1712726738891" duration="779000" />
- <workItem from="1712732632988" duration="8215000" />
- <workItem from="1712972174804" duration="14892000" />
- <workItem from="1713086100573" duration="122000" />
- <workItem from="1713332000735" duration="13027000" />
- <workItem from="1713574818502" duration="20981000" />
- <workItem from="1713936457175" duration="12171000" />
- <workItem from="1714183148490" duration="130000" />
- <workItem from="1714183284857" duration="21532000" />
- </task>
- <task id="LOCAL-00001" summary="0403 javaSE">
- <option name="closed" value="true" />
- <created>1712134844743</created>
- <option name="number" value="00001" />
- <option name="presentableId" value="LOCAL-00001" />
- <option name="project" value="LOCAL" />
- <updated>1712134844743</updated>
- </task>
- <task id="LOCAL-00002" summary="0403 javaSE">
- <option name="closed" value="true" />
- <created>1712726762198</created>
- <option name="number" value="00002" />
- <option name="presentableId" value="LOCAL-00002" />
- <option name="project" value="LOCAL" />
- <updated>1712726762198</updated>
- </task>
- <task id="LOCAL-00003" summary="0410 reflect">
- <option name="closed" value="true" />
- <created>1712739686280</created>
- <option name="number" value="00003" />
- <option name="presentableId" value="LOCAL-00003" />
- <option name="project" value="LOCAL" />
- <updated>1712739686280</updated>
- </task>
- <task id="LOCAL-00004" summary="0413 spring">
- <option name="closed" value="true" />
- <created>1712998863701</created>
- <option name="number" value="00004" />
- <option name="presentableId" value="LOCAL-00004" />
- <option name="project" value="LOCAL" />
- <updated>1712998863701</updated>
- </task>
- <task id="LOCAL-00005" summary="0417 spring">
- <option name="closed" value="true" />
- <created>1713344510906</created>
- <option name="number" value="00005" />
- <option name="presentableId" value="LOCAL-00005" />
- <option name="project" value="LOCAL" />
- <updated>1713344510906</updated>
- </task>
- <task id="LOCAL-00006" summary="0420 spring lifecycle">
- <option name="closed" value="true" />
- <created>1713578306388</created>
- <option name="number" value="00006" />
- <option name="presentableId" value="LOCAL-00006" />
- <option name="project" value="LOCAL" />
- <updated>1713578306388</updated>
- </task>
- <task id="LOCAL-00007" summary="0420 spring ioc">
- <option name="closed" value="true" />
- <created>1713603930646</created>
- <option name="number" value="00007" />
- <option name="presentableId" value="LOCAL-00007" />
- <option name="project" value="LOCAL" />
- <updated>1713603930646</updated>
- </task>
- <task id="LOCAL-00008" summary="0424 spring proxy">
- <option name="closed" value="true" />
- <created>1713949306918</created>
- <option name="number" value="00008" />
- <option name="presentableId" value="LOCAL-00008" />
- <option name="project" value="LOCAL" />
- <updated>1713949306918</updated>
- </task>
- <task id="LOCAL-00009" summary="0427 spring aop">
- <option name="closed" value="true" />
- <created>1714190748841</created>
- <option name="number" value="00009" />
- <option name="presentableId" value="LOCAL-00009" />
- <option name="project" value="LOCAL" />
- <updated>1714190748841</updated>
- </task>
- <option name="localTasksCounter" value="10" />
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="Vcs.Log.Tabs.Properties">
- <option name="OPEN_GENERIC_TABS">
- <map>
- <entry key="105ff90c-1298-45f8-accf-4e56367b1b7b" value="TOOL_WINDOW" />
- <entry key="2836cf7e-9804-4f89-86fa-98fe8e7d455e" value="TOOL_WINDOW" />
- <entry key="51df622a-cec1-408f-a310-c5c053f5c319" value="TOOL_WINDOW" />
- <entry key="d61e4efd-643a-46cf-94bf-069da1b691ba" value="TOOL_WINDOW" />
- </map>
- </option>
- <option name="TAB_STATES">
- <map>
- <entry key="105ff90c-1298-45f8-accf-4e56367b1b7b">
- <value>
- <State>
- <option name="FILTERS">
- <map>
- <entry key="branch">
- <value>
- <list>
- <option value="HEAD" />
- </list>
- </value>
- </entry>
- <entry key="structure">
- <value>
- <list>
- <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIP31/spring-demo" />
- </list>
- </value>
- </entry>
- </map>
- </option>
- <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
- </State>
- </value>
- </entry>
- <entry key="2836cf7e-9804-4f89-86fa-98fe8e7d455e">
- <value>
- <State>
- <option name="FILTERS">
- <map>
- <entry key="branch">
- <value>
- <list>
- <option value="HEAD" />
- </list>
- </value>
- </entry>
- <entry key="structure">
- <value>
- <list>
- <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIP31/spring-demo" />
- </list>
- </value>
- </entry>
- </map>
- </option>
- <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
- </State>
- </value>
- </entry>
- <entry key="51df622a-cec1-408f-a310-c5c053f5c319">
- <value>
- <State>
- <option name="FILTERS">
- <map>
- <entry key="branch">
- <value>
- <list>
- <option value="HEAD" />
- </list>
- </value>
- </entry>
- <entry key="structure">
- <value>
- <list>
- <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIP31/spring-demo" />
- </list>
- </value>
- </entry>
- </map>
- </option>
- <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
- </State>
- </value>
- </entry>
- <entry key="MAIN">
- <value>
- <State />
- </value>
- </entry>
- <entry key="d61e4efd-643a-46cf-94bf-069da1b691ba">
- <value>
- <State>
- <option name="FILTERS">
- <map>
- <entry key="branch">
- <value>
- <list>
- <option value="HEAD" />
- </list>
- </value>
- </entry>
- <entry key="structure">
- <value>
- <list>
- <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIP31/spring-demo" />
- </list>
- </value>
- </entry>
- </map>
- </option>
- <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
- </State>
- </value>
- </entry>
- </map>
- </option>
- </component>
- <component name="VcsManagerConfiguration">
- <MESSAGE value="0403 javaSE" />
- <MESSAGE value="0410 reflect" />
- <MESSAGE value="0413 spring" />
- <MESSAGE value="0417 spring" />
- <MESSAGE value="0420 spring lifecycle" />
- <MESSAGE value="0420 spring ioc" />
- <MESSAGE value="0424 spring proxy" />
- <MESSAGE value="0427 spring aop" />
- <option name="LAST_COMMIT_MESSAGE" value="0427 spring aop" />
- </component>
- <component name="XSLT-Support.FileAssociations.UIState">
- <expand />
- <select />
- </component>
- </project>
|