|
@@ -5,27 +5,11 @@
|
|
</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$/.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 afterPath="$PROJECT_DIR$/src/test/java/com/sf/tx/TxTest2.java" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/tx/TxTest3.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/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" />
|
|
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/target/classes/com/sf/service/AccountServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/sf/service/AccountServiceImpl.class" 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" />
|
|
@@ -72,7 +56,7 @@
|
|
"vue.rearranger.settings.migration": "true"
|
|
"vue.rearranger.settings.migration": "true"
|
|
}
|
|
}
|
|
}]]></component>
|
|
}]]></component>
|
|
- <component name="RunManager" selected="JUnit.TxTest.t1">
|
|
|
|
|
|
+ <component name="RunManager" selected="JUnit.TxTest3.t1">
|
|
<configuration name="AopTest.t1 (1)" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
<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">
|
|
@@ -89,49 +73,49 @@
|
|
<option name="Make" enabled="true" />
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</method>
|
|
</configuration>
|
|
</configuration>
|
|
- <configuration name="AopTest.t1" 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.AopTest" />
|
|
|
|
- <option name="METHOD_NAME" value="t1" />
|
|
|
|
|
|
+ <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="ProxyTest.t1" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
|
|
|
+ <configuration name="TxTest2.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.proxy.*" />
|
|
|
|
|
|
+ <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.proxy" />
|
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.proxy.ProxyTest" />
|
|
|
|
|
|
+ <option name="PACKAGE_NAME" value="com.sf.tx" />
|
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.tx.TxTest2" />
|
|
<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="ProxyTest.t2" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
|
|
|
+ <configuration name="TxTest3.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.proxy.*" />
|
|
|
|
|
|
+ <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.proxy" />
|
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.proxy.ProxyTest" />
|
|
|
|
- <option name="METHOD_NAME" value="t2" />
|
|
|
|
|
|
+ <option name="PACKAGE_NAME" value="com.sf.tx" />
|
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.tx.TxTest3" />
|
|
|
|
+ <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" />
|
|
@@ -155,11 +139,11 @@
|
|
</configuration>
|
|
</configuration>
|
|
<recent_temporary>
|
|
<recent_temporary>
|
|
<list>
|
|
<list>
|
|
|
|
+ <item itemvalue="JUnit.TxTest3.t1" />
|
|
|
|
+ <item itemvalue="JUnit.TxTest2.t1" />
|
|
<item itemvalue="JUnit.TxTest.t1" />
|
|
<item itemvalue="JUnit.TxTest.t1" />
|
|
<item itemvalue="JUnit.AopTest.t1 (1)" />
|
|
<item itemvalue="JUnit.AopTest.t1 (1)" />
|
|
<item itemvalue="JUnit.ProxyTest.t2" />
|
|
<item itemvalue="JUnit.ProxyTest.t2" />
|
|
- <item itemvalue="JUnit.ProxyTest.t1" />
|
|
|
|
- <item itemvalue="JUnit.AopTest.t1" />
|
|
|
|
</list>
|
|
</list>
|
|
</recent_temporary>
|
|
</recent_temporary>
|
|
</component>
|
|
</component>
|
|
@@ -171,7 +155,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="63787000" />
|
|
|
|
|
|
+ <workItem from="1689993906819" duration="68491000" />
|
|
</task>
|
|
</task>
|
|
<servers />
|
|
<servers />
|
|
</component>
|
|
</component>
|