|
@@ -4,14 +4,28 @@
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
</component>
|
|
</component>
|
|
<component name="ChangeListManager">
|
|
<component name="ChangeListManager">
|
|
- <list default="true" id="5aa6272e-23b4-48f4-9aaa-8caf45810aa0" name="Changes" comment="0410 reflect">
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/Role.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/User.java" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/resources/spring-beans-new.xml" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/main/resources/spring-beans.xml" afterDir="false" />
|
|
|
|
- <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/TestUser.java" afterDir="false" />
|
|
|
|
|
|
+ <list default="true" id="5aa6272e-23b4-48f4-9aaa-8caf45810aa0" name="Changes" comment="0413 spring">
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/google-java-format.xml" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/Auth.java" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/self/BeanDefined.java" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/self/BeanFactory.java" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/self/Test.java" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/self/TestString.java" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/singleton/Singleton1.java" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/singleton/Singleton2.java" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/singleton/Singleton3.java" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/singleton/Singleton4.java" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/singleton/TestSingleton.java" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/resources/spring-singleton.xml" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/TestSingleton.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$/src/main/java/com/sf/Role.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/Role.java" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/resources/spring-beans-new.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/spring-beans-new.xml" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/test/java/com/sf/TestUser.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/com/sf/TestUser.java" 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" />
|
|
@@ -26,8 +40,8 @@
|
|
<component name="FileTemplateManagerImpl">
|
|
<component name="FileTemplateManagerImpl">
|
|
<option name="RECENT_TEMPLATES">
|
|
<option name="RECENT_TEMPLATES">
|
|
<list>
|
|
<list>
|
|
- <option value="Spring Xml File" />
|
|
|
|
<option value="Spring File" />
|
|
<option value="Spring File" />
|
|
|
|
+ <option value="Spring Xml File" />
|
|
<option value="Class" />
|
|
<option value="Class" />
|
|
</list>
|
|
</list>
|
|
</option>
|
|
</option>
|
|
@@ -49,14 +63,19 @@
|
|
"keyToString": {
|
|
"keyToString": {
|
|
"Application.Main.executor": "Run",
|
|
"Application.Main.executor": "Run",
|
|
"Application.StaticInterview.executor": "Run",
|
|
"Application.StaticInterview.executor": "Run",
|
|
|
|
+ "Application.Test.executor": "Run",
|
|
"Application.TestCollection (1).executor": "Run",
|
|
"Application.TestCollection (1).executor": "Run",
|
|
"Application.TestCollection (2).executor": "Run",
|
|
"Application.TestCollection (2).executor": "Run",
|
|
"Application.TestCollection.executor": "Run",
|
|
"Application.TestCollection.executor": "Run",
|
|
"Application.TestMath.executor": "Run",
|
|
"Application.TestMath.executor": "Run",
|
|
"Application.TestReflect.executor": "Run",
|
|
"Application.TestReflect.executor": "Run",
|
|
|
|
+ "Application.TestSingleton.executor": "Run",
|
|
|
|
+ "Application.TestString.executor": "Run",
|
|
"Application.TestStringIntern.executor": "Run",
|
|
"Application.TestStringIntern.executor": "Run",
|
|
"Application.TestUser.executor": "Run",
|
|
"Application.TestUser.executor": "Run",
|
|
"Application.TestUserByHCB.executor": "Run",
|
|
"Application.TestUserByHCB.executor": "Run",
|
|
|
|
+ "JUnit.TestSingleton.test.executor": "Run",
|
|
|
|
+ "JUnit.TestSingleton.testLife.executor": "Run",
|
|
"JUnit.TestUser.executor": "Run",
|
|
"JUnit.TestUser.executor": "Run",
|
|
"JUnit.TestUser.test.executor": "Run",
|
|
"JUnit.TestUser.test.executor": "Run",
|
|
"JUnit.TestUser.testNew.executor": "Run",
|
|
"JUnit.TestUser.testNew.executor": "Run",
|
|
@@ -66,7 +85,7 @@
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
"git-widget-placeholder": "master",
|
|
"git-widget-placeholder": "master",
|
|
"kotlin-language-version-configured": "true",
|
|
"kotlin-language-version-configured": "true",
|
|
- "last_opened_file_path": "/Users/Qing/IdeaProjects/SiFu/VIP31/spring-demo/src/main/resources",
|
|
|
|
|
|
+ "last_opened_file_path": "/Users/Qing/IdeaProjects/SiFu/VIP31/spring-demo",
|
|
"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)",
|
|
@@ -75,7 +94,7 @@
|
|
"project.structure.last.edited": "Project",
|
|
"project.structure.last.edited": "Project",
|
|
"project.structure.proportion": "0.1809181",
|
|
"project.structure.proportion": "0.1809181",
|
|
"project.structure.side.proportion": "0.22295515",
|
|
"project.structure.side.proportion": "0.22295515",
|
|
- "settings.editor.selected.configurable": "preferences.keymap",
|
|
|
|
|
|
+ "settings.editor.selected.configurable": "fileTemplates",
|
|
"vue.rearranger.settings.migration": "true"
|
|
"vue.rearranger.settings.migration": "true"
|
|
}
|
|
}
|
|
}]]></component>
|
|
}]]></component>
|
|
@@ -84,13 +103,13 @@
|
|
<recent name="$PROJECT_DIR$/src/main/resources" />
|
|
<recent name="$PROJECT_DIR$/src/main/resources" />
|
|
</key>
|
|
</key>
|
|
</component>
|
|
</component>
|
|
- <component name="RunManager" selected="JUnit.TestUser.testNew">
|
|
|
|
- <configuration name="TestCollection" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.javase.TestCollection" />
|
|
|
|
|
|
+ <component name="RunManager" selected="JUnit.TestSingleton.testLife">
|
|
|
|
+ <configuration name="Test" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.self.Test" />
|
|
<module name="spring-demo" />
|
|
<module name="spring-demo" />
|
|
<extension name="coverage">
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<pattern>
|
|
- <option name="PATTERN" value="com.sf.javase.*" />
|
|
|
|
|
|
+ <option name="PATTERN" value="com.sf.self.*" />
|
|
<option name="ENABLED" value="true" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</pattern>
|
|
</extension>
|
|
</extension>
|
|
@@ -111,25 +130,12 @@
|
|
<option name="Make" enabled="true" />
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</method>
|
|
</configuration>
|
|
</configuration>
|
|
- <configuration name="TestUser" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.reflect.TestUser" />
|
|
|
|
- <module name="spring-demo" />
|
|
|
|
- <extension name="coverage">
|
|
|
|
- <pattern>
|
|
|
|
- <option name="PATTERN" value="com.sf.reflect.*" />
|
|
|
|
- <option name="ENABLED" value="true" />
|
|
|
|
- </pattern>
|
|
|
|
- </extension>
|
|
|
|
- <method v="2">
|
|
|
|
- <option name="Make" enabled="true" />
|
|
|
|
- </method>
|
|
|
|
- </configuration>
|
|
|
|
- <configuration name="TestUserByHCB" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.reflect.TestUserByHCB" />
|
|
|
|
|
|
+ <configuration name="TestSingleton" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.singleton.TestSingleton" />
|
|
<module name="spring-demo" />
|
|
<module name="spring-demo" />
|
|
<extension name="coverage">
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<pattern>
|
|
- <option name="PATTERN" value="com.sf.reflect.*" />
|
|
|
|
|
|
+ <option name="PATTERN" value="com.sf.singleton.*" />
|
|
<option name="ENABLED" value="true" />
|
|
<option name="ENABLED" value="true" />
|
|
</pattern>
|
|
</pattern>
|
|
</extension>
|
|
</extension>
|
|
@@ -137,7 +143,7 @@
|
|
<option name="Make" enabled="true" />
|
|
<option name="Make" enabled="true" />
|
|
</method>
|
|
</method>
|
|
</configuration>
|
|
</configuration>
|
|
- <configuration name="TestUser" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
|
|
|
+ <configuration name="TestSingleton.test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
<module name="spring-demo" />
|
|
<module name="spring-demo" />
|
|
<extension name="coverage">
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<pattern>
|
|
@@ -146,13 +152,14 @@
|
|
</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.TestUser" />
|
|
|
|
- <option name="TEST_OBJECT" value="class" />
|
|
|
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.TestSingleton" />
|
|
|
|
+ <option name="METHOD_NAME" value="test" />
|
|
|
|
+ <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="TestUser.test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
|
|
|
+ <configuration name="TestSingleton.testLife" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
<module name="spring-demo" />
|
|
<module name="spring-demo" />
|
|
<extension name="coverage">
|
|
<extension name="coverage">
|
|
<pattern>
|
|
<pattern>
|
|
@@ -161,8 +168,8 @@
|
|
</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.TestUser" />
|
|
|
|
- <option name="METHOD_NAME" value="test" />
|
|
|
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.TestSingleton" />
|
|
|
|
+ <option name="METHOD_NAME" value="testLife" />
|
|
<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" />
|
|
@@ -186,11 +193,11 @@
|
|
</configuration>
|
|
</configuration>
|
|
<recent_temporary>
|
|
<recent_temporary>
|
|
<list>
|
|
<list>
|
|
|
|
+ <item itemvalue="JUnit.TestSingleton.testLife" />
|
|
|
|
+ <item itemvalue="Application.Test" />
|
|
|
|
+ <item itemvalue="JUnit.TestSingleton.test" />
|
|
|
|
+ <item itemvalue="Application.TestSingleton" />
|
|
<item itemvalue="JUnit.TestUser.testNew" />
|
|
<item itemvalue="JUnit.TestUser.testNew" />
|
|
- <item itemvalue="JUnit.TestUser.test" />
|
|
|
|
- <item itemvalue="JUnit.TestUser" />
|
|
|
|
- <item itemvalue="Application.TestUser" />
|
|
|
|
- <item itemvalue="Application.TestUserByHCB" />
|
|
|
|
</list>
|
|
</list>
|
|
</recent_temporary>
|
|
</recent_temporary>
|
|
</component>
|
|
</component>
|
|
@@ -205,7 +212,9 @@
|
|
<workItem from="1712123973520" duration="8552000" />
|
|
<workItem from="1712123973520" duration="8552000" />
|
|
<workItem from="1712726738891" duration="779000" />
|
|
<workItem from="1712726738891" duration="779000" />
|
|
<workItem from="1712732632988" duration="8215000" />
|
|
<workItem from="1712732632988" duration="8215000" />
|
|
- <workItem from="1712972174804" duration="13655000" />
|
|
|
|
|
|
+ <workItem from="1712972174804" duration="14892000" />
|
|
|
|
+ <workItem from="1713086100573" duration="122000" />
|
|
|
|
+ <workItem from="1713332000735" duration="11126000" />
|
|
</task>
|
|
</task>
|
|
<task id="LOCAL-00001" summary="0403 javaSE">
|
|
<task id="LOCAL-00001" summary="0403 javaSE">
|
|
<option name="closed" value="true" />
|
|
<option name="closed" value="true" />
|
|
@@ -231,7 +240,15 @@
|
|
<option name="project" value="LOCAL" />
|
|
<option name="project" value="LOCAL" />
|
|
<updated>1712739686280</updated>
|
|
<updated>1712739686280</updated>
|
|
</task>
|
|
</task>
|
|
- <option name="localTasksCounter" value="4" />
|
|
|
|
|
|
+ <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>
|
|
|
|
+ <option name="localTasksCounter" value="5" />
|
|
<servers />
|
|
<servers />
|
|
</component>
|
|
</component>
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -242,6 +259,7 @@
|
|
<map>
|
|
<map>
|
|
<entry key="105ff90c-1298-45f8-accf-4e56367b1b7b" value="TOOL_WINDOW" />
|
|
<entry key="105ff90c-1298-45f8-accf-4e56367b1b7b" value="TOOL_WINDOW" />
|
|
<entry key="2836cf7e-9804-4f89-86fa-98fe8e7d455e" value="TOOL_WINDOW" />
|
|
<entry key="2836cf7e-9804-4f89-86fa-98fe8e7d455e" value="TOOL_WINDOW" />
|
|
|
|
+ <entry key="51df622a-cec1-408f-a310-c5c053f5c319" value="TOOL_WINDOW" />
|
|
</map>
|
|
</map>
|
|
</option>
|
|
</option>
|
|
<option name="TAB_STATES">
|
|
<option name="TAB_STATES">
|
|
@@ -296,6 +314,31 @@
|
|
</State>
|
|
</State>
|
|
</value>
|
|
</value>
|
|
</entry>
|
|
</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">
|
|
<entry key="MAIN">
|
|
<value>
|
|
<value>
|
|
<State />
|
|
<State />
|
|
@@ -307,7 +350,8 @@
|
|
<component name="VcsManagerConfiguration">
|
|
<component name="VcsManagerConfiguration">
|
|
<MESSAGE value="0403 javaSE" />
|
|
<MESSAGE value="0403 javaSE" />
|
|
<MESSAGE value="0410 reflect" />
|
|
<MESSAGE value="0410 reflect" />
|
|
- <option name="LAST_COMMIT_MESSAGE" value="0410 reflect" />
|
|
|
|
|
|
+ <MESSAGE value="0413 spring" />
|
|
|
|
+ <option name="LAST_COMMIT_MESSAGE" value="0413 spring" />
|
|
</component>
|
|
</component>
|
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
<expand />
|
|
<expand />
|