workspace.xml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="5aa6272e-23b4-48f4-9aaa-8caf45810aa0" name="Changes" comment="">
  8. <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/Main.java" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/StaticInterview.java" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/TestCollection.java" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/TestMath.java" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/TestString.java" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/TestStringIntern.java" afterDir="false" />
  18. </list>
  19. <option name="SHOW_DIALOG" value="false" />
  20. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  21. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  22. <option name="LAST_RESOLUTION" value="IGNORE" />
  23. </component>
  24. <component name="FileTemplateManagerImpl">
  25. <option name="RECENT_TEMPLATES">
  26. <list>
  27. <option value="Class" />
  28. </list>
  29. </option>
  30. </component>
  31. <component name="Git.Settings">
  32. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  33. </component>
  34. <component name="ProjectColorInfo"><![CDATA[{
  35. "associatedIndex": 1
  36. }]]></component>
  37. <component name="ProjectId" id="2eZtY2aHbAlH73NNbcsXZlSA5aT" />
  38. <component name="ProjectLevelVcsManager">
  39. <ConfirmationsSetting value="2" id="Add" />
  40. </component>
  41. <component name="ProjectViewState">
  42. <option name="showLibraryContents" value="true" />
  43. </component>
  44. <component name="PropertiesComponent"><![CDATA[{
  45. "keyToString": {
  46. "Application.Main.executor": "Run",
  47. "Application.StaticInterview.executor": "Run",
  48. "Application.TestCollection (1).executor": "Run",
  49. "Application.TestCollection.executor": "Run",
  50. "Application.TestMath.executor": "Run",
  51. "Application.TestStringIntern.executor": "Run",
  52. "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
  53. "RunOnceActivity.OpenProjectViewOnStart": "true",
  54. "RunOnceActivity.ShowReadmeOnStart": "true",
  55. "git-widget-placeholder": "master",
  56. "kotlin-language-version-configured": "true",
  57. "node.js.detected.package.eslint": "true",
  58. "node.js.detected.package.tslint": "true",
  59. "node.js.selected.package.eslint": "(autodetect)",
  60. "node.js.selected.package.tslint": "(autodetect)",
  61. "nodejs_package_manager_path": "npm",
  62. "settings.editor.selected.configurable": "MavenSettings",
  63. "vue.rearranger.settings.migration": "true"
  64. }
  65. }]]></component>
  66. <component name="RunManager" selected="Application.TestCollection (2)">
  67. <configuration name="TestCollection (1)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  68. <option name="MAIN_CLASS_NAME" value="com.sf.TestCollection" />
  69. <module name="spring-demo" />
  70. <extension name="coverage">
  71. <pattern>
  72. <option name="PATTERN" value="com.sf.*" />
  73. <option name="ENABLED" value="true" />
  74. </pattern>
  75. </extension>
  76. <method v="2">
  77. <option name="Make" enabled="true" />
  78. </method>
  79. </configuration>
  80. <configuration name="TestCollection (2)" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  81. <option name="MAIN_CLASS_NAME" value="com.sf.TestCollection" />
  82. <module name="spring-demo" />
  83. <extension name="coverage">
  84. <pattern>
  85. <option name="PATTERN" value="com.sf.*" />
  86. <option name="ENABLED" value="true" />
  87. </pattern>
  88. </extension>
  89. <method v="2">
  90. <option name="Make" enabled="true" />
  91. </method>
  92. </configuration>
  93. <configuration name="TestCollection" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  94. <option name="MAIN_CLASS_NAME" value="com.sf.TestCollection" />
  95. <module name="spring-demo" />
  96. <extension name="coverage">
  97. <pattern>
  98. <option name="PATTERN" value="com.sf.*" />
  99. <option name="ENABLED" value="true" />
  100. </pattern>
  101. </extension>
  102. <method v="2">
  103. <option name="Make" enabled="true" />
  104. </method>
  105. </configuration>
  106. <configuration name="TestMath" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  107. <option name="MAIN_CLASS_NAME" value="com.sf.TestMath" />
  108. <module name="spring-demo" />
  109. <extension name="coverage">
  110. <pattern>
  111. <option name="PATTERN" value="com.sf.*" />
  112. <option name="ENABLED" value="true" />
  113. </pattern>
  114. </extension>
  115. <method v="2">
  116. <option name="Make" enabled="true" />
  117. </method>
  118. </configuration>
  119. <configuration name="TestStringIntern" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  120. <option name="MAIN_CLASS_NAME" value="com.sf.TestStringIntern" />
  121. <module name="spring-demo" />
  122. <extension name="coverage">
  123. <pattern>
  124. <option name="PATTERN" value="com.sf.*" />
  125. <option name="ENABLED" value="true" />
  126. </pattern>
  127. </extension>
  128. <method v="2">
  129. <option name="Make" enabled="true" />
  130. </method>
  131. </configuration>
  132. <recent_temporary>
  133. <list>
  134. <item itemvalue="Application.TestCollection (2)" />
  135. <item itemvalue="Application.TestCollection (1)" />
  136. <item itemvalue="Application.TestCollection" />
  137. <item itemvalue="Application.TestMath" />
  138. <item itemvalue="Application.TestStringIntern" />
  139. </list>
  140. </recent_temporary>
  141. </component>
  142. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  143. <component name="TaskManager">
  144. <task active="true" id="Default" summary="Default task">
  145. <changelist id="5aa6272e-23b4-48f4-9aaa-8caf45810aa0" name="Changes" comment="" />
  146. <created>1712123972326</created>
  147. <option name="number" value="Default" />
  148. <option name="presentableId" value="Default" />
  149. <updated>1712123972326</updated>
  150. <workItem from="1712123973520" duration="6752000" />
  151. </task>
  152. <servers />
  153. </component>
  154. <component name="TypeScriptGeneratedFilesManager">
  155. <option name="version" value="3" />
  156. </component>
  157. </project>