workspace.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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="b0956da4-eb9a-4780-9d1b-66040aaba9d1" name="Changes" comment="">
  8. <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  10. </list>
  11. <option name="SHOW_DIALOG" value="false" />
  12. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  13. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  14. <option name="LAST_RESOLUTION" value="IGNORE" />
  15. </component>
  16. <component name="Git.Settings">
  17. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  18. </component>
  19. <component name="ProjectColorInfo"><![CDATA[{
  20. "associatedIndex": 5
  21. }]]></component>
  22. <component name="ProjectId" id="2q6NkbdhZP5rox41A9vpcyTnJA2" />
  23. <component name="ProjectViewState">
  24. <option name="openDirectoriesWithSingleClick" value="true" />
  25. <option name="showLibraryContents" value="true" />
  26. </component>
  27. <component name="PropertiesComponent"><![CDATA[{
  28. "keyToString": {
  29. "RunOnceActivity.ShowReadmeOnStart": "true",
  30. "git-widget-placeholder": "master",
  31. "kotlin-language-version-configured": "true",
  32. "last_opened_file_path": "/Users/wangqi49/Desktop/webchat",
  33. "nodejs_package_manager_path": "npm",
  34. "vue.rearranger.settings.migration": "true"
  35. }
  36. }]]></component>
  37. <component name="RecentsManager">
  38. <key name="CopyFile.RECENT_KEYS">
  39. <recent name="$PROJECT_DIR$" />
  40. </key>
  41. </component>
  42. <component name="RunManager">
  43. <configuration name="WebChatApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  44. <module name="webchat" />
  45. <option name="SPRING_BOOT_MAIN_CLASS" value="com.webchat.WebChatApplication" />
  46. <method v="2">
  47. <option name="Make" enabled="true" />
  48. </method>
  49. </configuration>
  50. </component>
  51. <component name="SharedIndexes">
  52. <attachedChunks>
  53. <set>
  54. <option value="bundled-jdk-9f38398b9061-39b83d9b5494-intellij.indexing.shared.core-IU-241.15989.150" />
  55. <option value="bundled-js-predefined-1d06a55b98c1-91d5c284f522-JavaScript-IU-241.15989.150" />
  56. </set>
  57. </attachedChunks>
  58. </component>
  59. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  60. <component name="TaskManager">
  61. <task active="true" id="Default" summary="Default task">
  62. <changelist id="b0956da4-eb9a-4780-9d1b-66040aaba9d1" name="Changes" comment="" />
  63. <created>1733979208104</created>
  64. <option name="number" value="Default" />
  65. <option name="presentableId" value="Default" />
  66. <updated>1733979208104</updated>
  67. <workItem from="1733979209139" duration="85000" />
  68. </task>
  69. <servers />
  70. </component>
  71. <component name="TypeScriptGeneratedFilesManager">
  72. <option name="version" value="3" />
  73. </component>
  74. </project>