workspace.xml 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="BranchesTreeState">
  4. <expand>
  5. <path>
  6. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  7. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  8. </path>
  9. <path>
  10. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  11. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  12. </path>
  13. <path>
  14. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  15. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  16. <item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
  17. </path>
  18. </expand>
  19. <select />
  20. </component>
  21. <component name="ChangeListManager">
  22. <list default="true" id="abe40335-1998-468a-9c83-8ed884d8e030" name="Default Changelist" comment="">
  23. <change afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/mapper/RmsBidAreaMapper.java" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/model/RmsBidArea.java" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/IRmsBidAreaService.java" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsBidAreaServiceImpl.java" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/src/main/resources/com/steerinfo/dil/mapper/RmsBidAreaMapper.xml" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/mapper/RmsBidAreaMapper.class" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/mapper/RmsBidAreaMapper.xml" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/model/RmsBidArea.class" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/IRmsBidAreaService.class" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsBidAreaServiceImpl.class" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/target/test-classes/com/steerinfo/dil/rmsbidarea/controller/RmsBidAreaController.class" afterDir="false" />
  34. <change afterPath="$PROJECT_DIR$/target/test-classes/com/steerinfo/dil/rmsbidarea/mapper/RmsBidAreaMapper.class" afterDir="false" />
  35. <change afterPath="$PROJECT_DIR$/target/test-classes/com/steerinfo/dil/rmsbidarea/model/RmsBidArea.class" afterDir="false" />
  36. <change afterPath="$PROJECT_DIR$/target/test-classes/com/steerinfo/dil/rmsbidarea/service/IRmsBidAreaService.class" afterDir="false" />
  37. <change afterPath="$PROJECT_DIR$/target/test-classes/com/steerinfo/dil/rmsbidarea/service/impl/RmsBidAreaServiceImpl.class" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/.idea/jarRepositories.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/jarRepositories.xml" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsCarrierController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsCarrierController.java" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsOilPriceController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsOilPriceController.java" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/IRmsCarrierService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/IRmsCarrierService.java" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsCarrierServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl/RmsCarrierServiceImpl.java" afterDir="false" />
  46. <change beforePath="$PROJECT_DIR$/target/classes/bootstrap.yml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/bootstrap.yml" afterDir="false" />
  47. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsCarrierController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsCarrierController.class" afterDir="false" />
  48. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsOilPriceController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/controller/RmsOilPriceController.class" afterDir="false" />
  49. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/IRmsCarrierService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/IRmsCarrierService.class" afterDir="false" />
  50. <change beforePath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsCarrierServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/steerinfo/dil/service/impl/RmsCarrierServiceImpl.class" afterDir="false" />
  51. </list>
  52. <option name="SHOW_DIALOG" value="false" />
  53. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  54. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  55. <option name="LAST_RESOLUTION" value="IGNORE" />
  56. </component>
  57. <component name="Git.Settings">
  58. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  59. </component>
  60. <component name="MavenImportPreferences">
  61. <option name="generalSettings">
  62. <MavenGeneralSettings>
  63. <option name="localRepository" value="C:\Maven\cangku" />
  64. <option name="mavenHome" value="$PROJECT_DIR$/../../../../Maven/apache-maven-3.5.0" />
  65. <option name="userSettingsFile" value="C:\Maven\apache-maven-3.5.0\conf\settings.xml" />
  66. </MavenGeneralSettings>
  67. </option>
  68. </component>
  69. <component name="ProjectId" id="22RUOijcqfbhd16tNawXmjbRHEA" />
  70. <component name="ProjectViewState">
  71. <option name="hideEmptyMiddlePackages" value="true" />
  72. <option name="showLibraryContents" value="true" />
  73. </component>
  74. <component name="PropertiesComponent">
  75. <property name="RequestMappingsPanelOrder0" value="0" />
  76. <property name="RequestMappingsPanelOrder1" value="1" />
  77. <property name="RequestMappingsPanelWidth0" value="75" />
  78. <property name="RequestMappingsPanelWidth1" value="75" />
  79. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  80. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  81. <property name="WebServerToolWindowFactoryState" value="false" />
  82. <property name="aspect.path.notification.shown" value="true" />
  83. <property name="last_opened_file_path" value="$PROJECT_DIR$/src/main/java/com/steerinfo/dil/service/impl" />
  84. <property name="last_opened_file_path" value="$PROJECT_DIR$/../DAL-DAZHOU-API" />
  85. <property name="node.js.detected.package.eslint" value="true" />
  86. <property name="node.js.detected.package.tslint" value="true" />
  87. <property name="node.js.path.for.package.eslint" value="project" />
  88. <property name="node.js.path.for.package.tslint" value="project" />
  89. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  90. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  91. <property name="nodejs_package_manager_path" value="npm" />
  92. <property name="settings.editor.selected.configurable" value="MavenSettings" />
  93. </component>
  94. <component name="RecentsManager">
  95. <key name="CopyClassDialog.RECENTS_KEY">
  96. <recent name="com.steerinfo.dil.model" />
  97. </key>
  98. <key name="CopyFile.RECENT_KEYS">
  99. <recent name="C:\workspaces\stworkspace\12.20\DAL-DAZHOU-RMS-API\src\main\java\com\steerinfo\dil\service\impl" />
  100. <recent name="C:\workspaces\stworkspace\12.20\DAL-DAZHOU-RMS-API\src\main\java\com\steerinfo\dil\service" />
  101. <recent name="C:\workspaces\stworkspace\12.20\DAL-DAZHOU-RMS-API\src\main\resources\com\steerinfo\dil\mapper" />
  102. <recent name="C:\workspaces\stworkspace\12.20\DAL-DAZHOU-RMS-API\src\main\java\com\steerinfo\dil\model" />
  103. <recent name="C:\workspaces\stworkspace\12.20\DAL-DAZHOU-RMS-API\src\main\java\com\steerinfo\dil\mapper" />
  104. </key>
  105. </component>
  106. <component name="RunManager">
  107. <configuration name="DilApplicationMain" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  108. <module name="dil-api" />
  109. <option name="SPRING_BOOT_MAIN_CLASS" value="com.steerinfo.DilApplicationMain" />
  110. <method v="2">
  111. <option name="Make" enabled="true" />
  112. </method>
  113. </configuration>
  114. </component>
  115. <component name="SvnConfiguration">
  116. <configuration />
  117. </component>
  118. <component name="TaskManager">
  119. <task active="true" id="Default" summary="Default task">
  120. <changelist id="abe40335-1998-468a-9c83-8ed884d8e030" name="Default Changelist" comment="" />
  121. <created>1639799862423</created>
  122. <option name="number" value="Default" />
  123. <option name="presentableId" value="Default" />
  124. <updated>1639799862423</updated>
  125. <workItem from="1639799866763" duration="17817000" />
  126. <workItem from="1639963691127" duration="15865000" />
  127. <workItem from="1639799866763" duration="19781000" />
  128. <workItem from="1639960339544" duration="3726000" />
  129. </task>
  130. <servers />
  131. </component>
  132. <component name="TypeScriptGeneratedFilesManager">
  133. <option name="version" value="2" />
  134. </component>
  135. <component name="Vcs.Log.Tabs.Properties">
  136. <option name="TAB_STATES">
  137. <map>
  138. <entry key="MAIN">
  139. <value>
  140. <State />
  141. </value>
  142. </entry>
  143. </map>
  144. </option>
  145. <option name="oldMeFiltersMigrated" value="true" />
  146. </component>
  147. <component name="WindowStateProjectService">
  148. <state x="446" y="46" key="#com.intellij.ide.util.MemberChooser" timestamp="1639985896075">
  149. <screen x="0" y="0" width="1280" height="680" />
  150. </state>
  151. <state x="446" y="46" key="#com.intellij.ide.util.MemberChooser/0.0.1280.680@0.0.1280.680" timestamp="1639985896075" />
  152. <state width="444" height="466" key="DebuggerActiveHint" timestamp="1639818003519">
  153. <screen x="0" y="0" width="1536" height="824" />
  154. </state>
  155. <state width="444" height="466" key="DebuggerActiveHint/0.0.1536.824@0.0.1536.824" timestamp="1639818003519" />
  156. <state x="549" y="166" key="FileChooserDialogImpl" timestamp="1639961493966">
  157. <screen x="0" y="0" width="1536" height="824" />
  158. </state>
  159. <state x="458" y="137" key="FileChooserDialogImpl/0.0.1280.680@0.0.1280.680" timestamp="1639965013078" />
  160. <state x="549" y="166" key="FileChooserDialogImpl/0.0.1536.824@0.0.1536.824" timestamp="1639961493966" />
  161. <state width="1487" height="209" key="GridCell.Tab.0.bottom" timestamp="1639997169138">
  162. <screen x="0" y="0" width="1536" height="824" />
  163. </state>
  164. <state width="1237" height="305" key="GridCell.Tab.0.bottom/0.0.1280.680@0.0.1280.680" timestamp="1639989735386" />
  165. <state width="1487" height="209" key="GridCell.Tab.0.bottom/0.0.1536.824@0.0.1536.824" timestamp="1639997169138" />
  166. <state width="1487" height="209" key="GridCell.Tab.0.center" timestamp="1639997169138">
  167. <screen x="0" y="0" width="1536" height="824" />
  168. </state>
  169. <state width="1237" height="305" key="GridCell.Tab.0.center/0.0.1280.680@0.0.1280.680" timestamp="1639989735386" />
  170. <state width="1487" height="209" key="GridCell.Tab.0.center/0.0.1536.824@0.0.1536.824" timestamp="1639997169138" />
  171. <state width="1487" height="209" key="GridCell.Tab.0.left" timestamp="1639997169138">
  172. <screen x="0" y="0" width="1536" height="824" />
  173. </state>
  174. <state width="1237" height="305" key="GridCell.Tab.0.left/0.0.1280.680@0.0.1280.680" timestamp="1639989735385" />
  175. <state width="1487" height="209" key="GridCell.Tab.0.left/0.0.1536.824@0.0.1536.824" timestamp="1639997169138" />
  176. <state width="1487" height="209" key="GridCell.Tab.0.right" timestamp="1639997169138">
  177. <screen x="0" y="0" width="1536" height="824" />
  178. </state>
  179. <state width="1237" height="305" key="GridCell.Tab.0.right/0.0.1280.680@0.0.1280.680" timestamp="1639989735386" />
  180. <state width="1487" height="209" key="GridCell.Tab.0.right/0.0.1536.824@0.0.1536.824" timestamp="1639997169138" />
  181. <state width="1237" height="305" key="GridCell.Tab.1.bottom" timestamp="1639989735900">
  182. <screen x="0" y="0" width="1280" height="680" />
  183. </state>
  184. <state width="1237" height="305" key="GridCell.Tab.1.bottom/0.0.1280.680@0.0.1280.680" timestamp="1639989735900" />
  185. <state width="1493" height="462" key="GridCell.Tab.1.bottom/0.0.1536.824@0.0.1536.824" timestamp="1639822112421" />
  186. <state width="1237" height="305" key="GridCell.Tab.1.center" timestamp="1639989735900">
  187. <screen x="0" y="0" width="1280" height="680" />
  188. </state>
  189. <state width="1237" height="305" key="GridCell.Tab.1.center/0.0.1280.680@0.0.1280.680" timestamp="1639989735900" />
  190. <state width="1493" height="462" key="GridCell.Tab.1.center/0.0.1536.824@0.0.1536.824" timestamp="1639822112420" />
  191. <state width="1237" height="305" key="GridCell.Tab.1.left" timestamp="1639989735900">
  192. <screen x="0" y="0" width="1280" height="680" />
  193. </state>
  194. <state width="1237" height="305" key="GridCell.Tab.1.left/0.0.1280.680@0.0.1280.680" timestamp="1639989735900" />
  195. <state width="1493" height="462" key="GridCell.Tab.1.left/0.0.1536.824@0.0.1536.824" timestamp="1639822112420" />
  196. <state width="1237" height="305" key="GridCell.Tab.1.right" timestamp="1639989735900">
  197. <screen x="0" y="0" width="1280" height="680" />
  198. </state>
  199. <state width="1237" height="305" key="GridCell.Tab.1.right/0.0.1280.680@0.0.1280.680" timestamp="1639989735900" />
  200. <state width="1493" height="462" key="GridCell.Tab.1.right/0.0.1536.824@0.0.1536.824" timestamp="1639822112420" />
  201. <state width="1237" height="242" key="GridCell.Tab.2.bottom" timestamp="1639989772908">
  202. <screen x="0" y="0" width="1280" height="680" />
  203. </state>
  204. <state width="1237" height="242" key="GridCell.Tab.2.bottom/0.0.1280.680@0.0.1280.680" timestamp="1639989772908" />
  205. <state width="1493" height="462" key="GridCell.Tab.2.bottom/0.0.1536.824@0.0.1536.824" timestamp="1639822112421" />
  206. <state width="1237" height="242" key="GridCell.Tab.2.center" timestamp="1639989772908">
  207. <screen x="0" y="0" width="1280" height="680" />
  208. </state>
  209. <state width="1237" height="242" key="GridCell.Tab.2.center/0.0.1280.680@0.0.1280.680" timestamp="1639989772908" />
  210. <state width="1493" height="462" key="GridCell.Tab.2.center/0.0.1536.824@0.0.1536.824" timestamp="1639822112421" />
  211. <state width="1237" height="242" key="GridCell.Tab.2.left" timestamp="1639989772908">
  212. <screen x="0" y="0" width="1280" height="680" />
  213. </state>
  214. <state width="1237" height="242" key="GridCell.Tab.2.left/0.0.1280.680@0.0.1280.680" timestamp="1639989772908" />
  215. <state width="1493" height="462" key="GridCell.Tab.2.left/0.0.1536.824@0.0.1536.824" timestamp="1639822112421" />
  216. <state width="1237" height="242" key="GridCell.Tab.2.right" timestamp="1639989772908">
  217. <screen x="0" y="0" width="1280" height="680" />
  218. </state>
  219. <state width="1237" height="242" key="GridCell.Tab.2.right/0.0.1280.680@0.0.1280.680" timestamp="1639989772908" />
  220. <state width="1493" height="462" key="GridCell.Tab.2.right/0.0.1536.824@0.0.1536.824" timestamp="1639822112421" />
  221. <state x="225" y="0" key="SettingsEditor" timestamp="1639963719060">
  222. <screen x="0" y="0" width="1280" height="680" />
  223. </state>
  224. <state x="225" y="0" key="SettingsEditor/0.0.1280.680@0.0.1280.680" timestamp="1639963719060" />
  225. <state x="270" y="56" key="SettingsEditor/0.0.1536.824@0.0.1536.824" timestamp="1639799919381" />
  226. <state x="235" y="0" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1639818889347">
  227. <screen x="0" y="0" width="1536" height="824" />
  228. </state>
  229. <state x="235" y="0" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/0.0.1536.824@0.0.1536.824" timestamp="1639818889347" />
  230. <state x="425" y="187" key="run.anything.popup" timestamp="1639814402364">
  231. <screen x="0" y="0" width="1536" height="824" />
  232. </state>
  233. <state x="425" y="187" key="run.anything.popup/0.0.1536.824@0.0.1536.824" timestamp="1639814402364" />
  234. </component>
  235. <component name="XDebuggerManager">
  236. <breakpoint-manager>
  237. <breakpoints>
  238. <line-breakpoint enabled="true" type="java-line">
  239. <url>file://$PROJECT_DIR$/src/main/java/com/steerinfo/dil/controller/RmsCarrierController.java</url>
  240. <line>112</line>
  241. <option name="timeStamp" value="12" />
  242. </line-breakpoint>
  243. </breakpoints>
  244. </breakpoint-manager>
  245. </component>
  246. </project>