|
@@ -5,28 +5,27 @@
|
|
</component>
|
|
</component>
|
|
<component name="ChangeListManager">
|
|
<component name="ChangeListManager">
|
|
<list default="true" id="8c3e0ed0-6141-4ee9-a284-3fa2d43ee5eb" name="Changes" comment="">
|
|
<list default="true" id="8c3e0ed0-6141-4ee9-a284-3fa2d43ee5eb" name="Changes" comment="">
|
|
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/entity/Student.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/entity/User2.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/factory/FactoryUser.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/factory/InstanceFactory.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/factory/StaticFactory.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/processor/ABeanPostProcessor.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/resources/bean5.xml" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/resources/bean6.xml" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/resources/bean7.xml" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/resources/db.properties" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/AppTest2.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/AppTest3.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/AppTest4.java" afterDir="false" />
|
|
|
|
|
|
+ <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$/.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$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/entity/Order.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/entity/Order.java" afterDir="false" />
|
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/entity/User.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/entity/User.java" afterDir="false" />
|
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/resources/bean.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/bean.xml" afterDir="false" />
|
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/bean.xml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/bean.xml" afterDir="false" />
|
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/com/sf/entity/Order.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/sf/entity/Order.class" afterDir="false" />
|
|
|
|
- <change beforePath="$PROJECT_DIR$/target/classes/com/sf/entity/User.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/sf/entity/User.class" afterDir="false" />
|
|
|
|
- <change beforePath="$PROJECT_DIR$/target/test-classes/com/sf/AppTest.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/test-classes/com/sf/AppTest.class" 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>
|
|
</list>
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -36,6 +35,7 @@
|
|
<component name="FileTemplateManagerImpl">
|
|
<component name="FileTemplateManagerImpl">
|
|
<option name="RECENT_TEMPLATES">
|
|
<option name="RECENT_TEMPLATES">
|
|
<list>
|
|
<list>
|
|
|
|
+ <option value="Interface" />
|
|
<option value="spring-beans.schema" />
|
|
<option value="spring-beans.schema" />
|
|
<option value="Class" />
|
|
<option value="Class" />
|
|
</list>
|
|
</list>
|
|
@@ -60,6 +60,7 @@
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
|
"WebServerToolWindowFactoryState": "false",
|
|
"WebServerToolWindowFactoryState": "false",
|
|
|
|
+ "last_opened_file_path": "C:/Users/Lenovo/Desktop/spring1",
|
|
"node.js.detected.package.eslint": "true",
|
|
"node.js.detected.package.eslint": "true",
|
|
"node.js.detected.package.tslint": "true",
|
|
"node.js.detected.package.tslint": "true",
|
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
@@ -71,24 +72,24 @@
|
|
"vue.rearranger.settings.migration": "true"
|
|
"vue.rearranger.settings.migration": "true"
|
|
}
|
|
}
|
|
}]]></component>
|
|
}]]></component>
|
|
- <component name="RunManager" selected="JUnit.AppTest4.t1">
|
|
|
|
- <configuration name="AppTest3.t1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
|
|
|
+ <component name="RunManager" selected="JUnit.TxTest.t1">
|
|
|
|
+ <configuration name="AopTest.t1 (1)" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
<module name="spring" />
|
|
<module name="spring" />
|
|
<extension name="coverage">
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<pattern>
|
|
- <option name="PATTERN" value="com.sf.*" />
|
|
|
|
|
|
+ <option name="PATTERN" value="com.sf.aop.*" />
|
|
<option name="ENABLED" value="true" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</pattern>
|
|
</extension>
|
|
</extension>
|
|
- <option name="PACKAGE_NAME" value="com.sf" />
|
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.AppTest3" />
|
|
|
|
|
|
+ <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="METHOD_NAME" value="t1" />
|
|
<option name="TEST_OBJECT" value="method" />
|
|
<option name="TEST_OBJECT" value="method" />
|
|
<method v="2">
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</method>
|
|
</configuration>
|
|
</configuration>
|
|
- <configuration name="AppTest3.t2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
|
|
|
+ <configuration name="AopTest.t1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
<module name="spring" />
|
|
<module name="spring" />
|
|
<extension name="coverage">
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<pattern>
|
|
@@ -97,55 +98,55 @@
|
|
</pattern>
|
|
</pattern>
|
|
</extension>
|
|
</extension>
|
|
<option name="PACKAGE_NAME" value="com.sf" />
|
|
<option name="PACKAGE_NAME" value="com.sf" />
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.AppTest3" />
|
|
|
|
- <option name="METHOD_NAME" value="t2" />
|
|
|
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.AopTest" />
|
|
|
|
+ <option name="METHOD_NAME" value="t1" />
|
|
<option name="TEST_OBJECT" value="method" />
|
|
<option name="TEST_OBJECT" value="method" />
|
|
<method v="2">
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</method>
|
|
</configuration>
|
|
</configuration>
|
|
- <configuration name="AppTest3.t3" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
|
|
|
+ <configuration name="ProxyTest.t1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
<module name="spring" />
|
|
<module name="spring" />
|
|
<extension name="coverage">
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<pattern>
|
|
- <option name="PATTERN" value="com.sf.*" />
|
|
|
|
|
|
+ <option name="PATTERN" value="com.sf.proxy.*" />
|
|
<option name="ENABLED" value="true" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</pattern>
|
|
</extension>
|
|
</extension>
|
|
- <option name="PACKAGE_NAME" value="com.sf" />
|
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.AppTest3" />
|
|
|
|
- <option name="METHOD_NAME" value="t3" />
|
|
|
|
|
|
+ <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" />
|
|
<option name="TEST_OBJECT" value="method" />
|
|
<method v="2">
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</method>
|
|
</configuration>
|
|
</configuration>
|
|
- <configuration name="AppTest3.t4" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
|
|
|
+ <configuration name="ProxyTest.t2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
<module name="spring" />
|
|
<module name="spring" />
|
|
<extension name="coverage">
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<pattern>
|
|
- <option name="PATTERN" value="com.sf.*" />
|
|
|
|
|
|
+ <option name="PATTERN" value="com.sf.proxy.*" />
|
|
<option name="ENABLED" value="true" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</pattern>
|
|
</extension>
|
|
</extension>
|
|
- <option name="PACKAGE_NAME" value="com.sf" />
|
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.AppTest3" />
|
|
|
|
- <option name="METHOD_NAME" value="t4" />
|
|
|
|
|
|
+ <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" />
|
|
<option name="TEST_OBJECT" value="method" />
|
|
<method v="2">
|
|
<method v="2">
|
|
<option name="Make" enabled="true" />
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</method>
|
|
</configuration>
|
|
</configuration>
|
|
- <configuration name="AppTest4.t1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
|
|
|
+ <configuration name="TxTest.t1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
<module name="spring" />
|
|
<module name="spring" />
|
|
<extension name="coverage">
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<pattern>
|
|
- <option name="PATTERN" value="com.sf.*" />
|
|
|
|
|
|
+ <option name="PATTERN" value="com.sf.tx.*" />
|
|
<option name="ENABLED" value="true" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</pattern>
|
|
</extension>
|
|
</extension>
|
|
- <option name="PACKAGE_NAME" value="com.sf" />
|
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.AppTest4" />
|
|
|
|
|
|
+ <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="METHOD_NAME" value="t1" />
|
|
<option name="TEST_OBJECT" value="method" />
|
|
<option name="TEST_OBJECT" value="method" />
|
|
<method v="2">
|
|
<method v="2">
|
|
@@ -154,11 +155,11 @@
|
|
</configuration>
|
|
</configuration>
|
|
<recent_temporary>
|
|
<recent_temporary>
|
|
<list>
|
|
<list>
|
|
- <item itemvalue="JUnit.AppTest4.t1" />
|
|
|
|
- <item itemvalue="JUnit.AppTest3.t4" />
|
|
|
|
- <item itemvalue="JUnit.AppTest3.t3" />
|
|
|
|
- <item itemvalue="JUnit.AppTest3.t2" />
|
|
|
|
- <item itemvalue="JUnit.AppTest3.t1" />
|
|
|
|
|
|
+ <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>
|
|
</list>
|
|
</recent_temporary>
|
|
</recent_temporary>
|
|
</component>
|
|
</component>
|
|
@@ -170,7 +171,7 @@
|
|
<option name="number" value="Default" />
|
|
<option name="number" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<option name="presentableId" value="Default" />
|
|
<updated>1689993904831</updated>
|
|
<updated>1689993904831</updated>
|
|
- <workItem from="1689993906819" duration="38359000" />
|
|
|
|
|
|
+ <workItem from="1689993906819" duration="63787000" />
|
|
</task>
|
|
</task>
|
|
<servers />
|
|
<servers />
|
|
</component>
|
|
</component>
|