workspace.xml 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499
  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="4074a161-1a6c-49f9-bbc5-f70fc0666d46" name="Changes" comment="0421 cloud micrometer">
  8. <change afterPath="$PROJECT_DIR$/../.idea/VIPJAVA.iml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/google-java-format.xml" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-04-21T141848.415.json" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-04-21T141914.415.json" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-04-21T141937.200.txt" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/2024-04-21T143634.200.txt" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/http-client.cookies" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/.idea/httpRequests/http-requests-log.http" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/eureka-client-gateway/.gitignore" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/eureka-client-gateway/.mvn/wrapper/maven-wrapper.jar" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/eureka-client-gateway/.mvn/wrapper/maven-wrapper.properties" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/eureka-client-gateway/mvnw" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/eureka-client-gateway/mvnw.cmd" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/eureka-client-gateway/pom.xml" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/eureka-client-gateway/src/main/java/com/sf/EurekaClientGatewayApplication.java" afterDir="false" />
  23. <change afterPath="$PROJECT_DIR$/eureka-client-gateway/src/main/resources/application.yml" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/eureka-client-gateway/src/test/java/com/sf/EurekaClientGatewayApplicationTests.java" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/java/com/sf/eurekaclientdemo2/controller/GatewayController.java" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/nacos-client/pom.xml" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/nacos-client/src/main/java/com/sf/NacosClientApplication.java" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/nacos-client/src/main/java/com/sf/controller/ConfigController.java" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/nacos-client/src/main/resources/application.yml" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/nacos-client/src/main/resources/bootstrap.yml" afterDir="false" />
  31. <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" />
  32. <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" />
  33. <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" />
  34. <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/jarRepositories.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/jarRepositories.xml" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/misc.xml" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/workspace.xml" afterDir="false" />
  37. <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" />
  38. <change beforePath="$PROJECT_DIR$/../kafka-demo/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../kafka-demo/.idea/workspace.xml" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/../rocketmq-demo/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../rocketmq-demo/.idea/workspace.xml" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  44. </list>
  45. <option name="SHOW_DIALOG" value="false" />
  46. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  47. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  48. <option name="LAST_RESOLUTION" value="IGNORE" />
  49. </component>
  50. <component name="ChangesViewManager">
  51. <option name="groupingKeys">
  52. <option value="directory" />
  53. </option>
  54. </component>
  55. <component name="FileTemplateManagerImpl">
  56. <option name="RECENT_TEMPLATES">
  57. <list>
  58. <option value="Interface" />
  59. <option value="Yml File" />
  60. <option value="Class" />
  61. </list>
  62. </option>
  63. </component>
  64. <component name="Git.Settings">
  65. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  66. </component>
  67. <component name="HttpClientSelectedEnvironments">
  68. <file url="jar://$APPLICATION_HOME_DIR$/plugins/restClient/lib/restClient.jar!/com/intellij/ws/rest/client/requests/collection/post-requests.http" environment="test" />
  69. <file url="jar://$APPLICATION_HOME_DIR$/plugins/restClient/lib/restClient.jar!/com/intellij/ws/rest/client/requests/collection/get-requests.http" environment="test" />
  70. </component>
  71. <component name="KubernetesApiProvider">{
  72. &quot;isMigrated&quot;: true
  73. }</component>
  74. <component name="MarkdownSettingsMigration">
  75. <option name="stateVersion" value="1" />
  76. </component>
  77. <component name="ProjectColorInfo">{
  78. &quot;associatedIndex&quot;: 0
  79. }</component>
  80. <component name="ProjectId" id="2euHRoP3CoXzwiQs1FulHBPYAKH" />
  81. <component name="ProjectLevelVcsManager">
  82. <ConfirmationsSetting value="2" id="Add" />
  83. </component>
  84. <component name="ProjectViewState">
  85. <option name="showLibraryContents" value="true" />
  86. </component>
  87. <component name="PropertiesComponent"><![CDATA[{
  88. "keyToString": {
  89. "Application.TestHashMap.executor": "Run",
  90. "HTTP Request.rest-api_5 | #1.executor": "Run",
  91. "HTTP Request.rest-api_6 | #1.executor": "Run",
  92. "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
  93. "RequestMappingsPanelOrder0": "0",
  94. "RequestMappingsPanelOrder1": "1",
  95. "RequestMappingsPanelWidth0": "75",
  96. "RequestMappingsPanelWidth1": "75",
  97. "RunOnceActivity.OpenProjectViewOnStart": "true",
  98. "RunOnceActivity.ShowReadmeOnStart": "true",
  99. "SHARE_PROJECT_CONFIGURATION_FILES": "true",
  100. "Spring Boot.ClientDemo1Application.executor": "Run",
  101. "Spring Boot.ClientDemo2Application.executor": "Run",
  102. "Spring Boot.EurekaClientCallerDemoApplication.executor": "Run",
  103. "Spring Boot.EurekaClientDemo1Application.executor": "Run",
  104. "Spring Boot.EurekaClientDemo2Application (1).executor": "Run",
  105. "Spring Boot.EurekaClientDemo2Application (2).executor": "Run",
  106. "Spring Boot.EurekaClientDemo2Application.executor": "Run",
  107. "Spring Boot.EurekaClientGatewayApplication.executor": "Run",
  108. "Spring Boot.EurekaClientSupplierDemoApplication(1).executor": "Run",
  109. "Spring Boot.EurekaClientSupplierDemoApplication.executor": "Run",
  110. "Spring Boot.EurekaServiceDemo1Application.executor": "Run",
  111. "Spring Boot.EurekaServiceDemo2Application.executor": "Run",
  112. "Spring Boot.EurekaServiceDemoApplication.executor": "Run",
  113. "Spring Boot.NacosClientApplication.executor": "Run",
  114. "git-widget-placeholder": "master",
  115. "jdk.selected.JAVA_MODULE": "corretto-17",
  116. "kotlin-language-version-configured": "true",
  117. "last_opened_file_path": "/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springcloud-demo/eureka-client-supplier-demo/src/main/resources",
  118. "node.js.detected.package.eslint": "true",
  119. "node.js.detected.package.tslint": "true",
  120. "node.js.selected.package.eslint": "(autodetect)",
  121. "node.js.selected.package.tslint": "(autodetect)",
  122. "nodejs_package_manager_path": "npm",
  123. "project.structure.last.edited": "Modules",
  124. "project.structure.proportion": "0.0",
  125. "project.structure.side.proportion": "0.0",
  126. "settings.editor.selected.configurable": "File.Encoding",
  127. "vue.rearranger.settings.migration": "true"
  128. }
  129. }]]></component>
  130. <component name="RecentsManager">
  131. <key name="CopyFile.RECENT_KEYS">
  132. <recent name="$PROJECT_DIR$/eureka-client-supplier-demo/src/main/resources" />
  133. <recent name="$PROJECT_DIR$/eureka-client-demo-2/src/main/java/com/sf/eurekaclientdemo2" />
  134. <recent name="$PROJECT_DIR$/eureka-client-demo-1/src/main/java/com/sf/eurekaclientdemo1" />
  135. </key>
  136. <key name="MoveFile.RECENT_KEYS">
  137. <recent name="$PROJECT_DIR$/service" />
  138. <recent name="$PROJECT_DIR$/client" />
  139. </key>
  140. <key name="CopyClassDialog.RECENTS_KEY">
  141. <recent name="com.sf.eurekaclientdemo2.controller" />
  142. <recent name="com.sf.eurekaclientdemo1.dto" />
  143. <recent name="com.sf.clientdemo2" />
  144. </key>
  145. </component>
  146. <component name="RunDashboard">
  147. <option name="configurationTypes">
  148. <set>
  149. <option value="SpringBootApplicationConfigurationType" />
  150. </set>
  151. </option>
  152. <option name="hiddenConfigurations">
  153. <map>
  154. <entry key="SpringBootApplicationConfigurationType">
  155. <value>
  156. <set>
  157. <option value="ClientDemo1Application" />
  158. <option value="ClientDemo2Application" />
  159. <option value="EurekaServiceDemo1Application" />
  160. <option value="EurekaServiceDemo2Application" />
  161. </set>
  162. </value>
  163. </entry>
  164. </map>
  165. </option>
  166. </component>
  167. <component name="RunManager" selected="Spring Boot.NacosClientApplication">
  168. <configuration name="TestHashMap" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  169. <option name="MAIN_CLASS_NAME" value="com.sf.TestHashMap" />
  170. <module name="client-demo-1" />
  171. <extension name="coverage">
  172. <pattern>
  173. <option name="PATTERN" value="com.sf.*" />
  174. <option name="ENABLED" value="true" />
  175. </pattern>
  176. </extension>
  177. <method v="2">
  178. <option name="Make" enabled="true" />
  179. </method>
  180. </configuration>
  181. <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">
  182. <method v="2" />
  183. </configuration>
  184. <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">
  185. <method v="2" />
  186. </configuration>
  187. <configuration name="ClientDemo1Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  188. <module name="client-demo-1" />
  189. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.clientdemo1.ClientDemo1Application" />
  190. <method v="2">
  191. <option name="Make" enabled="true" />
  192. </method>
  193. </configuration>
  194. <configuration name="ClientDemo2Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  195. <module name="client-demo-2" />
  196. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.clientdemo2.ClientDemo2Application" />
  197. <method v="2">
  198. <option name="Make" enabled="true" />
  199. </method>
  200. </configuration>
  201. <configuration name="EurekaClientCallerDemoApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  202. <module name="eureka-client-caller-demo" />
  203. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.eurekaclientdemo1.EurekaClientCallerDemoApplication" />
  204. <method v="2">
  205. <option name="Make" enabled="true" />
  206. </method>
  207. </configuration>
  208. <configuration name="EurekaClientGatewayApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  209. <module name="eureka-client-gateway" />
  210. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.EurekaClientGatewayApplication" />
  211. <method v="2">
  212. <option name="Make" enabled="true" />
  213. </method>
  214. </configuration>
  215. <configuration name="EurekaClientSupplierDemoApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  216. <module name="eureka-client-supplier-demo" />
  217. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.eurekaclientdemo2.EurekaClientSupplierDemoApplication" />
  218. <method v="2">
  219. <option name="Make" enabled="true" />
  220. </method>
  221. </configuration>
  222. <configuration name="EurekaClientSupplierDemoApplication(1)" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  223. <option name="ACTIVE_PROFILES" value="dev" />
  224. <module name="eureka-client-supplier-demo" />
  225. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.eurekaclientdemo2.EurekaClientSupplierDemoApplication" />
  226. <method v="2">
  227. <option name="Make" enabled="true" />
  228. </method>
  229. </configuration>
  230. <configuration name="EurekaServiceDemo1Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  231. <module name="eureka-service-demo-1" />
  232. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.eurekaservicedemo1.EurekaServiceDemo1Application" />
  233. <method v="2">
  234. <option name="Make" enabled="true" />
  235. </method>
  236. </configuration>
  237. <configuration name="EurekaServiceDemo2Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  238. <module name="eureka-service-demo-2" />
  239. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.eurekaservicedemo2.EurekaServiceDemo2Application" />
  240. <method v="2">
  241. <option name="Make" enabled="true" />
  242. </method>
  243. </configuration>
  244. <configuration name="EurekaServiceDemoApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  245. <module name="eureka-service-demo" />
  246. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.EurekaServiceDemoApplication" />
  247. <method v="2">
  248. <option name="Make" enabled="true" />
  249. </method>
  250. </configuration>
  251. <configuration name="NacosClientApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
  252. <module name="nacos-client" />
  253. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.NacosClientApplication" />
  254. <extension name="coverage">
  255. <pattern>
  256. <option name="PATTERN" value="com.sf.*" />
  257. <option name="ENABLED" value="true" />
  258. </pattern>
  259. </extension>
  260. <method v="2">
  261. <option name="Make" enabled="true" />
  262. </method>
  263. </configuration>
  264. <recent_temporary>
  265. <list>
  266. <item itemvalue="Spring Boot.NacosClientApplication" />
  267. <item itemvalue="HTTP Request.rest-api_6 | #1" />
  268. <item itemvalue="HTTP Request.rest-api_5 | #1" />
  269. <item itemvalue="Application.TestHashMap" />
  270. </list>
  271. </recent_temporary>
  272. </component>
  273. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  274. <component name="TaskManager">
  275. <task active="true" id="Default" summary="Default task">
  276. <changelist id="4074a161-1a6c-49f9-bbc5-f70fc0666d46" name="Changes" comment="" />
  277. <created>1712747536992</created>
  278. <option name="number" value="Default" />
  279. <option name="presentableId" value="Default" />
  280. <updated>1712747536992</updated>
  281. <workItem from="1712747538100" duration="4625000" />
  282. <workItem from="1713064649248" duration="15928000" />
  283. <workItem from="1713347248141" duration="10258000" />
  284. <workItem from="1713617762986" duration="19732000" />
  285. <workItem from="1713691359392" duration="4127000" />
  286. <workItem from="1713950520239" duration="8287000" />
  287. </task>
  288. <task id="LOCAL-00001" summary="0410 cloud eureka">
  289. <option name="closed" value="true" />
  290. <created>1712753113007</created>
  291. <option name="number" value="00001" />
  292. <option name="presentableId" value="LOCAL-00001" />
  293. <option name="project" value="LOCAL" />
  294. <updated>1712753113007</updated>
  295. </task>
  296. <task id="LOCAL-00002" summary="0414 cloud eureka">
  297. <option name="closed" value="true" />
  298. <created>1713082688554</created>
  299. <option name="number" value="00002" />
  300. <option name="presentableId" value="LOCAL-00002" />
  301. <option name="project" value="LOCAL" />
  302. <updated>1713082688554</updated>
  303. </task>
  304. <task id="LOCAL-00003" summary="0414 cloud eureka">
  305. <option name="closed" value="true" />
  306. <created>1713085963891</created>
  307. <option name="number" value="00003" />
  308. <option name="presentableId" value="LOCAL-00003" />
  309. <option name="project" value="LOCAL" />
  310. <updated>1713085963891</updated>
  311. </task>
  312. <task id="LOCAL-00004" summary="0414 cloud eureka">
  313. <option name="closed" value="true" />
  314. <created>1713085990397</created>
  315. <option name="number" value="00004" />
  316. <option name="presentableId" value="LOCAL-00004" />
  317. <option name="project" value="LOCAL" />
  318. <updated>1713085990397</updated>
  319. </task>
  320. <task id="LOCAL-00005" summary="0414 cloud loadbalancer+feign">
  321. <option name="closed" value="true" />
  322. <created>1713357721361</created>
  323. <option name="number" value="00005" />
  324. <option name="presentableId" value="LOCAL-00005" />
  325. <option name="project" value="LOCAL" />
  326. <updated>1713357721361</updated>
  327. </task>
  328. <task id="LOCAL-00006" summary="0414 cloud openfeign">
  329. <option name="closed" value="true" />
  330. <created>1713673447631</created>
  331. <option name="number" value="00006" />
  332. <option name="presentableId" value="LOCAL-00006" />
  333. <option name="project" value="LOCAL" />
  334. <updated>1713673447631</updated>
  335. </task>
  336. <task id="LOCAL-00007" summary="0421 cloud openfeign header">
  337. <option name="closed" value="true" />
  338. <created>1713681592546</created>
  339. <option name="number" value="00007" />
  340. <option name="presentableId" value="LOCAL-00007" />
  341. <option name="project" value="LOCAL" />
  342. <updated>1713681592546</updated>
  343. </task>
  344. <task id="LOCAL-00008" summary="0421 cloud micrometer">
  345. <option name="closed" value="true" />
  346. <created>1713689723321</created>
  347. <option name="number" value="00008" />
  348. <option name="presentableId" value="LOCAL-00008" />
  349. <option name="project" value="LOCAL" />
  350. <updated>1713689723321</updated>
  351. </task>
  352. <task id="LOCAL-00009" summary="0421 cloud micrometer">
  353. <option name="closed" value="true" />
  354. <created>1713693465394</created>
  355. <option name="number" value="00009" />
  356. <option name="presentableId" value="LOCAL-00009" />
  357. <option name="project" value="LOCAL" />
  358. <updated>1713693465394</updated>
  359. </task>
  360. <option name="localTasksCounter" value="10" />
  361. <servers />
  362. </component>
  363. <component name="TypeScriptGeneratedFilesManager">
  364. <option name="version" value="3" />
  365. </component>
  366. <component name="Vcs.Log.Tabs.Properties">
  367. <option name="OPEN_GENERIC_TABS">
  368. <map>
  369. <entry key="3431743d-9157-473f-967a-2a79095bd27b" value="TOOL_WINDOW" />
  370. <entry key="75b5eae0-e010-4937-bca4-287ec6a047d0" value="TOOL_WINDOW" />
  371. <entry key="d18daaab-16bb-46b0-b9f0-2f67435f8973" value="TOOL_WINDOW" />
  372. <entry key="d9e62913-66c0-41c6-80d2-2a3998a15d1f" value="TOOL_WINDOW" />
  373. </map>
  374. </option>
  375. <option name="TAB_STATES">
  376. <map>
  377. <entry key="3431743d-9157-473f-967a-2a79095bd27b">
  378. <value>
  379. <State>
  380. <option name="FILTERS">
  381. <map>
  382. <entry key="branch">
  383. <value>
  384. <list>
  385. <option value="HEAD" />
  386. </list>
  387. </value>
  388. </entry>
  389. <entry key="structure">
  390. <value>
  391. <list>
  392. <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springcloud-demo" />
  393. </list>
  394. </value>
  395. </entry>
  396. </map>
  397. </option>
  398. <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
  399. </State>
  400. </value>
  401. </entry>
  402. <entry key="75b5eae0-e010-4937-bca4-287ec6a047d0">
  403. <value>
  404. <State>
  405. <option name="FILTERS">
  406. <map>
  407. <entry key="branch">
  408. <value>
  409. <list>
  410. <option value="HEAD" />
  411. </list>
  412. </value>
  413. </entry>
  414. <entry key="structure">
  415. <value>
  416. <list>
  417. <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springcloud-demo" />
  418. </list>
  419. </value>
  420. </entry>
  421. </map>
  422. </option>
  423. <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
  424. </State>
  425. </value>
  426. </entry>
  427. <entry key="MAIN">
  428. <value>
  429. <State />
  430. </value>
  431. </entry>
  432. <entry key="d18daaab-16bb-46b0-b9f0-2f67435f8973">
  433. <value>
  434. <State>
  435. <option name="FILTERS">
  436. <map>
  437. <entry key="branch">
  438. <value>
  439. <list>
  440. <option value="HEAD" />
  441. </list>
  442. </value>
  443. </entry>
  444. <entry key="structure">
  445. <value>
  446. <list>
  447. <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springcloud-demo" />
  448. </list>
  449. </value>
  450. </entry>
  451. </map>
  452. </option>
  453. <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
  454. </State>
  455. </value>
  456. </entry>
  457. <entry key="d9e62913-66c0-41c6-80d2-2a3998a15d1f">
  458. <value>
  459. <State>
  460. <option name="FILTERS">
  461. <map>
  462. <entry key="branch">
  463. <value>
  464. <list>
  465. <option value="HEAD" />
  466. </list>
  467. </value>
  468. </entry>
  469. <entry key="structure">
  470. <value>
  471. <list>
  472. <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springcloud-demo" />
  473. </list>
  474. </value>
  475. </entry>
  476. </map>
  477. </option>
  478. <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
  479. </State>
  480. </value>
  481. </entry>
  482. </map>
  483. </option>
  484. </component>
  485. <component name="VcsManagerConfiguration">
  486. <MESSAGE value="0410 cloud eureka" />
  487. <MESSAGE value="0414 cloud eureka" />
  488. <MESSAGE value="0414 cloud loadbalancer+feign" />
  489. <MESSAGE value="0414 cloud openfeign" />
  490. <MESSAGE value="0414 cloud openfeign header" />
  491. <MESSAGE value="0421 cloud openfeign header" />
  492. <MESSAGE value="0421 cloud micrometer" />
  493. <option name="LAST_COMMIT_MESSAGE" value="0421 cloud micrometer" />
  494. </component>
  495. <component name="XSLT-Support.FileAssociations.UIState">
  496. <expand />
  497. <select />
  498. </component>
  499. </project>