workspace.xml 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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="2dc641fc-1465-479e-874d-97069c194ded" name="Changes" comment="ai项目">
  8. <change afterPath="$PROJECT_DIR$/storlead-ai-api/src/main/java/com/storlead/ai/controller/WebSocketEndpointController.java" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/storlead-ai-api/src/main/java/com/storlead/ai/service/WebSocketService.java" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/storlead-ai-api/src/main/java/com/storlead/ai/websocket/AiChatWebSocketHandler.java" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/storlead-ai-api/src/main/java/com/storlead/ai/websocket/MessageType.java" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/storlead-ai-api/src/main/java/com/storlead/ai/websocket/WebSocketConfig.java" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/storlead-ai-api/src/main/java/com/storlead/ai/websocket/WebSocketConnectionManager.java" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/storlead-ai-api/src/main/java/com/storlead/ai/websocket/WebSocketMessage.java" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/storlead-ai-api/src/main/java/com/storlead/ai/websocket/WebSocketSessionManager.java" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/storlead-ai-api/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/storlead-ai-api/pom.xml" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/storlead-ai-api/src/main/java/com/storlead/ai/core/AiProviderType.java" beforeDir="false" afterPath="$PROJECT_DIR$/storlead-ai-api/src/main/java/com/storlead/ai/core/AiProviderType.java" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/service/impl/OpenAiService.class" beforeDir="false" afterPath="$PROJECT_DIR$/storlead-ai-api/target/classes/com/storlead/ai/service/impl/OpenAiService.class" afterDir="false" />
  20. </list>
  21. <option name="SHOW_DIALOG" value="false" />
  22. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  23. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  24. <option name="LAST_RESOLUTION" value="IGNORE" />
  25. </component>
  26. <component name="FileTemplateManagerImpl">
  27. <option name="RECENT_TEMPLATES">
  28. <list>
  29. <option value="Enum" />
  30. <option value="Class" />
  31. </list>
  32. </option>
  33. </component>
  34. <component name="Git.Settings">
  35. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  36. </component>
  37. <component name="MavenImportPreferences">
  38. <option name="generalSettings">
  39. <MavenGeneralSettings>
  40. <option name="localRepository" value="C:\Users\admin\.m2\storlead.ai.repository" />
  41. <option name="useMavenConfig" value="true" />
  42. </MavenGeneralSettings>
  43. </option>
  44. </component>
  45. <component name="PerforceDirect.Settings">
  46. <option name="ENABLED" value="false" />
  47. </component>
  48. <component name="ProjectId" id="31o2yGnp8VN6gRySo4r3MG99n0s" />
  49. <component name="ProjectViewState">
  50. <option name="showLibraryContents" value="true" />
  51. </component>
  52. <component name="PropertiesComponent">{
  53. &quot;keyToString&quot;: {
  54. &quot;RequestMappingsPanelOrder0&quot;: &quot;0&quot;,
  55. &quot;RequestMappingsPanelOrder1&quot;: &quot;1&quot;,
  56. &quot;RequestMappingsPanelWidth0&quot;: &quot;75&quot;,
  57. &quot;RequestMappingsPanelWidth1&quot;: &quot;75&quot;,
  58. &quot;RunOnceActivity.CodyAccountHistoryMigration&quot;: &quot;true&quot;,
  59. &quot;RunOnceActivity.CodyConvertUrlToCodebaseName&quot;: &quot;true&quot;,
  60. &quot;RunOnceActivity.CodyHistoryLlmMigration&quot;: &quot;true&quot;,
  61. &quot;RunOnceActivity.CodyProjectSettingsMigration&quot;: &quot;true&quot;,
  62. &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
  63. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  64. &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
  65. &quot;jdk.selected.JAVA_MODULE&quot;: &quot;ms-17&quot;,
  66. &quot;last_opened_file_path&quot;: &quot;D:/chenkq-work/git/storlead-ai-platform/storlead-ai-api/src/main/resources&quot;,
  67. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  68. &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
  69. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  70. &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
  71. &quot;project.structure.last.edited&quot;: &quot;Modules&quot;,
  72. &quot;project.structure.proportion&quot;: &quot;0.0&quot;,
  73. &quot;project.structure.side.proportion&quot;: &quot;0.0&quot;,
  74. &quot;settings.editor.selected.configurable&quot;: &quot;MavenSettings&quot;,
  75. &quot;spring.configuration.checksum&quot;: &quot;1259999022d84b755f5d094d936c15a0&quot;,
  76. &quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
  77. }
  78. }</component>
  79. <component name="ReactorSettings">
  80. <option name="notificationShown" value="true" />
  81. </component>
  82. <component name="RecentsManager">
  83. <key name="CopyFile.RECENT_KEYS">
  84. <recent name="D:\chenkq-work\git\storlead-ai-platform\storlead-ai-api\src\main\resources" />
  85. <recent name="D:\chenkq-work\git\storlead-ai-platform" />
  86. </key>
  87. </component>
  88. <component name="RunManager">
  89. <configuration default="true" type="JetRunConfigurationType">
  90. <module name="storlead-ai-platform" />
  91. <method v="2">
  92. <option name="Make" enabled="true" />
  93. </method>
  94. </configuration>
  95. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
  96. <module name="storlead-ai-platform" />
  97. <option name="filePath" />
  98. <method v="2">
  99. <option name="Make" enabled="true" />
  100. </method>
  101. </configuration>
  102. <configuration name="App" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  103. <option name="ALTERNATIVE_JRE_PATH" value="ms-17 (2)" />
  104. <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="true" />
  105. <module name="storlead-ai-api" />
  106. <option name="SPRING_BOOT_MAIN_CLASS" value="com.storlead.ai.AiPlatformApplication" />
  107. <method v="2">
  108. <option name="Make" enabled="true" />
  109. </method>
  110. </configuration>
  111. </component>
  112. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  113. <component name="TaskManager">
  114. <task active="true" id="Default" summary="Default task">
  115. <changelist id="2dc641fc-1465-479e-874d-97069c194ded" name="Changes" comment="" />
  116. <created>1756176357996</created>
  117. <option name="number" value="Default" />
  118. <option name="presentableId" value="Default" />
  119. <updated>1756176357996</updated>
  120. <workItem from="1756176360247" duration="6014000" />
  121. <workItem from="1756347439468" duration="3161000" />
  122. <workItem from="1757642133544" duration="17020000" />
  123. <workItem from="1758250810392" duration="10282000" />
  124. <workItem from="1758505253719" duration="15768000" />
  125. <workItem from="1758591153350" duration="8846000" />
  126. <workItem from="1758780969521" duration="11096000" />
  127. </task>
  128. <task id="LOCAL-00001" summary="ai项目">
  129. <option name="closed" value="true" />
  130. <created>1758276829909</created>
  131. <option name="number" value="00001" />
  132. <option name="presentableId" value="LOCAL-00001" />
  133. <option name="project" value="LOCAL" />
  134. <updated>1758276829909</updated>
  135. </task>
  136. <option name="localTasksCounter" value="2" />
  137. <servers />
  138. </component>
  139. <component name="TypeScriptGeneratedFilesManager">
  140. <option name="version" value="3" />
  141. </component>
  142. <component name="Vcs.Log.Tabs.Properties">
  143. <option name="OPEN_GENERIC_TABS">
  144. <map>
  145. <entry key="acbd7e43-8d6f-44e7-8543-30ca2008e0a7" value="TOOL_WINDOW" />
  146. </map>
  147. </option>
  148. <option name="TAB_STATES">
  149. <map>
  150. <entry key="acbd7e43-8d6f-44e7-8543-30ca2008e0a7">
  151. <value>
  152. <State>
  153. <option name="FILTERS">
  154. <map>
  155. <entry key="branch">
  156. <value>
  157. <list>
  158. <option value="HEAD" />
  159. </list>
  160. </value>
  161. </entry>
  162. <entry key="structure">
  163. <value>
  164. <list>
  165. <option value="dir:D:/chenkq-work/git/storlead-ai-platform/storlead-ai-api/src/main/java/com/storlead/ai/controller" />
  166. </list>
  167. </value>
  168. </entry>
  169. </map>
  170. </option>
  171. <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
  172. </State>
  173. </value>
  174. </entry>
  175. </map>
  176. </option>
  177. </component>
  178. <component name="VcsManagerConfiguration">
  179. <MESSAGE value="ai项目" />
  180. <option name="LAST_COMMIT_MESSAGE" value="ai项目" />
  181. </component>
  182. <component name="XDebuggerManager">
  183. <breakpoint-manager>
  184. <breakpoints>
  185. <line-breakpoint enabled="true" type="java-line">
  186. <url>file://$PROJECT_DIR$/storlead-ai-api/src/main/java/com/storlead/ai/websocket/AiChatWebSocketHandler.java</url>
  187. <line>1</line>
  188. <option name="timeStamp" value="13" />
  189. </line-breakpoint>
  190. </breakpoints>
  191. </breakpoint-manager>
  192. </component>
  193. <component name="XSLT-Support.FileAssociations.UIState">
  194. <expand />
  195. <select />
  196. </component>
  197. </project>