ai-manus/.idea/workspace.xml

426 lines
32 KiB
XML

<?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="e154df99-7110-436b-8d6d-6f9500ad8711" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/controller/MenuController.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/entity/menu/DTOmenu.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/entity/menu/Menu.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/mapper/opengauss/MenuMapper.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/service/MenuService.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/brichat/service/impl/MenuServiceImpl.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/chat-server/src/main/resources/com/bjtds/brichat/mapper/opengauss/MenuMapper.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/ApifoxUploaderProjectSetting.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/ApifoxUploaderProjectSetting.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/dbnavigator.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dbnavigator.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/jarRepositories.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/jarRepositories.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/chat-client/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/package-lock.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/chat-client/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/package.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/chat-client/src/api/menuManagement.ts" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/src/api/menuManagement.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/chat-client/src/config/dify.config.js" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/src/config/dify.config.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/chat-client/src/views/chatweb/components/ChatBox.vue" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/src/views/chatweb/components/ChatBox.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/chat-client/src/views/datasets/components/DocumentList.vue" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/src/views/datasets/components/DocumentList.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/chat-client/src/views/permission/menuManage/components/MenuManagementEdit.vue" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/src/views/permission/menuManage/components/MenuManagementEdit.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/chat-client/src/views/permission/menuManage/components/access.vue" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/src/views/permission/menuManage/components/access.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/chat-client/src/views/permission/menuManage/components/edit.vue" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/src/views/permission/menuManage/components/edit.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/chat-client/src/views/permission/menuManage/index.vue" beforeDir="false" afterPath="$PROJECT_DIR$/chat-client/src/views/permission/menuManage/index.vue" afterDir="false" />
<change beforePath="$PROJECT_DIR$/chat-server/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/chat-server/pom.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/BriChatServiceApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/chat-server/src/main/java/com/bjtds/BriChatServiceApplication.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/bpm/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/web-server/bpm/src/main/resources/application.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/.gitignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/.mvn/wrapper/maven-wrapper.jar" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/.mvn/wrapper/maven-wrapper.properties" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/Dockerfile" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/mvnw" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/mvnw.cmd" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/pom.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/InfrastructureApplication.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/config/HttpsClientRequestFactory.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/config/MultipartConfig.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/config/RedisConfig.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/config/RestTemplateConfig.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/config/ShiroConfiguration.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/config/SwaggerConfig.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/AuthController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/ConversationController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/CustomableListConfigController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/CustomizedListController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/DeptController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/FileController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/MenuController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/OfficialDocController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/ResourceController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/RoleController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/SignaturesController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/StandingBookController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/StatementController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/TableController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/TableTaskTreeController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/controller/UserController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/ConversationDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/DeptDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/FileDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/LocationDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/MenuDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/OfficialDocDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/PermissionDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/ResourceDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/RoleDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/SignaturesDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/StatementDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/UserAuxDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/UserAuxMetaDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/UserDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/dao/VerbDao.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/exception/CustomException.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/exception/GlobalExceptionHandler.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/AuthService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/ConversationService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/CustomableListConfigService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/CustomizedListService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/DeptService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/FileService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/MenuService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/OfficialDocService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/ResourceService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/RoleService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/SignaturesService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/StandingBookService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/StatementService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/TableService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/TableTaskTreeService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/UserService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/AuthServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/ConversationServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/CustomableListConfigServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/CustomizedListServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/DeptServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/FileServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/MenuServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/OfficialDocServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/ResourceServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/RoleServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/SignaturesServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/StandingBookServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/StatementServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/TableServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/TableTaskTreeServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/service/impl/UserServiceImpl.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/utils/ConversationMqttNotifier.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/utils/ModifiedPassword.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/utils/RedisUtil.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/java/com/bjtds/infrastructure/utils/ZipUtils.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/resources/application-opengauss.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/resources/application.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/resources/bjtds.jks" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/main/resources/import.sql" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/infrastructure/src/test/java/com/bjtds/infrastructure/InfrastructureApplicationTests.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/zuul-server/src/main/resources/application-opengauss.yml" beforeDir="false" afterPath="$PROJECT_DIR$/web-server/zuul-server/src/main/resources/application-opengauss.yml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/web-server/zuul-server/src/main/resources/application.yml" beforeDir="false" afterPath="$PROJECT_DIR$/web-server/zuul-server/src/main/resources/application.yml" 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="Vue Composition API Component" />
<option value="TypeScript File" />
<option value="Interface" />
<option value="FxmlFile" />
<option value="spring-beans.schema" />
<option value="Class" />
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="KubernetesApiPersistence">{}</component>
<component name="KubernetesApiProvider">{
&quot;isMigrated&quot;: true
}</component>
<component name="MavenImportPreferences">
<option name="generalSettings">
<MavenGeneralSettings>
<option name="customMavenHome" value="F:\maven\apache-maven-3.9.7" />
<option name="mavenHomeTypeForPersistence" value="CUSTOM" />
<option name="userSettingsFile" value="F:\maven\apache-maven-3.9.7\conf\settings.xml" />
</MavenGeneralSettings>
</option>
</component>
<component name="ProjectColorInfo">{
&quot;associatedIndex&quot;: 5
}</component>
<component name="ProjectId" id="30D1KsY0Uz8nStNA6nLXC6ttZ19" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;Maven.briChat [clean].executor&quot;: &quot;Run&quot;,
&quot;Maven.briChat [install].executor&quot;: &quot;Run&quot;,
&quot;Maven.infrastructure [install].executor&quot;: &quot;Run&quot;,
&quot;ModuleVcsDetector.initialDetectionPerformed&quot;: &quot;true&quot;,
&quot;RequestMappingsPanelOrder0&quot;: &quot;0&quot;,
&quot;RequestMappingsPanelOrder1&quot;: &quot;1&quot;,
&quot;RequestMappingsPanelWidth0&quot;: &quot;75&quot;,
&quot;RequestMappingsPanelWidth1&quot;: &quot;75&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.git.unshallow&quot;: &quot;true&quot;,
&quot;Spring Boot.BriChatServiceApplication.executor&quot;: &quot;Run&quot;,
&quot;Spring Boot.EurekaServerApplication.executor&quot;: &quot;Run&quot;,
&quot;Spring Boot.InfrastructureApplication.executor&quot;: &quot;Run&quot;,
&quot;Spring Boot.ZuulServerApplication.executor&quot;: &quot;Run&quot;,
&quot;git-widget-placeholder&quot;: &quot;main&quot;,
&quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
&quot;last_opened_file_path&quot;: &quot;F:/project/bjtdsweb/ai-manus/web-server/infrastructure&quot;,
&quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
&quot;node.js.detected.package.stylelint&quot;: &quot;true&quot;,
&quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
&quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
&quot;node.js.selected.package.stylelint&quot;: &quot;&quot;,
&quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
&quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
&quot;project.structure.last.edited&quot;: &quot;模块&quot;,
&quot;project.structure.proportion&quot;: &quot;0.15&quot;,
&quot;project.structure.side.proportion&quot;: &quot;0.2&quot;,
&quot;run.configurations.included.in.services&quot;: &quot;true&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;MavenSettings&quot;,
&quot;ts.external.directory.path&quot;: &quot;F:\\project\\bjtdsweb\\ai-manus\\chat-client\\node_modules\\typescript\\lib&quot;,
&quot;vue.rearranger.settings.migration&quot;: &quot;true&quot;
},
&quot;keyToStringList&quot;: {
&quot;vue.recent.templates&quot;: [
&quot;Vue Composition API Component&quot;
]
}
}</component>
<component name="RecentsManager">
<key name="CreateClassDialog.RecentsKey">
<recent name="com.bjtds.brichat.controller" />
</key>
<key name="CopyFile.RECENT_KEYS">
<recent name="F:\project\bjtdsweb\ai-manus\chat-server\file\input" />
<recent name="F:\project\bjtdsweb\ai-manus\web-server\zuul-server\src\main\resources" />
</key>
</component>
<component name="RunAnythingCache">
<myKeys>
<visibility group="Gradle 任务" flag="true" />
<visibility group="Grunt" flag="true" />
<visibility group="Gulp" flag="true" />
<visibility group="HTTP 请求" flag="true" />
<visibility group="Maven 目标" flag="true" />
<visibility group="Node.js" flag="true" />
<visibility group="npm" flag="true" />
<visibility group="yarn" flag="true" />
<visibility group="最近的项目" flag="true" />
<visibility group="运行配置" flag="true" />
</myKeys>
</component>
<component name="RunDashboard">
<option name="configurationTypes">
<set>
<option value="MicronautRunConfigurationType" />
<option value="QuarkusRunConfigurationType" />
<option value="SpringBootApplicationConfigurationType" />
</set>
</option>
</component>
<component name="RunManager" selected="Spring Boot.ZuulServerApplication">
<configuration name="BriChatServiceApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
<option name="ACTIVE_PROFILES" value="beijing" />
<module name="briChat" />
<option name="SHORTEN_COMMAND_LINE" value="MANIFEST" />
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bjtds.BriChatServiceApplication" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.bjtds.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="EurekaServerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
<module name="eureka-server" />
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bjtds.eureka.EurekaServerApplication" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="InfrastructureApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
<option name="ACTIVE_PROFILES" value="opengauss" />
<module name="infrastructure" />
<option name="SHORTEN_COMMAND_LINE" value="MANIFEST" />
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bjtds.InfrastructureApplication" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration name="ZuulServerApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
<option name="ACTIVE_PROFILES" value="opengauss" />
<envs>
<env name="customized_global_anno_accessible_uris" value="/brichat-service/maintRecord/chartAndTable;/brichat-service/fileManage/filePreview;/brichat-service/emerManus/homePageTable; /brichat-service/menu/getMenuDetail; /brichat-service/menu/updateMenu; /brichat-service/menu/addMenu; /brichat-service/menu/deleteMenu" />
</envs>
<module name="zuul-server" />
<option name="SHORTEN_COMMAND_LINE" value="MANIFEST" />
<option name="SPRING_BOOT_MAIN_CLASS" value="com.bjtds.ZuulServerApplication" />
<extension name="coverage">
<pattern>
<option name="PATTERN" value="com.bjtds.*" />
<option name="ENABLED" value="true" />
</pattern>
</extension>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration default="true" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<option name="SHORTEN_COMMAND_LINE" value="MANIFEST" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<list>
<item itemvalue="Spring Boot.EurekaServerApplication" />
<item itemvalue="Spring Boot.InfrastructureApplication" />
<item itemvalue="Spring Boot.ZuulServerApplication" />
<item itemvalue="Spring Boot.BriChatServiceApplication" />
</list>
<recent_temporary>
<list>
<item itemvalue="Spring Boot.ZuulServerApplication" />
<item itemvalue="Spring Boot.BriChatServiceApplication" />
</list>
</recent_temporary>
</component>
<component name="SharedIndexes">
<attachedChunks>
<set>
<option value="bundled-jdk-9f38398b9061-39b83d9b5494-intellij.indexing.shared.core-IU-241.15989.150" />
<option value="bundled-js-predefined-1d06a55b98c1-91d5c284f522-JavaScript-IU-241.15989.150" />
</set>
</attachedChunks>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="e154df99-7110-436b-8d6d-6f9500ad8711" name="Changes" comment="" />
<created>1753147269297</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1753147269297</updated>
<workItem from="1753147270514" duration="348000" />
<workItem from="1753147648400" duration="228000" />
<workItem from="1753147892148" duration="291000" />
<workItem from="1753148203384" duration="640000" />
<workItem from="1753149113791" duration="4000" />
<workItem from="1753149150269" duration="99000" />
<workItem from="1753404263638" duration="7000" />
<workItem from="1753405836692" duration="6832000" />
<workItem from="1753412900314" duration="90000" />
<workItem from="1753413100187" duration="1788000" />
<workItem from="1753421691677" duration="6364000" />
<workItem from="1753428398559" duration="5676000" />
<workItem from="1753437146063" duration="597000" />
<workItem from="1753663571144" duration="806000" />
<workItem from="1753664946867" duration="1534000" />
<workItem from="1753666556051" duration="5000" />
<workItem from="1753666588668" duration="13886000" />
<workItem from="1753688265611" duration="7979000" />
<workItem from="1753749080213" duration="1851000" />
<workItem from="1753756595034" duration="605000" />
<workItem from="1753757849464" duration="17995000" />
<workItem from="1753835823722" duration="5000" />
<workItem from="1753835852092" duration="429000" />
<workItem from="1753836325563" duration="346000" />
<workItem from="1753836692821" duration="9198000" />
<workItem from="1753845956789" duration="2285000" />
<workItem from="1753851430061" duration="1031000" />
<workItem from="1753853917793" duration="102000" />
<workItem from="1753854165189" duration="14925000" />
<workItem from="1753922515898" duration="6551000" />
<workItem from="1753929121144" duration="1504000" />
</task>
<task id="LOCAL-00001" summary="markdown渲染服务的完成">
<option name="closed" value="true" />
<created>1753750857367</created>
<option name="number" value="00001" />
<option name="presentableId" value="LOCAL-00001" />
<option name="project" value="LOCAL" />
<updated>1753750857367</updated>
</task>
<task id="LOCAL-00002" summary="完成菜单管理内容的添加子菜单和添加跟菜单以及删除菜单的修改">
<option name="closed" value="true" />
<created>1753774349962</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1753774349962</updated>
</task>
<option name="localTasksCounter" value="3" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="RECENT_FILTERS">
<map>
<entry key="Branch">
<value>
<list>
<RecentGroup>
<option name="FILTER_VALUES">
<option value="main" />
</option>
</RecentGroup>
<RecentGroup>
<option name="FILTER_VALUES">
<option value="origin/main" />
</option>
</RecentGroup>
</list>
</value>
</entry>
<entry key="User">
<value>
<list>
<RecentGroup>
<option name="FILTER_VALUES">
<option value="*" />
</option>
</RecentGroup>
</list>
</value>
</entry>
</map>
</option>
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<MESSAGE value="markdown渲染服务的完成" />
<MESSAGE value="完成菜单管理内容的添加子菜单和添加跟菜单以及删除菜单的修改" />
<option name="LAST_COMMIT_MESSAGE" value="完成菜单管理内容的添加子菜单和添加跟菜单以及删除菜单的修改" />
</component>
<component name="XSLT-Support.FileAssociations.UIState">
<expand />
<select />
</component>
</project>