|
@@ -4,13 +4,14 @@
|
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
|
</component>
|
|
|
<component name="ChangeListManager">
|
|
|
- <list default="true" id="5aa6272e-23b4-48f4-9aaa-8caf45810aa0" name="Changes" comment="0403 javaSE">
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/Main.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/javase/Main.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/StaticInterview.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/javase/StaticInterview.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/TestCollection.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/javase/TestCollection.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/TestMath.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/javase/TestMath.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/TestString.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/javase/TestString.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/TestStringIntern.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/javase/TestStringIntern.java" afterDir="false" />
|
|
|
+ <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" />
|
|
|
+ <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" />
|
|
|
</list>
|
|
|
<option name="SHOW_DIALOG" value="false" />
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -25,6 +26,8 @@
|
|
|
<component name="FileTemplateManagerImpl">
|
|
|
<option name="RECENT_TEMPLATES">
|
|
|
<list>
|
|
|
+ <option value="Spring Xml File" />
|
|
|
+ <option value="Spring File" />
|
|
|
<option value="Class" />
|
|
|
</list>
|
|
|
</option>
|
|
@@ -42,36 +45,52 @@
|
|
|
<component name="ProjectViewState">
|
|
|
<option name="showLibraryContents" value="true" />
|
|
|
</component>
|
|
|
- <component name="PropertiesComponent">{
|
|
|
- "keyToString": {
|
|
|
- "Application.Main.executor": "Run",
|
|
|
- "Application.StaticInterview.executor": "Run",
|
|
|
- "Application.TestCollection (1).executor": "Run",
|
|
|
- "Application.TestCollection (2).executor": "Run",
|
|
|
- "Application.TestCollection.executor": "Run",
|
|
|
- "Application.TestMath.executor": "Run",
|
|
|
- "Application.TestStringIntern.executor": "Run",
|
|
|
- "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
|
|
|
- "RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
|
- "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
- "git-widget-placeholder": "master",
|
|
|
- "kotlin-language-version-configured": "true",
|
|
|
- "node.js.detected.package.eslint": "true",
|
|
|
- "node.js.detected.package.tslint": "true",
|
|
|
- "node.js.selected.package.eslint": "(autodetect)",
|
|
|
- "node.js.selected.package.tslint": "(autodetect)",
|
|
|
- "nodejs_package_manager_path": "npm",
|
|
|
- "settings.editor.selected.configurable": "MavenSettings",
|
|
|
- "vue.rearranger.settings.migration": "true"
|
|
|
+ <component name="PropertiesComponent"><![CDATA[{
|
|
|
+ "keyToString": {
|
|
|
+ "Application.Main.executor": "Run",
|
|
|
+ "Application.StaticInterview.executor": "Run",
|
|
|
+ "Application.TestCollection (1).executor": "Run",
|
|
|
+ "Application.TestCollection (2).executor": "Run",
|
|
|
+ "Application.TestCollection.executor": "Run",
|
|
|
+ "Application.TestMath.executor": "Run",
|
|
|
+ "Application.TestReflect.executor": "Run",
|
|
|
+ "Application.TestStringIntern.executor": "Run",
|
|
|
+ "Application.TestUser.executor": "Run",
|
|
|
+ "Application.TestUserByHCB.executor": "Run",
|
|
|
+ "JUnit.TestUser.executor": "Run",
|
|
|
+ "JUnit.TestUser.test.executor": "Run",
|
|
|
+ "JUnit.TestUser.testNew.executor": "Run",
|
|
|
+ "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
|
|
|
+ "Maven.spring-demo [install].executor": "Run",
|
|
|
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
|
+ "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
+ "git-widget-placeholder": "master",
|
|
|
+ "kotlin-language-version-configured": "true",
|
|
|
+ "last_opened_file_path": "/Users/Qing/IdeaProjects/SiFu/VIP31/spring-demo/src/main/resources",
|
|
|
+ "node.js.detected.package.eslint": "true",
|
|
|
+ "node.js.detected.package.tslint": "true",
|
|
|
+ "node.js.selected.package.eslint": "(autodetect)",
|
|
|
+ "node.js.selected.package.tslint": "(autodetect)",
|
|
|
+ "nodejs_package_manager_path": "npm",
|
|
|
+ "project.structure.last.edited": "Project",
|
|
|
+ "project.structure.proportion": "0.1809181",
|
|
|
+ "project.structure.side.proportion": "0.22295515",
|
|
|
+ "settings.editor.selected.configurable": "preferences.keymap",
|
|
|
+ "vue.rearranger.settings.migration": "true"
|
|
|
}
|
|
|
-}</component>
|
|
|
- <component name="RunManager" selected="Application.TestCollection">
|
|
|
- <configuration name="TestCollection (1)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.TestCollection" />
|
|
|
+}]]></component>
|
|
|
+ <component name="RecentsManager">
|
|
|
+ <key name="CopyFile.RECENT_KEYS">
|
|
|
+ <recent name="$PROJECT_DIR$/src/main/resources" />
|
|
|
+ </key>
|
|
|
+ </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" />
|
|
|
<module name="spring-demo" />
|
|
|
<extension name="coverage">
|
|
|
<pattern>
|
|
|
- <option name="PATTERN" value="com.sf.*" />
|
|
|
+ <option name="PATTERN" value="com.sf.javase.*" />
|
|
|
<option name="ENABLED" value="true" />
|
|
|
</pattern>
|
|
|
</extension>
|
|
@@ -92,12 +111,12 @@
|
|
|
<option name="Make" enabled="true" />
|
|
|
</method>
|
|
|
</configuration>
|
|
|
- <configuration name="TestCollection" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.javase.TestCollection" />
|
|
|
+ <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.javase.*" />
|
|
|
+ <option name="PATTERN" value="com.sf.reflect.*" />
|
|
|
<option name="ENABLED" value="true" />
|
|
|
</pattern>
|
|
|
</extension>
|
|
@@ -105,12 +124,12 @@
|
|
|
<option name="Make" enabled="true" />
|
|
|
</method>
|
|
|
</configuration>
|
|
|
- <configuration name="TestCollection" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.javase.TestCollection" />
|
|
|
+ <configuration name="TestUserByHCB" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.reflect.TestUserByHCB" />
|
|
|
<module name="spring-demo" />
|
|
|
<extension name="coverage">
|
|
|
<pattern>
|
|
|
- <option name="PATTERN" value="com.sf.javase.*" />
|
|
|
+ <option name="PATTERN" value="com.sf.reflect.*" />
|
|
|
<option name="ENABLED" value="true" />
|
|
|
</pattern>
|
|
|
</extension>
|
|
@@ -118,38 +137,60 @@
|
|
|
<option name="Make" enabled="true" />
|
|
|
</method>
|
|
|
</configuration>
|
|
|
- <configuration name="TestMath" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.javase.TestMath" />
|
|
|
+ <configuration name="TestUser" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
<module name="spring-demo" />
|
|
|
<extension name="coverage">
|
|
|
<pattern>
|
|
|
- <option name="PATTERN" value="com.sf.javase.*" />
|
|
|
+ <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.TestUser" />
|
|
|
+ <option name="TEST_OBJECT" value="class" />
|
|
|
<method v="2">
|
|
|
<option name="Make" enabled="true" />
|
|
|
</method>
|
|
|
</configuration>
|
|
|
- <configuration name="TestStringIntern" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
|
- <option name="MAIN_CLASS_NAME" value="com.sf.javase.TestStringIntern" />
|
|
|
+ <configuration name="TestUser.test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
<module name="spring-demo" />
|
|
|
<extension name="coverage">
|
|
|
<pattern>
|
|
|
- <option name="PATTERN" value="com.sf.javase.*" />
|
|
|
+ <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.TestUser" />
|
|
|
+ <option name="METHOD_NAME" value="test" />
|
|
|
+ <option name="TEST_OBJECT" value="method" />
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <configuration name="TestUser.testNew" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="spring-demo" />
|
|
|
+ <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.TestUser" />
|
|
|
+ <option name="METHOD_NAME" value="testNew" />
|
|
|
+ <option name="TEST_OBJECT" value="method" />
|
|
|
<method v="2">
|
|
|
<option name="Make" enabled="true" />
|
|
|
</method>
|
|
|
</configuration>
|
|
|
<recent_temporary>
|
|
|
<list>
|
|
|
- <item itemvalue="Application.TestCollection (1)" />
|
|
|
- <item itemvalue="Application.TestCollection" />
|
|
|
- <item itemvalue="Application.TestMath" />
|
|
|
- <item itemvalue="Application.TestStringIntern" />
|
|
|
+ <item itemvalue="JUnit.TestUser.testNew" />
|
|
|
+ <item itemvalue="JUnit.TestUser.test" />
|
|
|
+ <item itemvalue="JUnit.TestUser" />
|
|
|
+ <item itemvalue="Application.TestUser" />
|
|
|
+ <item itemvalue="Application.TestUserByHCB" />
|
|
|
</list>
|
|
|
</recent_temporary>
|
|
|
</component>
|
|
@@ -162,6 +203,9 @@
|
|
|
<option name="presentableId" value="Default" />
|
|
|
<updated>1712123972326</updated>
|
|
|
<workItem from="1712123973520" duration="8552000" />
|
|
|
+ <workItem from="1712726738891" duration="779000" />
|
|
|
+ <workItem from="1712732632988" duration="8215000" />
|
|
|
+ <workItem from="1712972174804" duration="13655000" />
|
|
|
</task>
|
|
|
<task id="LOCAL-00001" summary="0403 javaSE">
|
|
|
<option name="closed" value="true" />
|
|
@@ -171,14 +215,102 @@
|
|
|
<option name="project" value="LOCAL" />
|
|
|
<updated>1712134844743</updated>
|
|
|
</task>
|
|
|
- <option name="localTasksCounter" value="2" />
|
|
|
+ <task id="LOCAL-00002" summary="0403 javaSE">
|
|
|
+ <option name="closed" value="true" />
|
|
|
+ <created>1712726762198</created>
|
|
|
+ <option name="number" value="00002" />
|
|
|
+ <option name="presentableId" value="LOCAL-00002" />
|
|
|
+ <option name="project" value="LOCAL" />
|
|
|
+ <updated>1712726762198</updated>
|
|
|
+ </task>
|
|
|
+ <task id="LOCAL-00003" summary="0410 reflect">
|
|
|
+ <option name="closed" value="true" />
|
|
|
+ <created>1712739686280</created>
|
|
|
+ <option name="number" value="00003" />
|
|
|
+ <option name="presentableId" value="LOCAL-00003" />
|
|
|
+ <option name="project" value="LOCAL" />
|
|
|
+ <updated>1712739686280</updated>
|
|
|
+ </task>
|
|
|
+ <option name="localTasksCounter" value="4" />
|
|
|
<servers />
|
|
|
</component>
|
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
|
<option name="version" value="3" />
|
|
|
</component>
|
|
|
+ <component name="Vcs.Log.Tabs.Properties">
|
|
|
+ <option name="OPEN_GENERIC_TABS">
|
|
|
+ <map>
|
|
|
+ <entry key="105ff90c-1298-45f8-accf-4e56367b1b7b" value="TOOL_WINDOW" />
|
|
|
+ <entry key="2836cf7e-9804-4f89-86fa-98fe8e7d455e" value="TOOL_WINDOW" />
|
|
|
+ </map>
|
|
|
+ </option>
|
|
|
+ <option name="TAB_STATES">
|
|
|
+ <map>
|
|
|
+ <entry key="105ff90c-1298-45f8-accf-4e56367b1b7b">
|
|
|
+ <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="2836cf7e-9804-4f89-86fa-98fe8e7d455e">
|
|
|
+ <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">
|
|
|
+ <value>
|
|
|
+ <State />
|
|
|
+ </value>
|
|
|
+ </entry>
|
|
|
+ </map>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
<component name="VcsManagerConfiguration">
|
|
|
<MESSAGE value="0403 javaSE" />
|
|
|
- <option name="LAST_COMMIT_MESSAGE" value="0403 javaSE" />
|
|
|
+ <MESSAGE value="0410 reflect" />
|
|
|
+ <option name="LAST_COMMIT_MESSAGE" value="0410 reflect" />
|
|
|
+ </component>
|
|
|
+ <component name="XSLT-Support.FileAssociations.UIState">
|
|
|
+ <expand />
|
|
|
+ <select />
|
|
|
</component>
|
|
|
</project>
|