203 Star 1.3K Fork 684

zhoutaoo/SpringCloud

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cloud.iws 15.41 KB
一键复制 编辑 原始数据 按行查看 历史
周涛 提交于 2025-01-01 17:41 +08:00 . 调整文档
<?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="8639f85f-5db4-421b-97f0-5713b2379799" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/cloud.ipr" beforeDir="false" afterPath="$PROJECT_DIR$/cloud.ipr" afterDir="false" />
<change beforePath="$PROJECT_DIR$/cloud.iws" beforeDir="false" afterPath="$PROJECT_DIR$/cloud.iws" afterDir="false" />
<change beforePath="$PROJECT_DIR$/demos/.project" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-feign/.gitignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-feign/pom.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-feign/src/main/java/com/springboot/cloud/demos/feign/FeignConsumerApplication.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-feign/src/main/java/com/springboot/cloud/demos/feign/rest/ClassController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-feign/src/main/java/com/springboot/cloud/demos/feign/service/ClassService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-feign/src/main/java/com/springboot/cloud/demos/feign/service/ClassServiceFallback.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-feign/src/main/resources/application.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-feign/src/main/resources/bootstrap.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-feign/src/test/java/com/springboot/cloud/demos/feign/ApplicationTests.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-feign/src/test/java/com/springboot/cloud/demos/feign/rest/ClassControllerTest.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-feign/src/test/resources/application.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-ribbon/.gitignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-ribbon/pom.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-ribbon/src/main/java/com/springboot/cloud/demos/ribbon/RibbonConsumerApplication.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-ribbon/src/main/java/com/springboot/cloud/demos/ribbon/rest/ClassController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-ribbon/src/main/java/com/springboot/cloud/demos/ribbon/service/ClassService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-ribbon/src/main/resources/application.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-ribbon/src/main/resources/bootstrap.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/consumer-ribbon/src/test/java/com/springboot/cloud/demos/ribbon/RibbonConsumerApplicationTests.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/pom.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer-jpa/.gitignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer-jpa/pom.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer-jpa/src/main/db/db.sql" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer-jpa/src/main/docker/Dockerfile" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer-jpa/src/main/java/com/springboot/cloud/demos/producer/jpa/ProducerApplication.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer-jpa/src/main/java/com/springboot/cloud/demos/producer/jpa/dao/ProductMapper.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer-jpa/src/main/java/com/springboot/cloud/demos/producer/jpa/entity/po/JpaBasePo.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer-jpa/src/main/java/com/springboot/cloud/demos/producer/jpa/entity/po/Product.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer-jpa/src/main/java/com/springboot/cloud/demos/producer/jpa/exception/GlobalExceptionHandlerAdvice.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer-jpa/src/main/resources/application.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer-jpa/src/main/resources/bootstrap.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer-jpa/src/test/java/com/springboot/cloud/demos/producer/jpa/rest/ProductControllerTests.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer-jpa/src/test/resources/application.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/.gitignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/pom.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/db/db.sql" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/docker/Dockerfile" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/docs/asciidoc/generated/definitions.adoc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/docs/asciidoc/generated/overview.adoc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/docs/asciidoc/generated/paths.adoc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/docs/asciidoc/generated/security.adoc" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/docs/asciidoc/html/definitions.html" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/docs/asciidoc/html/overview.html" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/docs/asciidoc/html/paths.html" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/docs/asciidoc/html/security.html" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/ProducerApplication.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/config/BusConfig.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/config/MyRedisConfig.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/config/MybatisConfig.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/config/SwaggerConfig.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/config/WebServerMvcConfigurerAdapter.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/dao/ProductMapper.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/entity/form/ProductForm.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/entity/form/ProductQueryForm.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/entity/param/ProductQueryParam.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/entity/po/Product.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/events/BusReceiver.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/events/BusSender.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/events/RabbitReceiver.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/events/RedisReceiver.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/events/RedisSender.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/exception/GlobalExceptionHandlerAdvice.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/interceptor/MyMetaObjectHandler.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/rest/FooController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/rest/HelloController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/rest/ProductController.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/service/IProductService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/service/ProductService.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/java/com/springboot/cloud/demos/producer/task/ScheduledTasks.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/resources/application.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/main/resources/bootstrap.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/test/java/com/springboot/cloud/demos/producer/MvcMockTest.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/test/java/com/springboot/cloud/demos/producer/rest/HelloControllerTests.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/test/java/com/springboot/cloud/demos/producer/rest/ProductControllerTests.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/test/java/com/springboot/cloud/demos/producer/service/ProductServiceTests.java" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/test/resources/application.yml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/demos/producer/src/test/resources/contracts/HelloController.groovy" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/docs/development.md" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/docs/grafana.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/docs/kibana.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/docs/pattern.md" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/docs/register-nacos.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/docs/register.md" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/docs/register.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/docs/zipkin-dependencies.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/docs/zipkin-detail.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/docs/zipkin-server.png" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/readme.md" beforeDir="false" afterPath="$PROJECT_DIR$/readme.md" 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="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="GitHubPullRequestSearchHistory">{
&quot;lastFilter&quot;: {
&quot;state&quot;: &quot;OPEN&quot;,
&quot;assignee&quot;: &quot;zhoutaoo&quot;
}
}</component>
<component name="GithubPullRequestsUISettings">{
&quot;selectedUrlAndAccountId&quot;: {
&quot;url&quot;: &quot;https://github.com/zhoutaoo/SpringCloud.git&quot;,
&quot;accountId&quot;: &quot;6163d0d0-3624-4668-a5ed-1a2390057125&quot;
}
}</component>
<component name="KubernetesApiPersistence"><![CDATA[{}]]></component>
<component name="KubernetesApiProvider"><![CDATA[{
"isMigrated": true
}]]></component>
<component name="ProblemsViewState">
<option name="selectedTabId" value="CurrentFile" />
</component>
<component name="ProjectColorInfo">{
&quot;associatedIndex&quot;: 2
}</component>
<component name="ProjectId" id="2r0y5zszQOtG5othUjRzctzJ0EV" />
<component name="ProjectViewState">
<option name="autoscrollFromSource" value="true" />
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
<option name="showVisibilityIcons" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RunOnceActivity.ShowReadmeOnStart": "true",
"git-widget-placeholder": "master",
"kotlin-language-version-configured": "true",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"vue.rearranger.settings.migration": "true"
}
}]]></component>
<component name="RunManager">
<configuration default="true" type="JetRunConfigurationType">
<module name="auth" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
<configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
<module name="auth" />
<option name="filePath" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
<component name="SharedIndexes">
<attachedChunks>
<set>
<option value="bundled-jdk-9f38398b9061-39b83d9b5494-intellij.indexing.shared.core-IU-241.17890.1" />
<option value="bundled-js-predefined-1d06a55b98c1-0b3e54e931b4-JavaScript-IU-241.17890.1" />
</set>
</attachedChunks>
</component>
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="8639f85f-5db4-421b-97f0-5713b2379799" name="Changes" comment="" />
<created>1735710109962</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1735710109962</updated>
<workItem from="1735710111409" duration="285000" />
<workItem from="1735710872098" duration="5445000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/toopoo/SpringCloud.git
git@gitee.com:toopoo/SpringCloud.git
toopoo
SpringCloud
SpringCloud
master

搜索帮助