123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499 |
- <?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="4074a161-1a6c-49f9-bbc5-f70fc0666d46" name="Changes" comment="0421 cloud micrometer">
- <change afterPath="$PROJECT_DIR$/../.idea/VIPJAVA.iml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/google-java-format.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-04-21T141848.415.json" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-04-21T141914.415.json" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-04-21T141937.200.txt" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-04-21T143634.200.txt" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/.idea/httpRequests/http-client.cookies" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/.idea/httpRequests/http-requests-log.http" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/eureka-client-gateway/.gitignore" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/eureka-client-gateway/.mvn/wrapper/maven-wrapper.jar" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/eureka-client-gateway/.mvn/wrapper/maven-wrapper.properties" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/eureka-client-gateway/mvnw" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/eureka-client-gateway/mvnw.cmd" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/eureka-client-gateway/pom.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/eureka-client-gateway/src/main/java/com/sf/EurekaClientGatewayApplication.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/eureka-client-gateway/src/main/resources/application.yml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/eureka-client-gateway/src/test/java/com/sf/EurekaClientGatewayApplicationTests.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/java/com/sf/eurekaclientdemo2/controller/GatewayController.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/nacos-client/pom.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/nacos-client/src/main/java/com/sf/NacosClientApplication.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/nacos-client/src/main/java/com/sf/controller/ConfigController.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/nacos-client/src/main/resources/application.yml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/nacos-client/src/main/resources/bootstrap.yml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/java/com/lc/mapper/UserMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/java/com/lc/mapper/UserMapper.java" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/resources/com/lc/mapper/UserMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/resources/com/lc/mapper/UserMapper.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../02_JavaWeb/day07_mybatis/src/main/resources/com/lc/mapper/UserMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/day07_mybatis/src/main/resources/com/lc/mapper/UserMapper.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/jarRepositories.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/jarRepositories.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/misc.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/src/main/java/com/sf/utils/JdbcUtil.java" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/src/main/java/com/sf/utils/JdbcUtil.java" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../kafka-demo/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../kafka-demo/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../rocketmq-demo/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../rocketmq-demo/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" 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="ChangesViewManager">
- <option name="groupingKeys">
- <option value="directory" />
- </option>
- </component>
- <component name="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <option value="Interface" />
- <option value="Yml File" />
- <option value="Class" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
- </component>
- <component name="HttpClientSelectedEnvironments">
- <file url="jar://$APPLICATION_HOME_DIR$/plugins/restClient/lib/restClient.jar!/com/intellij/ws/rest/client/requests/collection/post-requests.http" environment="test" />
- <file url="jar://$APPLICATION_HOME_DIR$/plugins/restClient/lib/restClient.jar!/com/intellij/ws/rest/client/requests/collection/get-requests.http" environment="test" />
- </component>
- <component name="KubernetesApiProvider">{
- "isMigrated": true
- }</component>
- <component name="MarkdownSettingsMigration">
- <option name="stateVersion" value="1" />
- </component>
- <component name="ProjectColorInfo">{
- "associatedIndex": 0
- }</component>
- <component name="ProjectId" id="2euHRoP3CoXzwiQs1FulHBPYAKH" />
- <component name="ProjectLevelVcsManager">
- <ConfirmationsSetting value="2" id="Add" />
- </component>
- <component name="ProjectViewState">
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent"><![CDATA[{
- "keyToString": {
- "Application.TestHashMap.executor": "Run",
- "HTTP Request.rest-api_5 | #1.executor": "Run",
- "HTTP Request.rest-api_6 | #1.executor": "Run",
- "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
- "RequestMappingsPanelOrder0": "0",
- "RequestMappingsPanelOrder1": "1",
- "RequestMappingsPanelWidth0": "75",
- "RequestMappingsPanelWidth1": "75",
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "SHARE_PROJECT_CONFIGURATION_FILES": "true",
- "Spring Boot.ClientDemo1Application.executor": "Run",
- "Spring Boot.ClientDemo2Application.executor": "Run",
- "Spring Boot.EurekaClientCallerDemoApplication.executor": "Run",
- "Spring Boot.EurekaClientDemo1Application.executor": "Run",
- "Spring Boot.EurekaClientDemo2Application (1).executor": "Run",
- "Spring Boot.EurekaClientDemo2Application (2).executor": "Run",
- "Spring Boot.EurekaClientDemo2Application.executor": "Run",
- "Spring Boot.EurekaClientGatewayApplication.executor": "Run",
- "Spring Boot.EurekaClientSupplierDemoApplication(1).executor": "Run",
- "Spring Boot.EurekaClientSupplierDemoApplication.executor": "Run",
- "Spring Boot.EurekaServiceDemo1Application.executor": "Run",
- "Spring Boot.EurekaServiceDemo2Application.executor": "Run",
- "Spring Boot.EurekaServiceDemoApplication.executor": "Run",
- "Spring Boot.NacosClientApplication.executor": "Run",
- "git-widget-placeholder": "master",
- "jdk.selected.JAVA_MODULE": "corretto-17",
- "kotlin-language-version-configured": "true",
- "last_opened_file_path": "/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springcloud-demo/eureka-client-supplier-demo/src/main/resources",
- "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",
- "project.structure.last.edited": "Modules",
- "project.structure.proportion": "0.0",
- "project.structure.side.proportion": "0.0",
- "settings.editor.selected.configurable": "File.Encoding",
- "vue.rearranger.settings.migration": "true"
- }
- }]]></component>
- <component name="RecentsManager">
- <key name="CopyFile.RECENT_KEYS">
- <recent name="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/resources" />
- <recent name="$PROJECT_DIR$/eureka-client-demo-2/src/main/java/com/sf/eurekaclientdemo2" />
- <recent name="$PROJECT_DIR$/eureka-client-demo-1/src/main/java/com/sf/eurekaclientdemo1" />
- </key>
- <key name="MoveFile.RECENT_KEYS">
- <recent name="$PROJECT_DIR$/service" />
- <recent name="$PROJECT_DIR$/client" />
- </key>
- <key name="CopyClassDialog.RECENTS_KEY">
- <recent name="com.sf.eurekaclientdemo2.controller" />
- <recent name="com.sf.eurekaclientdemo1.dto" />
- <recent name="com.sf.clientdemo2" />
- </key>
- </component>
- <component name="RunDashboard">
- <option name="configurationTypes">
- <set>
- <option value="SpringBootApplicationConfigurationType" />
- </set>
- </option>
- <option name="hiddenConfigurations">
- <map>
- <entry key="SpringBootApplicationConfigurationType">
- <value>
- <set>
- <option value="ClientDemo1Application" />
- <option value="ClientDemo2Application" />
- <option value="EurekaServiceDemo1Application" />
- <option value="EurekaServiceDemo2Application" />
- </set>
- </value>
- </entry>
- </map>
- </option>
- </component>
- <component name="RunManager" selected="Spring Boot.NacosClientApplication">
- <configuration name="TestHashMap" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
- <option name="MAIN_CLASS_NAME" value="com.sf.TestHashMap" />
- <module name="client-demo-1" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="rest-api_5 | #1" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/rest-api_5.http" requestIdentifier="#1" runType="Run single request">
- <method v="2" />
- </configuration>
- <configuration name="rest-api_6 | #1" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/rest-api_6.http" requestIdentifier="#1" runType="Run single request">
- <method v="2" />
- </configuration>
- <configuration name="ClientDemo1Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="client-demo-1" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.clientdemo1.ClientDemo1Application" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="ClientDemo2Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="client-demo-2" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.clientdemo2.ClientDemo2Application" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="EurekaClientCallerDemoApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="eureka-client-caller-demo" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.eurekaclientdemo1.EurekaClientCallerDemoApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="EurekaClientGatewayApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="eureka-client-gateway" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.EurekaClientGatewayApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="EurekaClientSupplierDemoApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="eureka-client-supplier-demo" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.eurekaclientdemo2.EurekaClientSupplierDemoApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="EurekaClientSupplierDemoApplication(1)" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
- <option name="ACTIVE_PROFILES" value="dev" />
- <module name="eureka-client-supplier-demo" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.eurekaclientdemo2.EurekaClientSupplierDemoApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="EurekaServiceDemo1Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="eureka-service-demo-1" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.eurekaservicedemo1.EurekaServiceDemo1Application" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="EurekaServiceDemo2Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="eureka-service-demo-2" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.eurekaservicedemo2.EurekaServiceDemo2Application" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="EurekaServiceDemoApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="eureka-service-demo" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.EurekaServiceDemoApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="NacosClientApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
- <module name="nacos-client" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.NacosClientApplication" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.sf.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <recent_temporary>
- <list>
- <item itemvalue="Spring Boot.NacosClientApplication" />
- <item itemvalue="HTTP Request.rest-api_6 | #1" />
- <item itemvalue="HTTP Request.rest-api_5 | #1" />
- <item itemvalue="Application.TestHashMap" />
- </list>
- </recent_temporary>
- </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="4074a161-1a6c-49f9-bbc5-f70fc0666d46" name="Changes" comment="" />
- <created>1712747536992</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1712747536992</updated>
- <workItem from="1712747538100" duration="4625000" />
- <workItem from="1713064649248" duration="15928000" />
- <workItem from="1713347248141" duration="10258000" />
- <workItem from="1713617762986" duration="19732000" />
- <workItem from="1713691359392" duration="4127000" />
- <workItem from="1713950520239" duration="8287000" />
- </task>
- <task id="LOCAL-00001" summary="0410 cloud eureka">
- <option name="closed" value="true" />
- <created>1712753113007</created>
- <option name="number" value="00001" />
- <option name="presentableId" value="LOCAL-00001" />
- <option name="project" value="LOCAL" />
- <updated>1712753113007</updated>
- </task>
- <task id="LOCAL-00002" summary="0414 cloud eureka">
- <option name="closed" value="true" />
- <created>1713082688554</created>
- <option name="number" value="00002" />
- <option name="presentableId" value="LOCAL-00002" />
- <option name="project" value="LOCAL" />
- <updated>1713082688554</updated>
- </task>
- <task id="LOCAL-00003" summary="0414 cloud eureka">
- <option name="closed" value="true" />
- <created>1713085963891</created>
- <option name="number" value="00003" />
- <option name="presentableId" value="LOCAL-00003" />
- <option name="project" value="LOCAL" />
- <updated>1713085963891</updated>
- </task>
- <task id="LOCAL-00004" summary="0414 cloud eureka">
- <option name="closed" value="true" />
- <created>1713085990397</created>
- <option name="number" value="00004" />
- <option name="presentableId" value="LOCAL-00004" />
- <option name="project" value="LOCAL" />
- <updated>1713085990397</updated>
- </task>
- <task id="LOCAL-00005" summary="0414 cloud loadbalancer+feign">
- <option name="closed" value="true" />
- <created>1713357721361</created>
- <option name="number" value="00005" />
- <option name="presentableId" value="LOCAL-00005" />
- <option name="project" value="LOCAL" />
- <updated>1713357721361</updated>
- </task>
- <task id="LOCAL-00006" summary="0414 cloud openfeign">
- <option name="closed" value="true" />
- <created>1713673447631</created>
- <option name="number" value="00006" />
- <option name="presentableId" value="LOCAL-00006" />
- <option name="project" value="LOCAL" />
- <updated>1713673447631</updated>
- </task>
- <task id="LOCAL-00007" summary="0421 cloud openfeign header">
- <option name="closed" value="true" />
- <created>1713681592546</created>
- <option name="number" value="00007" />
- <option name="presentableId" value="LOCAL-00007" />
- <option name="project" value="LOCAL" />
- <updated>1713681592546</updated>
- </task>
- <task id="LOCAL-00008" summary="0421 cloud micrometer">
- <option name="closed" value="true" />
- <created>1713689723321</created>
- <option name="number" value="00008" />
- <option name="presentableId" value="LOCAL-00008" />
- <option name="project" value="LOCAL" />
- <updated>1713689723321</updated>
- </task>
- <task id="LOCAL-00009" summary="0421 cloud micrometer">
- <option name="closed" value="true" />
- <created>1713693465394</created>
- <option name="number" value="00009" />
- <option name="presentableId" value="LOCAL-00009" />
- <option name="project" value="LOCAL" />
- <updated>1713693465394</updated>
- </task>
- <option name="localTasksCounter" value="10" />
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="Vcs.Log.Tabs.Properties">
- <option name="OPEN_GENERIC_TABS">
- <map>
- <entry key="3431743d-9157-473f-967a-2a79095bd27b" value="TOOL_WINDOW" />
- <entry key="75b5eae0-e010-4937-bca4-287ec6a047d0" value="TOOL_WINDOW" />
- <entry key="d18daaab-16bb-46b0-b9f0-2f67435f8973" value="TOOL_WINDOW" />
- <entry key="d9e62913-66c0-41c6-80d2-2a3998a15d1f" value="TOOL_WINDOW" />
- </map>
- </option>
- <option name="TAB_STATES">
- <map>
- <entry key="3431743d-9157-473f-967a-2a79095bd27b">
- <value>
- <State>
- <option name="FILTERS">
- <map>
- <entry key="branch">
- <value>
- <list>
- <option value="HEAD" />
- </list>
- </value>
- </entry>
- <entry key="structure">
- <value>
- <list>
- <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springcloud-demo" />
- </list>
- </value>
- </entry>
- </map>
- </option>
- <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
- </State>
- </value>
- </entry>
- <entry key="75b5eae0-e010-4937-bca4-287ec6a047d0">
- <value>
- <State>
- <option name="FILTERS">
- <map>
- <entry key="branch">
- <value>
- <list>
- <option value="HEAD" />
- </list>
- </value>
- </entry>
- <entry key="structure">
- <value>
- <list>
- <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springcloud-demo" />
- </list>
- </value>
- </entry>
- </map>
- </option>
- <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
- </State>
- </value>
- </entry>
- <entry key="MAIN">
- <value>
- <State />
- </value>
- </entry>
- <entry key="d18daaab-16bb-46b0-b9f0-2f67435f8973">
- <value>
- <State>
- <option name="FILTERS">
- <map>
- <entry key="branch">
- <value>
- <list>
- <option value="HEAD" />
- </list>
- </value>
- </entry>
- <entry key="structure">
- <value>
- <list>
- <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springcloud-demo" />
- </list>
- </value>
- </entry>
- </map>
- </option>
- <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
- </State>
- </value>
- </entry>
- <entry key="d9e62913-66c0-41c6-80d2-2a3998a15d1f">
- <value>
- <State>
- <option name="FILTERS">
- <map>
- <entry key="branch">
- <value>
- <list>
- <option value="HEAD" />
- </list>
- </value>
- </entry>
- <entry key="structure">
- <value>
- <list>
- <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springcloud-demo" />
- </list>
- </value>
- </entry>
- </map>
- </option>
- <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
- </State>
- </value>
- </entry>
- </map>
- </option>
- </component>
- <component name="VcsManagerConfiguration">
- <MESSAGE value="0410 cloud eureka" />
- <MESSAGE value="0414 cloud eureka" />
- <MESSAGE value="0414 cloud loadbalancer+feign" />
- <MESSAGE value="0414 cloud openfeign" />
- <MESSAGE value="0414 cloud openfeign header" />
- <MESSAGE value="0421 cloud openfeign header" />
- <MESSAGE value="0421 cloud micrometer" />
- <option name="LAST_COMMIT_MESSAGE" value="0421 cloud micrometer" />
- </component>
- <component name="XSLT-Support.FileAssociations.UIState">
- <expand />
- <select />
- </component>
- </project>
|