workspace.xml 21 KB

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