123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- <?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="8c3e0ed0-6141-4ee9-a284-3fa2d43ee5eb" name="Changes" comment="">
- <change afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/aop/AopAspect.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/aop/MathCalculator.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/aop/MathCalculatorImpl.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/dao/AccountDao.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/dao/AccountDaoImpl.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/proxy/ProxyUtils.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/proxy/Secretary.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/proxy/Sign.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/proxy/TBoss.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/service/AccountService.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/service/AccountServiceImpl.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/resources/applicationContext.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/resources/beanAop.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/aop/AopTest.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/proxy/ProxyTest.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/tx/TxTest.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/resources/db.properties" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/db.properties" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/target/classes/db.properties" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/db.properties" 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="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <option value="Interface" />
- <option value="spring-beans.schema" />
- <option value="Class" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/../.." />
- </component>
- <component name="MarkdownSettingsMigration">
- <option name="stateVersion" value="1" />
- </component>
- <component name="ProjectId" id="2SuQIAkYeE9eSXDx5u2UwoI6c6y" />
- <component name="ProjectLevelVcsManager" settingsEditedManually="true">
- <ConfirmationsSetting value="2" id="Add" />
- </component>
- <component name="ProjectViewState">
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent"><![CDATA[{
- "keyToString": {
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "SHARE_PROJECT_CONFIGURATION_FILES": "true",
- "WebServerToolWindowFactoryState": "false",
- "last_opened_file_path": "C:/Users/Lenovo/Desktop/spring1",
- "node.js.detected.package.eslint": "true",
- "node.js.detected.package.tslint": "true",
- "node.js.selected.package.eslint": "(autodetect)",
- "node.js.selected.package.tslint": "(autodetect)",
- "project.structure.last.edited": "Modules",
- "project.structure.proportion": "0.15",
- "project.structure.side.proportion": "0.13333334",
- "settings.editor.selected.configurable": "preferences.fileTypes",
- "vue.rearranger.settings.migration": "true"
- }
- }]]></component>
- <component name="RunManager" selected="JUnit.TxTest.t1">
- <configuration name="AopTest.t1 (1)" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="spring" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.aop.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.sf.aop" />
- <option name="MAIN_CLASS_NAME" value="com.sf.aop.AopTest" />
- <option name="METHOD_NAME" value="t1" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="AopTest.t1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="spring" />
- <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.AopTest" />
- <option name="METHOD_NAME" value="t1" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="ProxyTest.t1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="spring" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.proxy.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.sf.proxy" />
- <option name="MAIN_CLASS_NAME" value="com.sf.proxy.ProxyTest" />
- <option name="METHOD_NAME" value="t1" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="ProxyTest.t2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="spring" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.proxy.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.sf.proxy" />
- <option name="MAIN_CLASS_NAME" value="com.sf.proxy.ProxyTest" />
- <option name="METHOD_NAME" value="t2" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="TxTest.t1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="spring" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.tx.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.sf.tx" />
- <option name="MAIN_CLASS_NAME" value="com.sf.tx.TxTest" />
- <option name="METHOD_NAME" value="t1" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <recent_temporary>
- <list>
- <item itemvalue="JUnit.TxTest.t1" />
- <item itemvalue="JUnit.AopTest.t1 (1)" />
- <item itemvalue="JUnit.ProxyTest.t2" />
- <item itemvalue="JUnit.ProxyTest.t1" />
- <item itemvalue="JUnit.AopTest.t1" />
- </list>
- </recent_temporary>
- </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="8c3e0ed0-6141-4ee9-a284-3fa2d43ee5eb" name="Changes" comment="" />
- <created>1689993904831</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1689993904831</updated>
- <workItem from="1689993906819" duration="63787000" />
- </task>
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- </project>
|