123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="ad2fe330-f201-4a05-ab3f-71348d2d007b" name="Default" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/src/main/java/com/huiju/welcome/hardware/service/Camera.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huiju/welcome/hardware/service/Camera.java" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/src/main/java/com/huiju/welcome/hardware/service/Server.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/huiju/welcome/hardware/service/Server.java" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/src/main/resources/application.properties" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application.properties" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/target/maven-archiver/pom.properties" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-archiver/pom.properties" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst" afterDir="false" />
  12. </list>
  13. <option name="SHOW_DIALOG" value="false" />
  14. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  15. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  16. <option name="LAST_RESOLUTION" value="IGNORE" />
  17. </component>
  18. <component name="DatabaseView">
  19. <option name="SHOW_INTERMEDIATE" value="true" />
  20. <option name="GROUP_DATA_SOURCES" value="true" />
  21. <option name="GROUP_SCHEMA" value="true" />
  22. <option name="GROUP_CONTENTS" value="false" />
  23. <option name="SORT_POSITIONED" value="false" />
  24. <option name="SHOW_EMPTY_GROUPS" value="false" />
  25. <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
  26. <option name="HIDDEN_KINDS">
  27. <set />
  28. </option>
  29. <expand />
  30. <select />
  31. </component>
  32. <component name="FileTemplateManagerImpl">
  33. <option name="RECENT_TEMPLATES">
  34. <list>
  35. <option value="Interface" />
  36. <option value="Class" />
  37. </list>
  38. </option>
  39. </component>
  40. <component name="Git.Settings">
  41. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  42. </component>
  43. <component name="MavenImportPreferences">
  44. <option name="importingSettings">
  45. <MavenImportingSettings>
  46. <option name="importAutomatically" value="true" />
  47. </MavenImportingSettings>
  48. </option>
  49. </component>
  50. <component name="ProjectId" id="1UDyYm8PabNJGstZcfT1Vcq3LrF" />
  51. <component name="ProjectViewState">
  52. <option name="hideEmptyMiddlePackages" value="true" />
  53. <option name="showExcludedFiles" value="true" />
  54. <option name="showLibraryContents" value="true" />
  55. </component>
  56. <component name="PropertiesComponent">
  57. <property name="RequestMappingsPanelOrder0" value="0" />
  58. <property name="RequestMappingsPanelOrder1" value="1" />
  59. <property name="RequestMappingsPanelWidth0" value="75" />
  60. <property name="RequestMappingsPanelWidth1" value="75" />
  61. <property name="WebServerToolWindowFactoryState" value="false" />
  62. <property name="aspect.path.notification.shown" value="true" />
  63. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  64. <property name="node.js.detected.package.eslint" value="true" />
  65. <property name="node.js.detected.package.tslint" value="true" />
  66. <property name="node.js.path.for.package.eslint" value="project" />
  67. <property name="node.js.path.for.package.tslint" value="project" />
  68. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  69. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  70. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  71. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  72. <property name="project.structure.last.edited" value="Artifacts" />
  73. <property name="project.structure.proportion" value="0.15" />
  74. <property name="project.structure.side.proportion" value="0.34514287" />
  75. <property name="settings.editor.selected.configurable" value="MavenSettings" />
  76. </component>
  77. <component name="RecentsManager">
  78. <key name="MoveFile.RECENT_KEYS">
  79. <recent name="E:\JavaProjects\welcome3.0\hardware\src" />
  80. <recent name="E:\JavaProjects\welcome3.0\hardware" />
  81. <recent name="E:\JavaProjects\welcome3.0\hardware\src\main\resources" />
  82. <recent name="E:\JavaProjects\welcome3.0\hardware\assembly" />
  83. </key>
  84. <key name="CopyFile.RECENT_KEYS">
  85. <recent name="E:\JavaProjects\welcome3.0\hardware\src\main\resources" />
  86. <recent name="E:\JavaProjects\welcome3.0\hardware\src\main\java\com\huiju\welcome\hardware" />
  87. <recent name="E:\JavaProjects\welcome3.0\hardware\src\main\java\huiju\com\welcome\hardware" />
  88. </key>
  89. </component>
  90. <component name="RunManager" selected="Spring Boot.HardwareApplication">
  91. <configuration name="App" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  92. <option name="MAIN_CLASS_NAME" value="com.huiju.welcome.hardware.App" />
  93. <module name="hardware" />
  94. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  95. <extension name="coverage">
  96. <pattern>
  97. <option name="PATTERN" value="com.huiju.welcome.hardware.service.*" />
  98. <option name="ENABLED" value="true" />
  99. </pattern>
  100. </extension>
  101. <method v="2">
  102. <option name="Make" enabled="true" />
  103. </method>
  104. </configuration>
  105. <configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  106. <option name="MAIN_CLASS_NAME" value="Main" />
  107. <module name="hardware" />
  108. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  109. <method v="2">
  110. <option name="Make" enabled="true" />
  111. </method>
  112. </configuration>
  113. <configuration default="true" type="Application" factoryName="Application">
  114. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  115. <method v="2">
  116. <option name="Make" enabled="true" />
  117. </method>
  118. </configuration>
  119. <configuration default="true" type="JUnit" factoryName="JUnit">
  120. <option name="TEST_OBJECT" value="class" />
  121. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  122. <method v="2">
  123. <option name="Make" enabled="true" />
  124. </method>
  125. </configuration>
  126. <configuration name="HardwareApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  127. <module name="hdware-welcome3" />
  128. <option name="SPRING_BOOT_MAIN_CLASS" value="com.huiju.welcome.hardware.HardwareApplication" />
  129. <option name="ALTERNATIVE_JRE_PATH" />
  130. <method v="2">
  131. <option name="Make" enabled="true" />
  132. </method>
  133. </configuration>
  134. <configuration default="true" type="TestNG">
  135. <option name="TEST_OBJECT" value="CLASS" />
  136. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  137. <properties />
  138. <listeners />
  139. <method v="2">
  140. <option name="Make" enabled="true" />
  141. </method>
  142. </configuration>
  143. <list>
  144. <item itemvalue="Application.App" />
  145. <item itemvalue="Application.Main" />
  146. <item itemvalue="Spring Boot.HardwareApplication" />
  147. </list>
  148. <recent_temporary>
  149. <list>
  150. <item itemvalue="Application.Main" />
  151. </list>
  152. </recent_temporary>
  153. </component>
  154. <component name="ServiceViewManager">
  155. <option name="viewStates">
  156. <list>
  157. <serviceView>
  158. <treeState>
  159. <expand />
  160. <select />
  161. </treeState>
  162. </serviceView>
  163. </list>
  164. </option>
  165. </component>
  166. <component name="SvnConfiguration">
  167. <configuration />
  168. </component>
  169. <component name="TaskManager">
  170. <task active="true" id="Default" summary="Default task">
  171. <changelist id="ad2fe330-f201-4a05-ab3f-71348d2d007b" name="Default" comment="" />
  172. <created>1554695584672</created>
  173. <option name="number" value="Default" />
  174. <option name="presentableId" value="Default" />
  175. <updated>1554695584672</updated>
  176. <workItem from="1554695586148" duration="42395000" />
  177. <workItem from="1554804164684" duration="1433000" />
  178. <workItem from="1554861068588" duration="3020000" />
  179. <workItem from="1554864171350" duration="281000" />
  180. <workItem from="1554864459545" duration="480000" />
  181. <workItem from="1554864946273" duration="18848000" />
  182. <workItem from="1555050396677" duration="487000" />
  183. <workItem from="1555058275439" duration="1245000" />
  184. <workItem from="1555290044362" duration="3216000" />
  185. <workItem from="1555589608757" duration="16267000" />
  186. <workItem from="1555913045807" duration="354000" />
  187. <workItem from="1555913501839" duration="21893000" />
  188. <workItem from="1556006084707" duration="12261000" />
  189. <workItem from="1556091756020" duration="599000" />
  190. <workItem from="1557284141702" duration="4028000" />
  191. <workItem from="1574905511567" duration="11418000" />
  192. <workItem from="1574989971498" duration="5783000" />
  193. <workItem from="1575336822392" duration="1198000" />
  194. <workItem from="1575373334965" duration="301000" />
  195. <workItem from="1575421873056" duration="1202000" />
  196. <workItem from="1575425637816" duration="659000" />
  197. <workItem from="1575438119888" duration="1259000" />
  198. <workItem from="1575509526147" duration="1287000" />
  199. <workItem from="1575532994901" duration="599000" />
  200. <workItem from="1575594963862" duration="17104000" />
  201. </task>
  202. <servers />
  203. </component>
  204. <component name="TypeScriptGeneratedFilesManager">
  205. <option name="version" value="1" />
  206. </component>
  207. <component name="Vcs.Log.Tabs.Properties">
  208. <option name="TAB_STATES">
  209. <map>
  210. <entry key="MAIN">
  211. <value>
  212. <State>
  213. <option name="COLUMN_ORDER" />
  214. </State>
  215. </value>
  216. </entry>
  217. </map>
  218. </option>
  219. </component>
  220. <component name="WindowStateProjectService">
  221. <state x="917" y="325" key="#HardwareApplication" timestamp="1575604667665">
  222. <screen x="0" y="0" width="2560" height="1400" />
  223. </state>
  224. <state x="917" y="325" key="#HardwareApplication/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575604667665" />
  225. <state x="736" y="356" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1575604728055">
  226. <screen x="0" y="0" width="2560" height="1400" />
  227. </state>
  228. <state x="736" y="356" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575604728055" />
  229. <state x="1011" y="484" key="#com.intellij.ide.util.TreeClassChooserDialog" timestamp="1575604664406">
  230. <screen x="0" y="0" width="2560" height="1400" />
  231. </state>
  232. <state x="1011" y="484" key="#com.intellij.ide.util.TreeClassChooserDialog/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575604664406" />
  233. <state x="729" y="426" key="FileChooserDialogImpl" timestamp="1575603503484">
  234. <screen x="0" y="0" width="2560" height="1400" />
  235. </state>
  236. <state x="729" y="426" key="FileChooserDialogImpl/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575603503484" />
  237. <state width="2518" height="562" key="GridCell.Tab.0.bottom" timestamp="1575620868864">
  238. <screen x="0" y="0" width="2560" height="1400" />
  239. </state>
  240. <state width="2518" height="562" key="GridCell.Tab.0.bottom/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575620868864" />
  241. <state width="2518" height="562" key="GridCell.Tab.0.center" timestamp="1575620868864">
  242. <screen x="0" y="0" width="2560" height="1400" />
  243. </state>
  244. <state width="2518" height="562" key="GridCell.Tab.0.center/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575620868864" />
  245. <state width="2518" height="562" key="GridCell.Tab.0.left" timestamp="1575620868864">
  246. <screen x="0" y="0" width="2560" height="1400" />
  247. </state>
  248. <state width="2518" height="562" key="GridCell.Tab.0.left/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575620868864" />
  249. <state width="2518" height="562" key="GridCell.Tab.0.right" timestamp="1575620868864">
  250. <screen x="0" y="0" width="2560" height="1400" />
  251. </state>
  252. <state width="2518" height="562" key="GridCell.Tab.0.right/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575620868864" />
  253. <state width="2518" height="562" key="GridCell.Tab.1.bottom" timestamp="1575621146346">
  254. <screen x="0" y="0" width="2560" height="1400" />
  255. </state>
  256. <state width="2518" height="562" key="GridCell.Tab.1.bottom/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575621146346" />
  257. <state width="2518" height="562" key="GridCell.Tab.1.center" timestamp="1575621146346">
  258. <screen x="0" y="0" width="2560" height="1400" />
  259. </state>
  260. <state width="2518" height="562" key="GridCell.Tab.1.center/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575621146346" />
  261. <state width="2518" height="562" key="GridCell.Tab.1.left" timestamp="1575621146346">
  262. <screen x="0" y="0" width="2560" height="1400" />
  263. </state>
  264. <state width="2518" height="562" key="GridCell.Tab.1.left/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575621146346" />
  265. <state width="2518" height="562" key="GridCell.Tab.1.right" timestamp="1575621146346">
  266. <screen x="0" y="0" width="2560" height="1400" />
  267. </state>
  268. <state width="2518" height="562" key="GridCell.Tab.1.right/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575621146346" />
  269. <state width="2518" height="562" key="GridCell.Tab.2.bottom" timestamp="1575620136484">
  270. <screen x="0" y="0" width="2560" height="1400" />
  271. </state>
  272. <state width="2518" height="562" key="GridCell.Tab.2.bottom/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575620136484" />
  273. <state width="2518" height="562" key="GridCell.Tab.2.center" timestamp="1575620136483">
  274. <screen x="0" y="0" width="2560" height="1400" />
  275. </state>
  276. <state width="2518" height="562" key="GridCell.Tab.2.center/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575620136483" />
  277. <state width="2518" height="562" key="GridCell.Tab.2.left" timestamp="1575620136483">
  278. <screen x="0" y="0" width="2560" height="1400" />
  279. </state>
  280. <state width="2518" height="562" key="GridCell.Tab.2.left/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575620136483" />
  281. <state width="2518" height="562" key="GridCell.Tab.2.right" timestamp="1575620136483">
  282. <screen x="0" y="0" width="2560" height="1400" />
  283. </state>
  284. <state width="2518" height="562" key="GridCell.Tab.2.right/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575620136483" />
  285. <state x="782" y="343" key="SettingsEditor" timestamp="1575603516564">
  286. <screen x="0" y="0" width="2560" height="1400" />
  287. </state>
  288. <state x="782" y="343" key="SettingsEditor/0.0.2560.1400/-2160.0.1080.1880@0.0.2560.1400" timestamp="1575603516564" />
  289. </component>
  290. <component name="XDebuggerManager">
  291. <breakpoint-manager>
  292. <breakpoints>
  293. <line-breakpoint enabled="true" type="java-line">
  294. <url>file://$PROJECT_DIR$/src/main/java/com/huiju/welcome/hardware/service/Server.java</url>
  295. <line>82</line>
  296. <option name="timeStamp" value="12" />
  297. </line-breakpoint>
  298. </breakpoints>
  299. </breakpoint-manager>
  300. </component>
  301. <component name="antWorkspaceConfiguration">
  302. <option name="IS_AUTOSCROLL_TO_SOURCE" value="false" />
  303. <option name="FILTER_TARGETS" value="false" />
  304. </component>
  305. <component name="masterDetails">
  306. <states>
  307. <state key="ArtifactsStructureConfigurable.UI">
  308. <settings>
  309. <artifact-editor />
  310. <last-edited>hardware:jar</last-edited>
  311. <splitter-proportions>
  312. <option name="proportions">
  313. <list>
  314. <option value="0.34514287" />
  315. <option value="0.5" />
  316. </list>
  317. </option>
  318. </splitter-proportions>
  319. </settings>
  320. </state>
  321. <state key="FacetStructureConfigurable.UI">
  322. <settings>
  323. <last-edited>No facets are configured</last-edited>
  324. <splitter-proportions>
  325. <option name="proportions">
  326. <list>
  327. <option value="0.2" />
  328. </list>
  329. </option>
  330. </splitter-proportions>
  331. </settings>
  332. </state>
  333. <state key="GlobalLibrariesConfigurable.UI">
  334. <settings>
  335. <splitter-proportions>
  336. <option name="proportions">
  337. <list>
  338. <option value="0.2" />
  339. </list>
  340. </option>
  341. </splitter-proportions>
  342. </settings>
  343. </state>
  344. <state key="JdkListConfigurable.UI">
  345. <settings>
  346. <last-edited>1.8</last-edited>
  347. <splitter-proportions>
  348. <option name="proportions">
  349. <list>
  350. <option value="0.2" />
  351. </list>
  352. </option>
  353. </splitter-proportions>
  354. </settings>
  355. </state>
  356. <state key="ModuleStructureConfigurable.UI">
  357. <settings>
  358. <last-edited>hardware</last-edited>
  359. <splitter-proportions>
  360. <option name="proportions">
  361. <list>
  362. <option value="0.2" />
  363. <option value="0.6" />
  364. </list>
  365. </option>
  366. </splitter-proportions>
  367. </settings>
  368. </state>
  369. <state key="ProjectJDKs.UI">
  370. <settings>
  371. <last-edited>1.8</last-edited>
  372. <splitter-proportions>
  373. <option name="proportions">
  374. <list>
  375. <option value="0.2" />
  376. </list>
  377. </option>
  378. </splitter-proportions>
  379. </settings>
  380. </state>
  381. <state key="ProjectLibrariesConfigurable.UI">
  382. <settings>
  383. <last-edited>Maven: com.sun.jna:jna:3.0.9</last-edited>
  384. <splitter-proportions>
  385. <option name="proportions">
  386. <list>
  387. <option value="0.34514287" />
  388. </list>
  389. </option>
  390. </splitter-proportions>
  391. </settings>
  392. </state>
  393. </states>
  394. </component>
  395. </project>