123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- <?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="5aa6272e-23b4-48f4-9aaa-8caf45810aa0" name="Changes" comment="">
- <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/Main.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/StaticInterview.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/TestCollection.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/TestMath.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/TestString.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/TestStringIntern.java" 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="Class" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
- </component>
- <component name="ProjectColorInfo"><![CDATA[{
- "associatedIndex": 1
- }]]></component>
- <component name="ProjectId" id="2eZtY2aHbAlH73NNbcsXZlSA5aT" />
- <component name="ProjectLevelVcsManager">
- <ConfirmationsSetting value="2" id="Add" />
- </component>
- <component name="ProjectViewState">
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent"><![CDATA[{
- "keyToString": {
- "Application.Main.executor": "Run",
- "Application.StaticInterview.executor": "Run",
- "Application.TestCollection (1).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>
- <component name="RunManager" selected="Application.TestCollection (2)">
- <configuration name="TestCollection (1)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
- <option name="MAIN_CLASS_NAME" value="com.sf.TestCollection" />
- <module name="spring-demo" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="TestCollection (2)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
- <option name="MAIN_CLASS_NAME" value="com.sf.TestCollection" />
- <module name="spring-demo" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <method v="2">
- <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.TestCollection" />
- <module name="spring-demo" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <method v="2">
- <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.TestMath" />
- <module name="spring-demo" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <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.TestStringIntern" />
- <module name="spring-demo" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <recent_temporary>
- <list>
- <item itemvalue="Application.TestCollection (2)" />
- <item itemvalue="Application.TestCollection (1)" />
- <item itemvalue="Application.TestCollection" />
- <item itemvalue="Application.TestMath" />
- <item itemvalue="Application.TestStringIntern" />
- </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="5aa6272e-23b4-48f4-9aaa-8caf45810aa0" name="Changes" comment="" />
- <created>1712123972326</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1712123972326</updated>
- <workItem from="1712123973520" duration="6752000" />
- </task>
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- </project>
|