workspace.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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="0bad6c28-ea68-4d3a-b40f-655b0d82b08f" name="Changes" comment="">
  8. <change afterPath="$PROJECT_DIR$/seata-order-service2001/pom.xml" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/SeataOrderMainApp2001.java" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/config/DataSourceProxyConfig.java" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/config/MybatisConfig.java" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/controller/OrderController.java" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/dao/OrderDao.java" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/domain/CommonResult.java" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/domain/Order.java" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/service/OrderService.java" afterDir="false" />
  17. <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/java/com/sf/service/impl/OrderServiceImpl.java" afterDir="false" />
  18. <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/resources/application.yml" afterDir="false" />
  19. <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/resources/file.conf" afterDir="false" />
  20. <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/resources/mapper/OrderMapper.xml" afterDir="false" />
  21. <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/main/resources/registry.conf" afterDir="false" />
  22. <change afterPath="$PROJECT_DIR$/seata-order-service2001/src/test/java/com/sf/AppTest.java" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  27. </list>
  28. <option name="SHOW_DIALOG" value="false" />
  29. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  30. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  31. <option name="LAST_RESOLUTION" value="IGNORE" />
  32. </component>
  33. <component name="FileTemplateManagerImpl">
  34. <option name="RECENT_TEMPLATES">
  35. <list>
  36. <option value="Interface" />
  37. <option value="Class" />
  38. </list>
  39. </option>
  40. </component>
  41. <component name="Git.Settings">
  42. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  43. </component>
  44. <component name="MarkdownSettingsMigration">
  45. <option name="stateVersion" value="1" />
  46. </component>
  47. <component name="ProjectId" id="2Wjbft4zhA78MCMNYcTiVaLiroG" />
  48. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  49. <ConfirmationsSetting value="2" id="Add" />
  50. </component>
  51. <component name="ProjectViewState">
  52. <option name="showLibraryContents" value="true" />
  53. </component>
  54. <component name="PropertiesComponent"><![CDATA[{
  55. "keyToString": {
  56. "RequestMappingsPanelOrder0": "0",
  57. "RequestMappingsPanelOrder1": "1",
  58. "RequestMappingsPanelWidth0": "75",
  59. "RequestMappingsPanelWidth1": "75",
  60. "RunOnceActivity.OpenProjectViewOnStart": "true",
  61. "RunOnceActivity.ShowReadmeOnStart": "true",
  62. "SHARE_PROJECT_CONFIGURATION_FILES": "true",
  63. "WebServerToolWindowFactoryState": "false",
  64. "jdk.selected.JAVA_MODULE": "1.8",
  65. "last_opened_file_path": "D:/Program Files/IntelliJ IDEA 2019.3.3/VIP23/springcloudalibabaVIP23/cloudalibaba-sentinel-service8401/src/main/resources",
  66. "node.js.detected.package.eslint": "true",
  67. "node.js.detected.package.tslint": "true",
  68. "node.js.selected.package.eslint": "(autodetect)",
  69. "node.js.selected.package.tslint": "(autodetect)",
  70. "project.structure.last.edited": "Modules",
  71. "project.structure.proportion": "0.15",
  72. "project.structure.side.proportion": "0.35402298",
  73. "settings.editor.selected.configurable": "editor.preferences.fonts.default",
  74. "spring.configuration.checksum": "eef36db803e3763009b633b1a4930b6c",
  75. "vue.rearranger.settings.migration": "true"
  76. }
  77. }]]></component>
  78. <component name="RecentsManager">
  79. <key name="CopyFile.RECENT_KEYS">
  80. <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\springcloudalibabaVIP23\cloudalibaba-sentinel-service8401\src\main\resources" />
  81. <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\springcloudalibabaVIP23\cloudalibaba-consumer-nacos-order84\src\main\resources" />
  82. <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\springcloudalibabaVIP23\cloudalibaba-provider-payment9004\src\main\resources" />
  83. <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\springcloudalibabaVIP23\cloudalibaba-provider-payment9002\src\main\resources" />
  84. <recent name="D:\Program Files\IntelliJ IDEA 2019.3.3\VIP23\springcloudalibabaVIP23\cloudalibaba-provider-payment9001\src\main\resources" />
  85. </key>
  86. <key name="CopyClassDialog.RECENTS_KEY">
  87. <recent name="com.sf.config" />
  88. <recent name="com.sf" />
  89. <recent name="com.sf.controller" />
  90. </key>
  91. </component>
  92. <component name="RunDashboard">
  93. <option name="configurationTypes">
  94. <set>
  95. <option value="SpringBootApplicationConfigurationType" />
  96. </set>
  97. </option>
  98. </component>
  99. <component name="RunManager" selected="Spring Boot.MainApp8401">
  100. <configuration name="MainApp8401" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
  101. <module name="cloudalibaba-sentinel-service8401" />
  102. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.MainApp8401" />
  103. <extension name="coverage">
  104. <pattern>
  105. <option name="PATTERN" value="com.sf.*" />
  106. <option name="ENABLED" value="true" />
  107. </pattern>
  108. </extension>
  109. <method v="2">
  110. <option name="Make" enabled="true" />
  111. </method>
  112. </configuration>
  113. <configuration name="NacosConfigClientMain3377" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
  114. <module name="cloudalibaba-config-nacos-client3377" />
  115. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.NacosConfigClientMain3377" />
  116. <extension name="coverage">
  117. <pattern>
  118. <option name="PATTERN" value="com.sf.*" />
  119. <option name="ENABLED" value="true" />
  120. </pattern>
  121. </extension>
  122. <method v="2">
  123. <option name="Make" enabled="true" />
  124. </method>
  125. </configuration>
  126. <configuration name="OrderNacosMain84" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
  127. <module name="cloudalibaba-consumer-nacos-order84" />
  128. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.OrderNacosMain84" />
  129. <extension name="coverage">
  130. <pattern>
  131. <option name="PATTERN" value="com.sf.*" />
  132. <option name="ENABLED" value="true" />
  133. </pattern>
  134. </extension>
  135. <method v="2">
  136. <option name="Make" enabled="true" />
  137. </method>
  138. </configuration>
  139. <configuration name="PaymentMain9003" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
  140. <module name="cloudalibaba-provider-payment9003" />
  141. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.PaymentMain9003" />
  142. <extension name="coverage">
  143. <pattern>
  144. <option name="PATTERN" value="com.sf.*" />
  145. <option name="ENABLED" value="true" />
  146. </pattern>
  147. </extension>
  148. <method v="2">
  149. <option name="Make" enabled="true" />
  150. </method>
  151. </configuration>
  152. <configuration name="PaymentMain9004" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
  153. <module name="cloudalibaba-provider-payment9004" />
  154. <option name="SPRING_BOOT_MAIN_CLASS" value="com.sf.PaymentMain9004" />
  155. <extension name="coverage">
  156. <pattern>
  157. <option name="PATTERN" value="com.sf.*" />
  158. <option name="ENABLED" value="true" />
  159. </pattern>
  160. </extension>
  161. <method v="2">
  162. <option name="Make" enabled="true" />
  163. </method>
  164. </configuration>
  165. <recent_temporary>
  166. <list>
  167. <item itemvalue="Spring Boot.MainApp8401" />
  168. <item itemvalue="Spring Boot.OrderNacosMain84" />
  169. <item itemvalue="Spring Boot.PaymentMain9004" />
  170. <item itemvalue="Spring Boot.PaymentMain9003" />
  171. <item itemvalue="Spring Boot.NacosConfigClientMain3377" />
  172. </list>
  173. </recent_temporary>
  174. </component>
  175. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  176. <component name="TaskManager">
  177. <task active="true" id="Default" summary="Default task">
  178. <changelist id="0bad6c28-ea68-4d3a-b40f-655b0d82b08f" name="Changes" comment="" />
  179. <created>1697249044579</created>
  180. <option name="number" value="Default" />
  181. <option name="presentableId" value="Default" />
  182. <updated>1697249044579</updated>
  183. <workItem from="1697249045982" duration="28402000" />
  184. <workItem from="1697709648073" duration="4195000" />
  185. <workItem from="1697845863714" duration="6857000" />
  186. <workItem from="1697876130886" duration="1236000" />
  187. <workItem from="1697931753064" duration="638000" />
  188. <workItem from="1698312279279" duration="9566000" />
  189. <workItem from="1698914353786" duration="9997000" />
  190. <workItem from="1699079521546" duration="5328000" />
  191. </task>
  192. <servers />
  193. </component>
  194. <component name="TypeScriptGeneratedFilesManager">
  195. <option name="version" value="3" />
  196. </component>
  197. <component name="UnknownFeatures">
  198. <option featureType="com.intellij.fileTypeFactory" implementationName="*.conf" />
  199. </component>
  200. <component name="XSLT-Support.FileAssociations.UIState">
  201. <expand />
  202. <select />
  203. </component>
  204. </project>