敏捷工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

361 lines
21 KiB

2 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ArtifactsWorkspaceSettings">
  4. <artifacts-to-build>
  5. <artifact name="web" />
  6. </artifacts-to-build>
  7. </component>
  8. <component name="ChangeListManager">
  9. <list default="true" id="4ac83321-addc-493f-bf36-c1df665b9161" name="Default Changelist" comment="">
  10. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__com_alibaba_fastjson_1_2_33.xml" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__commons_codec_commons_codec_1_14.xml" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_2.xml" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/.idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_5.xml" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/model/OilPriceBean.java" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/utils/DateUtils.java" afterDir="false" />
  16. <change afterPath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/utils/HttpUtils.java" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/HELP.md" beforeDir="false" afterPath="$PROJECT_DIR$/HELP.md" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/hellospring.iml" beforeDir="false" afterPath="$PROJECT_DIR$/hellospring.iml" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/HelloSpringApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/HelloSpringApplication.java" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/controller/CustomerController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/controller/CustomerController.java" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/controller/OilController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/controller/OilController.java" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/model/OilDO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/model/OilDO.java" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/repository/OilRepository.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/repository/OilRepository.java" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/service/OilService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/whn/hellospring/service/OilService.java" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/src/test/java/com/whn/hellospring/MenuTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/com/whn/hellospring/MenuTest.java" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/target/classes/com/whn/hellospring/HelloSpringApplication.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/whn/hellospring/HelloSpringApplication.class" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/target/classes/com/whn/hellospring/controller/CustomerController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/whn/hellospring/controller/CustomerController.class" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/target/classes/com/whn/hellospring/controller/OilController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/whn/hellospring/controller/OilController.class" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/target/classes/com/whn/hellospring/model/OilDO$OilDOBuilder.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/whn/hellospring/model/OilDO$OilDOBuilder.class" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/target/classes/com/whn/hellospring/model/OilDO.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/whn/hellospring/model/OilDO.class" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/target/classes/com/whn/hellospring/service/OilService.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/whn/hellospring/service/OilService.class" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/target/docker/test.jar" beforeDir="false" afterPath="$PROJECT_DIR$/target/docker/test.jar" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/target/surefire-reports/TEST-com.whn.hellospring.AppTest.xml" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/TEST-com.whn.hellospring.AppTest.xml" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/target/surefire-reports/TEST-com.whn.hellospring.CustomerTest.xml" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/TEST-com.whn.hellospring.CustomerTest.xml" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/target/surefire-reports/TEST-com.whn.hellospring.MenuTest.xml" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/TEST-com.whn.hellospring.MenuTest.xml" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/target/surefire-reports/TEST-com.whn.hellospring.OrderTest.xml" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/TEST-com.whn.hellospring.OrderTest.xml" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/target/surefire-reports/com.whn.hellospring.AppTest.txt" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/com.whn.hellospring.AppTest.txt" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/target/surefire-reports/com.whn.hellospring.CustomerTest.txt" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/com.whn.hellospring.CustomerTest.txt" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/target/surefire-reports/com.whn.hellospring.MenuTest.txt" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/com.whn.hellospring.MenuTest.txt" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/target/surefire-reports/com.whn.hellospring.OrderTest.txt" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/com.whn.hellospring.OrderTest.txt" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/target/test.jar" beforeDir="false" afterPath="$PROJECT_DIR$/target/test.jar" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/target/test.jar.original" beforeDir="false" afterPath="$PROJECT_DIR$/target/test.jar.original" afterDir="false" />
  45. </list>
  46. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  47. <option name="SHOW_DIALOG" value="false" />
  48. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  49. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  50. <option name="LAST_RESOLUTION" value="IGNORE" />
  51. </component>
  52. <component name="DatabaseView">
  53. <option name="SHOW_INTERMEDIATE" value="true" />
  54. <option name="GROUP_DATA_SOURCES" value="true" />
  55. <option name="GROUP_SCHEMA" value="true" />
  56. <option name="GROUP_CONTENTS" value="false" />
  57. <option name="SORT_POSITIONED" value="false" />
  58. <option name="SHOW_EMPTY_GROUPS" value="false" />
  59. <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
  60. <option name="HIDDEN_KINDS">
  61. <set />
  62. </option>
  63. <expand>
  64. <path>
  65. <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
  66. <item name="MySQL for 5.1 - @localhost" type="feb32156:DbDataSourceImpl" />
  67. </path>
  68. <path>
  69. <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
  70. <item name="MySQL for 5.1 - @localhost" type="feb32156:DbDataSourceImpl" />
  71. <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
  72. </path>
  73. <path>
  74. <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
  75. <item name="MySQL for 5.1 - @localhost" type="feb32156:DbDataSourceImpl" />
  76. <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
  77. <item name="test: schema" type="76f4a085:MysqlImplModel$Schema" />
  78. </path>
  79. </expand>
  80. <select />
  81. </component>
  82. <component name="FileTemplateManagerImpl">
  83. <option name="RECENT_TEMPLATES">
  84. <list>
  85. <option value="Interface" />
  86. <option value="Class" />
  87. </list>
  88. </option>
  89. </component>
  90. <component name="MavenImportPreferences">
  91. <option name="importingSettings">
  92. <MavenImportingSettings>
  93. <option name="importAutomatically" value="true" />
  94. <option name="vmOptionsForImporter" value="-Xmx768m" />
  95. </MavenImportingSettings>
  96. </option>
  97. </component>
  98. <component name="ProjectId" id="1e7TyAErjqLx4yHALZIOB4CjAFV" />
  99. <component name="PropertiesComponent">
  100. <property name="DatabaseDriversLRU" value="mysql" />
  101. <property name="RequestMappingsPanelOrder0" value="0" />
  102. <property name="RequestMappingsPanelOrder1" value="1" />
  103. <property name="RequestMappingsPanelWidth0" value="75" />
  104. <property name="RequestMappingsPanelWidth1" value="75" />
  105. <property name="WebServerToolWindowFactoryState" value="false" />
  106. <property name="aspect.path.notification.shown" value="true" />
  107. <property name="last_opened_file_path" value="$PROJECT_DIR$/src/main/java/com/whn/hellospring/top" />
  108. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  109. <property name="nodejs_package_manager_path" value="npm" />
  110. <property name="project.structure.last.edited" value="Artifacts" />
  111. <property name="project.structure.proportion" value="0.15" />
  112. <property name="project.structure.side.proportion" value="0.2" />
  113. <property name="settings.editor.selected.configurable" value="preferences.lookFeel" />
  114. </component>
  115. <component name="RecentsManager">
  116. <key name="CopyClassDialog.RECENTS_KEY">
  117. <recent name="com.whn.hellospring.utils" />
  118. <recent name="com.whn.hellospring.request" />
  119. <recent name="com.whn.hellospring.model" />
  120. <recent name="com.whn.hellospring.common" />
  121. </key>
  122. <key name="CopyFile.RECENT_KEYS">
  123. <recent name="F:\java\workspace\hellospring\src\main\java\com\whn\hellospring\top" />
  124. <recent name="F:\java\workspace\hellospring\src\main\java\com\whn\hellospring\utils" />
  125. </key>
  126. </component>
  127. <component name="RunDashboard">
  128. <option name="ruleStates">
  129. <list>
  130. <RuleState>
  131. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  132. </RuleState>
  133. <RuleState>
  134. <option name="name" value="StatusDashboardGroupingRule" />
  135. </RuleState>
  136. </list>
  137. </option>
  138. </component>
  139. <component name="RunManager" selected="Spring Boot.HellospringApplication">
  140. <configuration name="AppTest.getVersion" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  141. <module name="hellospring" />
  142. <extension name="coverage">
  143. <pattern>
  144. <option name="PATTERN" value="com.whn.hellospring.*" />
  145. <option name="ENABLED" value="true" />
  146. </pattern>
  147. </extension>
  148. <option name="PACKAGE_NAME" value="com.whn.hellospring" />
  149. <option name="MAIN_CLASS_NAME" value="com.whn.hellospring.AppTest" />
  150. <option name="METHOD_NAME" value="getVersion" />
  151. <option name="TEST_OBJECT" value="method" />
  152. <method v="2">
  153. <option name="Make" enabled="true" />
  154. </method>
  155. </configuration>
  156. <configuration name="CustomerTest.createCustomer" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  157. <module name="hellospring" />
  158. <extension name="coverage">
  159. <pattern>
  160. <option name="PATTERN" value="com.whn.hellospring.controller.*" />
  161. <option name="ENABLED" value="true" />
  162. </pattern>
  163. </extension>
  164. <option name="PACKAGE_NAME" value="com.whn.hellospring" />
  165. <option name="MAIN_CLASS_NAME" value="com.whn.hellospring.CustomerTest" />
  166. <option name="METHOD_NAME" value="createCustomer" />
  167. <option name="TEST_OBJECT" value="method" />
  168. <method v="2">
  169. <option name="Make" enabled="true" />
  170. </method>
  171. </configuration>
  172. <configuration name="CustomerTest.queryCustomerList" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  173. <module name="hellospring" />
  174. <extension name="coverage">
  175. <pattern>
  176. <option name="PATTERN" value="com.whn.hellospring.controller.*" />
  177. <option name="ENABLED" value="true" />
  178. </pattern>
  179. </extension>
  180. <option name="PACKAGE_NAME" value="com.whn.hellospring" />
  181. <option name="MAIN_CLASS_NAME" value="com.whn.hellospring.CustomerTest" />
  182. <option name="METHOD_NAME" value="queryCustomerList" />
  183. <option name="TEST_OBJECT" value="method" />
  184. <method v="2">
  185. <option name="Make" enabled="true" />
  186. </method>
  187. </configuration>
  188. <configuration name="MenuTest.getTypeList" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  189. <module name="hellospring" />
  190. <extension name="coverage">
  191. <pattern>
  192. <option name="PATTERN" value="com.whn.hellospring.*" />
  193. <option name="ENABLED" value="true" />
  194. </pattern>
  195. </extension>
  196. <option name="PACKAGE_NAME" value="com.whn.hellospring" />
  197. <option name="MAIN_CLASS_NAME" value="com.whn.hellospring.MenuTest" />
  198. <option name="METHOD_NAME" value="getTypeList" />
  199. <option name="TEST_OBJECT" value="method" />
  200. <method v="2">
  201. <option name="Make" enabled="true" />
  202. </method>
  203. </configuration>
  204. <configuration name="OrderTest.getOrderListByCustomer" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
  205. <module name="hellospring" />
  206. <extension name="coverage">
  207. <pattern>
  208. <option name="PATTERN" value="com.whn.hellospring.*" />
  209. <option name="ENABLED" value="true" />
  210. </pattern>
  211. </extension>
  212. <option name="PACKAGE_NAME" value="com.whn.hellospring" />
  213. <option name="MAIN_CLASS_NAME" value="com.whn.hellospring.OrderTest" />
  214. <option name="METHOD_NAME" value="getOrderListByCustomer" />
  215. <option name="TEST_OBJECT" value="method" />
  216. <method v="2">
  217. <option name="Make" enabled="true" />
  218. </method>
  219. </configuration>
  220. <configuration name="hellospring [package]" type="MavenRunConfiguration" factoryName="Maven">
  221. <MavenSettings>
  222. <option name="myGeneralSettings" />
  223. <option name="myRunnerSettings" />
  224. <option name="myRunnerParameters">
  225. <MavenRunnerParameters>
  226. <option name="profiles">
  227. <set />
  228. </option>
  229. <option name="goals">
  230. <list>
  231. <option value="clean" />
  232. <option value="package" />
  233. </list>
  234. </option>
  235. <option name="pomFileName" value="pom.xml" />
  236. <option name="profilesMap">
  237. <map />
  238. </option>
  239. <option name="resolveToWorkspace" value="false" />
  240. <option name="workingDirPath" value="$PROJECT_DIR$" />
  241. </MavenRunnerParameters>
  242. </option>
  243. </MavenSettings>
  244. <method v="2" />
  245. </configuration>
  246. <configuration name="HellospringApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  247. <module name="hellospring" />
  248. <option name="SPRING_BOOT_MAIN_CLASS" value="com.whn.hellospring.HelloSpringApplication" />
  249. <method v="2">
  250. <option name="Make" enabled="true" />
  251. </method>
  252. </configuration>
  253. <recent_temporary>
  254. <list>
  255. <item itemvalue="JUnit.OrderTest.getOrderListByCustomer" />
  256. <item itemvalue="JUnit.AppTest.getVersion" />
  257. <item itemvalue="JUnit.MenuTest.getTypeList" />
  258. <item itemvalue="JUnit.CustomerTest.queryCustomerList" />
  259. <item itemvalue="JUnit.CustomerTest.createCustomer" />
  260. </list>
  261. </recent_temporary>
  262. </component>
  263. <component name="SvnConfiguration" cleanupOnStartRun="true">
  264. <configuration>C:\Users\sq\AppData\Roaming\Subversion</configuration>
  265. <supportedVersion>125</supportedVersion>
  266. </component>
  267. <component name="SvnFileUrlMappingImpl">
  268. <option name="myMappingRoots">
  269. <list>
  270. <SvnCopyRootSimple>
  271. <option name="myVcsRoot" value="F:\java\workspace\hellospring" />
  272. <option name="myCopyRoot" value="F:\java\workspace\hellospring" />
  273. </SvnCopyRootSimple>
  274. </list>
  275. </option>
  276. <option name="myMoreRealMappingRoots">
  277. <list>
  278. <SvnCopyRootSimple>
  279. <option name="myVcsRoot" value="F:\java\workspace\hellospring" />
  280. <option name="myCopyRoot" value="F:\java\workspace\hellospring" />
  281. </SvnCopyRootSimple>
  282. </list>
  283. </option>
  284. </component>
  285. <component name="TaskManager">
  286. <task active="true" id="Default" summary="Default task">
  287. <changelist id="4ac83321-addc-493f-bf36-c1df665b9161" name="Default Changelist" comment="" />
  288. <created>1593671883249</created>
  289. <option name="number" value="Default" />
  290. <option name="presentableId" value="Default" />
  291. <updated>1593671883249</updated>
  292. <workItem from="1593671885863" duration="4524000" />
  293. <workItem from="1593677673425" duration="762000" />
  294. <workItem from="1593737836147" duration="2536000" />
  295. <workItem from="1593742607955" duration="1162000" />
  296. <workItem from="1594001384549" duration="16359000" />
  297. <workItem from="1594279295601" duration="1656000" />
  298. <workItem from="1594693203284" duration="9083000" />
  299. <workItem from="1594708755510" duration="2513000" />
  300. <workItem from="1594773582682" duration="901000" />
  301. <workItem from="1599617545853" duration="458000" />
  302. <workItem from="1599618332390" duration="12929000" />
  303. <workItem from="1599638229466" duration="174000" />
  304. <workItem from="1599638410014" duration="5016000" />
  305. <workItem from="1599698444454" duration="9196000" />
  306. <workItem from="1599720039599" duration="5498000" />
  307. <workItem from="1599791771693" duration="11410000" />
  308. <workItem from="1600155844117" duration="1979000" />
  309. <workItem from="1600217250398" duration="28949000" />
  310. <workItem from="1600414011667" duration="2000" />
  311. <workItem from="1600744532530" duration="3567000" />
  312. <workItem from="1600842523881" duration="1797000" />
  313. <workItem from="1601357689886" duration="11000" />
  314. <workItem from="1603156074398" duration="7159000" />
  315. <workItem from="1603171512363" duration="12000" />
  316. <workItem from="1603172575824" duration="15293000" />
  317. <workItem from="1603335556027" duration="692000" />
  318. <workItem from="1603349250851" duration="813000" />
  319. <workItem from="1604392664473" duration="2251000" />
  320. <workItem from="1604713941462" duration="3308000" />
  321. <workItem from="1605072510241" duration="6567000" />
  322. <workItem from="1605144104971" duration="10091000" />
  323. <workItem from="1605660438369" duration="109000" />
  324. <workItem from="1606701499160" duration="1453000" />
  325. <workItem from="1606972912770" duration="114000" />
  326. <workItem from="1608258652910" duration="5617000" />
  327. <workItem from="1608275126842" duration="1984000" />
  328. <workItem from="1612425322917" duration="34000" />
  329. <workItem from="1615790331897" duration="16791000" />
  330. <workItem from="1617152159077" duration="51000" />
  331. <workItem from="1618464676907" duration="178000" />
  332. <workItem from="1619165257485" duration="626000" />
  333. <workItem from="1623980339280" duration="352000" />
  334. <workItem from="1624582330528" duration="216000" />
  335. <workItem from="1625014165167" duration="5675000" />
  336. <workItem from="1626139111485" duration="17000" />
  337. <workItem from="1626140437987" duration="7597000" />
  338. <workItem from="1626239169575" duration="1987000" />
  339. <workItem from="1626402750510" duration="1660000" />
  340. <workItem from="1626421794576" duration="4398000" />
  341. <workItem from="1626499162143" duration="939000" />
  342. <workItem from="1626676705230" duration="6228000" />
  343. <workItem from="1627270316455" duration="358000" />
  344. <workItem from="1629184261905" duration="2621000" />
  345. <workItem from="1629699187872" duration="2729000" />
  346. <workItem from="1629771259639" duration="14607000" />
  347. <workItem from="1629876422917" duration="497000" />
  348. <workItem from="1630025511241" duration="2033000" />
  349. <workItem from="1630052511676" duration="5359000" />
  350. <workItem from="1630065030567" duration="2054000" />
  351. <workItem from="1630112757666" duration="16000" />
  352. <workItem from="1630113435143" duration="97000" />
  353. <workItem from="1630129247650" duration="9893000" />
  354. <workItem from="1630302009928" duration="1629000" />
  355. <workItem from="1634786676443" duration="10473000" />
  356. </task>
  357. <servers />
  358. </component>
  359. <component name="TypeScriptGeneratedFilesManager">
  360. <option name="version" value="1" />
  361. </component>
  362. </project>