You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

325 lines
16 KiB

9 months ago
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="f0bedaf3-8875-46fb-a3dc-46b7e7b1dbd0" name="Default Changelist" comment="" />
<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="CodeStyleSettingsInfer">
<option name="done" value="true" />
</component>
<component name="DatabaseView">
<option name="SHOW_INTERMEDIATE" value="true" />
<option name="GROUP_DATA_SOURCES" value="true" />
<option name="GROUP_SCHEMA" value="true" />
<option name="GROUP_CONTENTS" value="false" />
<option name="SORT_POSITIONED" value="false" />
<option name="SHOW_EMPTY_GROUPS" value="false" />
<option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
<option name="HIDDEN_KINDS">
<set />
</option>
<expand />
<select />
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Arquillian JUnit Test Class" />
<option value="Interface" />
<option value="spring-beans.schema" />
<option value="Class" />
</list>
</option>
</component>
<component name="MavenImportPreferences">
<option name="generalSettings">
<MavenGeneralSettings>
<option name="localRepository" value="D:\java-application\Tools\maven_repository" />
<option name="mavenHome" value="D:/java-application/Tools/apache-maven-3.6.3-bin/apache-maven-3.6.3" />
<option name="userSettingsFile" value="D:\java-application\Tools\apache-maven-3.6.3-bin\apache-maven-3.6.3\conf\settings.xml" />
</MavenGeneralSettings>
</option>
</component>
<component name="ProjectCodeStyleSettingsMigration">
<option name="version" value="1" />
</component>
<component name="ProjectId" id="2ZlJtgoTJuftNi00v8rUsc6UusV" />
<component name="ProjectViewState">
<option name="flattenPackages" value="true" />
<option name="foldersAlwaysOnTop" value="false" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrary" value="Arquillian JUnit4" />
<property name="com.intellij.testIntegration.createTest.CreateTestDialog.defaultLibrarySuperClass.Arquillian JUnit4" value="" />
<property name="jdk.selected.JAVA_MODULE" value="1.8" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/spring_tx_01/src/main/resources" />
<property name="node.js.detected.package.eslint" value="true" />
<property name="node.js.detected.package.tslint" value="true" />
<property name="node.js.path.for.package.eslint" value="project" />
<property name="node.js.path.for.package.tslint" value="project" />
<property name="node.js.selected.package.eslint" value="(autodetect)" />
<property name="node.js.selected.package.tslint" value="(autodetect)" />
<property name="project.structure.last.edited" value="Modules" />
<property name="project.structure.proportion" value="0.15527344" />
<property name="project.structure.side.proportion" value="0.2" />
<property name="settings.editor.selected.configurable" value="editor.preferences.import" />
</component>
<component name="RecentsManager">
<key name="CreateTestDialog.RecentsKey">
<recent name="" />
</key>
<key name="CreateClassDialog.RecentsKey">
<recent name="com.zhangzeyuan.dao" />
<recent name="com.zhangzeyuan.bean" />
</key>
<key name="CopyClassDialog.RECENTS_KEY">
<recent name="com.zhangzeyuan.test" />
<recent name="com.zhangzeyuan.aspect" />
<recent name="com.zhangzeyuan.dao" />
<recent name="com.zhangzeyuan.dao.impl" />
</key>
<key name="CreateTestDialog.Recents.Supers">
<recent name="" />
</key>
<key name="CopyFile.RECENT_KEYS">
<recent name="D:\ideaWork\spring_all\spring_tx_01\src\main\resources" />
<recent name="D:\ideaWork\spring_all\spring_jdbctemplate_01\src\main\resources" />
<recent name="D:\ideaWork\spring_all\spring_aop_01\src\main\java\com\zhangzeyuan" />
<recent name="D:\ideaWork\spring_all\spring_aop_01\src\test\java" />
<recent name="D:\ideaWork\spring_all\spring_ioc_01\src\main\resources" />
</key>
</component>
<component name="RunManager" selected="JUnit.Test1.test1 (1)">
<configuration name="CGLIBProxy" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="com.zhangzeyuan.proxy.CGLIBProxy" />
<module name="spring_aop_01" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.zhangzeyuan.proxy.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="DynamicProxy" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="com.zhangzeyuan.proxy.DynamicProxy" />
<module name="spring_aop_01" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.zhangzeyuan.proxy.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Test1" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
<option name="MAIN_CLASS_NAME" value="com.zhangzeyuan.test.Test1" />
<module name="spring_jdbctemplate_01" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.zhangzeyuan.test.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Test1.test1 (1)" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="spring_tx_01" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.zhangzeyuan.test.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="com.zhangzeyuan.test" />
<option name="MAIN_CLASS_NAME" value="com.zhangzeyuan.test.Test1" />
<option name="METHOD_NAME" value="test1" />
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="Test1.test1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
<module name="spring_aop_01" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.zhangzeyuan.aspect.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<option name="PACKAGE_NAME" value="com.zhangzeyuan.aspect" />
<option name="MAIN_CLASS_NAME" value="com.zhangzeyuan.aspect.Test1" />
<option name="METHOD_NAME" value="test1" />
<option name="TEST_OBJECT" value="method" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<recent_temporary>
<list>
<item itemvalue="JUnit.Test1.test1 (1)" />
<item itemvalue="Application.Test1" />
<item itemvalue="JUnit.Test1.test1" />
<item itemvalue="Application.CGLIBProxy" />
<item itemvalue="Application.DynamicProxy" />
</list>
</recent_temporary>
</component>
<component name="ServiceViewManager">
<option name="viewStates">
<list>
<serviceView>
<treeState>
<expand />
<select />
</treeState>
</serviceView>
</list>
</option>
</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="f0bedaf3-8875-46fb-a3dc-46b7e7b1dbd0" name="Default Changelist" comment="" />
<created>1702990948518</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1702990948518</updated>
<workItem from="1702990949789" duration="13000" />
<workItem from="1702990967285" duration="5191000" />
<workItem from="1703038159863" duration="12349000" />
<workItem from="1703059314990" duration="11394000" />
<workItem from="1703086911742" duration="92000" />
<workItem from="1703125889256" duration="1461000" />
<workItem from="1703127765244" duration="8010000" />
<workItem from="1703161416334" duration="525000" />
<workItem from="1703163429373" duration="4842000" />
<workItem from="1703215400791" duration="8885000" />
<workItem from="1703227784944" duration="1223000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="1" />
</component>
<component name="WindowStateProjectService">
<state x="361" y="45" width="1049" height="771" key="#Intentions" timestamp="1703077801701">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state x="361" y="45" width="1049" height="771" key="#Intentions/0.0.1536.816@0.0.1536.816" timestamp="1703077801701" />
<state x="361" y="70" key="#Project_Structure" timestamp="1703216457776">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state x="361" y="70" key="#Project_Structure/0.0.1536.816@0.0.1536.816" timestamp="1703216457776" />
<state x="574" y="117" key="#com.intellij.ide.util.MemberChooser" timestamp="1703218033843">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state x="574" y="117" key="#com.intellij.ide.util.MemberChooser/0.0.1536.816@0.0.1536.816" timestamp="1703218033843" />
<state x="391" y="90" key="#com.intellij.ide.util.frameworkSupport.AddFrameworkSupportDialog" timestamp="1703215598514">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state x="391" y="90" key="#com.intellij.ide.util.frameworkSupport.AddFrameworkSupportDialog/0.0.1536.816@0.0.1536.816" timestamp="1703215598514" />
<state x="472" y="161" key="#com.intellij.refactoring.memberPushDown.PushDownDialog" timestamp="1703044493064">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state x="472" y="161" key="#com.intellij.refactoring.memberPushDown.PushDownDialog/0.0.1536.816@0.0.1536.816" timestamp="1703044493064" />
<state x="553" y="275" width="429" height="271" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes" timestamp="1703077325663">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state x="553" y="275" width="429" height="271" key="#com.intellij.refactoring.move.moveClassesOrPackages.MoveClassesOrPackagesDialog.classes/0.0.1536.816@0.0.1536.816" timestamp="1703077325663" />
<state x="560" y="174" key="FileChooserDialogImpl" timestamp="1703128795361">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state x="560" y="174" key="FileChooserDialogImpl/0.0.1536.816@0.0.1536.816" timestamp="1703128795361" />
<state width="1493" height="73" key="GridCell.Tab.0.bottom" timestamp="1703227731518">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state width="1493" height="73" key="GridCell.Tab.0.bottom/0.0.1536.816@0.0.1536.816" timestamp="1703227731518" />
<state width="1493" height="73" key="GridCell.Tab.0.center" timestamp="1703227731518">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state width="1493" height="73" key="GridCell.Tab.0.center/0.0.1536.816@0.0.1536.816" timestamp="1703227731518" />
<state width="1493" height="73" key="GridCell.Tab.0.left" timestamp="1703227731518">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state width="1493" height="73" key="GridCell.Tab.0.left/0.0.1536.816@0.0.1536.816" timestamp="1703227731518" />
<state width="1493" height="73" key="GridCell.Tab.0.right" timestamp="1703227731518">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state width="1493" height="73" key="GridCell.Tab.0.right/0.0.1536.816@0.0.1536.816" timestamp="1703227731518" />
<state width="1493" height="283" key="GridCell.Tab.1.bottom" timestamp="1703059265121">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state width="1493" height="283" key="GridCell.Tab.1.bottom/0.0.1536.816@0.0.1536.816" timestamp="1703059265121" />
<state width="1493" height="283" key="GridCell.Tab.1.center" timestamp="1703059265121">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state width="1493" height="283" key="GridCell.Tab.1.center/0.0.1536.816@0.0.1536.816" timestamp="1703059265121" />
<state width="1493" height="283" key="GridCell.Tab.1.left" timestamp="1703059265121">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state width="1493" height="283" key="GridCell.Tab.1.left/0.0.1536.816@0.0.1536.816" timestamp="1703059265121" />
<state width="1493" height="283" key="GridCell.Tab.1.right" timestamp="1703059265121">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state width="1493" height="283" key="GridCell.Tab.1.right/0.0.1536.816@0.0.1536.816" timestamp="1703059265121" />
<state x="283" y="21" width="992" height="789" key="SettingsEditor" timestamp="1703164285064">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state x="283" y="21" width="992" height="789" key="SettingsEditor/0.0.1536.816@0.0.1536.816" timestamp="1703164285064" />
<state x="540" y="127" key="com.intellij.testIntegration.createTest.CreateTestDialog" timestamp="1703083319949">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state x="540" y="127" key="com.intellij.testIntegration.createTest.CreateTestDialog/0.0.1536.816@0.0.1536.816" timestamp="1703083319949" />
<state x="178" y="136" key="new project wizard" timestamp="1703227718914">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state x="178" y="136" key="new project wizard/0.0.1536.816@0.0.1536.816" timestamp="1703227718914" />
<state x="425" y="185" key="run.anything.popup" timestamp="1703225547184">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state x="425" y="185" key="run.anything.popup/0.0.1536.816@0.0.1536.816" timestamp="1703225547184" />
<state x="431" y="137" width="672" height="678" key="search.everywhere.popup" timestamp="1703165382239">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state x="431" y="137" width="672" height="678" key="search.everywhere.popup/0.0.1536.816@0.0.1536.816" timestamp="1703165382239" />
<state x="449" y="101" key="spring file set editor" timestamp="1703163922899">
<screen x="0" y="0" width="1536" height="816" />
</state>
<state x="449" y="101" key="spring file set editor/0.0.1536.816@0.0.1536.816" timestamp="1703163922899" />
</component>
<component name="XDebuggerManager">
<breakpoint-manager>
<breakpoints>
<line-breakpoint enabled="true" type="java-line">
<url>file://$PROJECT_DIR$/spring_ioc_01/src/test/java/Test01.java</url>
<line>52</line>
<option name="timeStamp" value="3" />
</line-breakpoint>
<line-breakpoint enabled="true" type="java-method">
<url>file://$PROJECT_DIR$/spring_ioc_02/src/test/java/Test01.java</url>
<line>30</line>
<properties class="Test01" method="test3">
<option name="EMULATED" value="true" />
</properties>
<option name="timeStamp" value="5" />
</line-breakpoint>
</breakpoints>
</breakpoint-manager>
</component>
</project>