|
@@ -4,16 +4,14 @@
|
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
|
</component>
|
|
|
<component name="ChangeListManager">
|
|
|
- <list default="true" id="4074a161-1a6c-49f9-bbc5-f70fc0666d46" name="Changes" comment="0414 cloud loadbalancer+feign">
|
|
|
+ <list default="true" id="4074a161-1a6c-49f9-bbc5-f70fc0666d46" name="Changes" comment="0414 cloud openfeign">
|
|
|
<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$/eureka-client-caller-demo/src/main/java/com/sf/eurekaclientdemo1/dto/User.java" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/eureka-client-caller-demo/src/main/resources/application.yml" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/java/com/sf/eurekaclientdemo2/controller/SupplierController.java" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/java/com/sf/eurekaclientdemo2/dto/User.java" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/resources/application-dev.yml" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/resources/application.yml" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/eureka-service-demo/src/main/resources/application.yml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/eureka-client-caller-demo/src/main/java/com/sf/eurekaclientdemo1/dto/RandomParam.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/java/com/sf/eurekaclientdemo2/controller/CalcController.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/java/com/sf/eurekaclientdemo2/controller/HeaderController.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/java/com/sf/eurekaclientdemo2/controller/PostController.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/java/com/sf/eurekaclientdemo2/dto/RandomParam.java" 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" />
|
|
@@ -25,15 +23,10 @@
|
|
|
<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/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/eureka-client-caller-demo/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/eureka-client-caller-demo/pom.xml" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client-caller-demo/src/main/java/com/sf/eurekaclientdemo1/config/LoadBalancerConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/eureka-client-caller-demo/src/main/java/com/sf/eurekaclientdemo1/config/LoadBalancerConfig.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client-caller-demo/src/main/java/com/sf/eurekaclientdemo1/controller/ClientController.java" beforeDir="false" afterPath="$PROJECT_DIR$/eureka-client-caller-demo/src/main/java/com/sf/eurekaclientdemo1/controller/ClientController.java" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/eureka-client-caller-demo/src/main/java/com/sf/eurekaclientdemo1/controller/FeignController.java" beforeDir="false" afterPath="$PROJECT_DIR$/eureka-client-caller-demo/src/main/java/com/sf/eurekaclientdemo1/controller/FeignController.java" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/eureka-client-caller-demo/src/main/java/com/sf/eurekaclientdemo1/feign/MyFeignClient.java" beforeDir="false" afterPath="$PROJECT_DIR$/eureka-client-caller-demo/src/main/java/com/sf/eurekaclientdemo1/feign/MyFeignClient.java" afterDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client-caller-demo/src/main/resources/application.properties" beforeDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/java/com/sf/eurekaclientdemo2/controller/ClientController.java" beforeDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/resources/application-dev.properties" beforeDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/resources/application.properties" beforeDir="false" />
|
|
|
- <change beforePath="$PROJECT_DIR$/eureka-service-demo/src/main/resources/application.properties" beforeDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/eureka-client-supplier-demo/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/eureka-client-supplier-demo/pom.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" />
|
|
@@ -56,6 +49,10 @@
|
|
|
<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>
|
|
@@ -72,45 +69,47 @@
|
|
|
<component name="ProjectViewState">
|
|
|
<option name="showLibraryContents" value="true" />
|
|
|
</component>
|
|
|
- <component name="PropertiesComponent">{
|
|
|
- "keyToString": {
|
|
|
- "Application.TestHashMap.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.EurekaClientSupplierDemoApplication(1).executor": "Run",
|
|
|
- "Spring Boot.EurekaClientSupplierDemoApplication.executor": "Run",
|
|
|
- "Spring Boot.EurekaServiceDemo1Application.executor": "Run",
|
|
|
- "Spring Boot.EurekaServiceDemo2Application.executor": "Run",
|
|
|
- "Spring Boot.EurekaServiceDemoApplication.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 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.EurekaClientSupplierDemoApplication(1).executor": "Run",
|
|
|
+ "Spring Boot.EurekaClientSupplierDemoApplication.executor": "Run",
|
|
|
+ "Spring Boot.EurekaServiceDemo1Application.executor": "Run",
|
|
|
+ "Spring Boot.EurekaServiceDemo2Application.executor": "Run",
|
|
|
+ "Spring Boot.EurekaServiceDemoApplication.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>
|
|
|
<component name="RecentsManager">
|
|
|
<key name="CopyFile.RECENT_KEYS">
|
|
|
<recent name="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/resources" />
|
|
@@ -132,8 +131,22 @@
|
|
|
<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="Application.TestHashMap">
|
|
|
+ <component name="RunManager" selected="HTTP Request.rest-api_6 | #1">
|
|
|
<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" />
|
|
@@ -147,6 +160,26 @@
|
|
|
<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" />
|
|
@@ -169,6 +202,20 @@
|
|
|
<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" />
|
|
@@ -178,6 +225,8 @@
|
|
|
</configuration>
|
|
|
<recent_temporary>
|
|
|
<list>
|
|
|
+ <item itemvalue="HTTP Request.rest-api_6 | #1" />
|
|
|
+ <item itemvalue="HTTP Request.rest-api_5 | #1" />
|
|
|
<item itemvalue="Application.TestHashMap" />
|
|
|
</list>
|
|
|
</recent_temporary>
|
|
@@ -193,7 +242,7 @@
|
|
|
<workItem from="1712747538100" duration="4625000" />
|
|
|
<workItem from="1713064649248" duration="15928000" />
|
|
|
<workItem from="1713347248141" duration="10258000" />
|
|
|
- <workItem from="1713617762986" duration="9619000" />
|
|
|
+ <workItem from="1713617762986" duration="13689000" />
|
|
|
</task>
|
|
|
<task id="LOCAL-00001" summary="0410 cloud eureka">
|
|
|
<option name="closed" value="true" />
|
|
@@ -235,7 +284,15 @@
|
|
|
<option name="project" value="LOCAL" />
|
|
|
<updated>1713357721361</updated>
|
|
|
</task>
|
|
|
- <option name="localTasksCounter" value="6" />
|
|
|
+ <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>
|
|
|
+ <option name="localTasksCounter" value="7" />
|
|
|
<servers />
|
|
|
</component>
|
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -245,6 +302,7 @@
|
|
|
<option name="OPEN_GENERIC_TABS">
|
|
|
<map>
|
|
|
<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>
|
|
@@ -275,6 +333,31 @@
|
|
|
</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>
|
|
@@ -307,7 +390,8 @@
|
|
|
<MESSAGE value="0410 cloud eureka" />
|
|
|
<MESSAGE value="0414 cloud eureka" />
|
|
|
<MESSAGE value="0414 cloud loadbalancer+feign" />
|
|
|
- <option name="LAST_COMMIT_MESSAGE" value="0414 cloud loadbalancer+feign" />
|
|
|
+ <MESSAGE value="0414 cloud openfeign" />
|
|
|
+ <option name="LAST_COMMIT_MESSAGE" value="0414 cloud openfeign" />
|
|
|
</component>
|
|
|
<component name="XSLT-Support.FileAssociations.UIState">
|
|
|
<expand />
|