workspace.xml 13 KB

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