workspace.xml 18 KB

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