workspace.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="2054d288-d3d9-47a2-840a-057f9d2a0c35" 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$/shop/src/main/java/com/zskk/shop/controller/admin/NewsManagerController.java" beforeDir="false" afterPath="$PROJECT_DIR$/shop/src/main/java/com/zskk/shop/controller/admin/NewsManagerController.java" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/shop/src/main/resource/application.properties" beforeDir="false" afterPath="$PROJECT_DIR$/shop/src/main/resource/application.properties" afterDir="false" />
  8. </list>
  9. <option name="SHOW_DIALOG" value="false" />
  10. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  11. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  12. <option name="LAST_RESOLUTION" value="IGNORE" />
  13. </component>
  14. <component name="DatabaseView">
  15. <option name="SHOW_INTERMEDIATE" value="true" />
  16. <option name="GROUP_DATA_SOURCES" value="true" />
  17. <option name="GROUP_SCHEMA" value="true" />
  18. <option name="GROUP_CONTENTS" value="false" />
  19. <option name="SORT_POSITIONED" value="false" />
  20. <option name="SHOW_TABLE_DETAILS" value="true" />
  21. <option name="SHOW_EMPTY_GROUPS" value="false" />
  22. <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
  23. <expand />
  24. <select />
  25. </component>
  26. <component name="FavoritesManager">
  27. <favorites_list name="tjshop" />
  28. </component>
  29. <component name="FileTemplateManagerImpl">
  30. <option name="RECENT_TEMPLATES">
  31. <list>
  32. <option value="spring-beans.schema" />
  33. <option value="Class" />
  34. </list>
  35. </option>
  36. </component>
  37. <component name="Git.Settings">
  38. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  39. </component>
  40. <component name="ProjectId" id="1ZFynnO4WuO8AWosiAXAZBzcvpb" />
  41. <component name="ProjectViewState">
  42. <option name="showExcludedFiles" value="true" />
  43. <option name="showLibraryContents" value="true" />
  44. </component>
  45. <component name="PropertiesComponent">
  46. <property name="RequestMappingsPanelOrder0" value="0" />
  47. <property name="RequestMappingsPanelOrder1" value="1" />
  48. <property name="RequestMappingsPanelOrder2" value="2" />
  49. <property name="RequestMappingsPanelWidth0" value="75" />
  50. <property name="RequestMappingsPanelWidth1" value="75" />
  51. <property name="RequestMappingsPanelWidth2" value="75" />
  52. <property name="SearchEverywhereHistoryKey" value="&#9;FILE&#9;file:///Users/fuyu/zskk_code/kunlun/tjshop/shop/src/main/java/com/zskk/shop/service/EquipmentService.java" />
  53. <property name="WebServerToolWindowFactoryState" value="false" />
  54. <property name="aspect.path.notification.shown" value="true" />
  55. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  56. <property name="node.js.detected.package.eslint" value="true" />
  57. <property name="node.js.detected.package.tslint" value="true" />
  58. <property name="node.js.path.for.package.eslint" value="project" />
  59. <property name="node.js.path.for.package.tslint" value="project" />
  60. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  61. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  62. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  63. <property name="project.structure.last.edited" value="Project" />
  64. <property name="project.structure.proportion" value="0.0" />
  65. <property name="project.structure.side.proportion" value="0.0" />
  66. <property name="settings.editor.selected.configurable" value="configurable.group.editor" />
  67. <property name="show.migrate.to.gradle.popup" value="false" />
  68. </component>
  69. <component name="RecentsManager">
  70. <key name="CopyClassDialog.RECENTS_KEY">
  71. <recent name="com.zskk.shop.controller.pc" />
  72. <recent name="com.zskk.shop.controller.bean" />
  73. <recent name="com.zskk.shop.controller.admin" />
  74. <recent name="com.zskk.shop.service" />
  75. <recent name="com.zskk.shop.dao" />
  76. </key>
  77. <key name="CopyFile.RECENT_KEYS">
  78. <recent name="$PROJECT_DIR$/shop/src/main/resource/mapper" />
  79. </key>
  80. </component>
  81. <component name="RunManager">
  82. <configuration default="true" type="Applet" factoryName="Applet">
  83. <option name="HTML_USED" value="false" />
  84. <option name="WIDTH" value="400" />
  85. <option name="HEIGHT" value="300" />
  86. <option name="POLICY_FILE" value="$APPLICATION_HOME_DIR$/bin/appletviewer.policy" />
  87. <module />
  88. </configuration>
  89. <configuration default="true" type="Application" factoryName="Application">
  90. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  91. <method v="2">
  92. <option name="Make" enabled="true" />
  93. </method>
  94. </configuration>
  95. <configuration default="true" type="JUnit" factoryName="JUnit">
  96. <option name="TEST_OBJECT" value="class" />
  97. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  98. <method v="2">
  99. <option name="Make" enabled="true" />
  100. </method>
  101. </configuration>
  102. <configuration name="Application" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
  103. <module name="shop" />
  104. <extension name="coverage">
  105. <pattern>
  106. <option name="PATTERN" value="com.zskk.shop.*" />
  107. <option name="ENABLED" value="true" />
  108. </pattern>
  109. </extension>
  110. <option name="SPRING_BOOT_MAIN_CLASS" value="com.zskk.shop.Application" />
  111. <method v="2">
  112. <option name="Make" enabled="true" />
  113. </method>
  114. </configuration>
  115. <configuration default="true" type="TestNG">
  116. <option name="TEST_OBJECT" value="CLASS" />
  117. <option name="WORKING_DIRECTORY" value="%MODULE_WORKING_DIR%" />
  118. <properties />
  119. <listeners />
  120. <method v="2">
  121. <option name="Make" enabled="true" />
  122. </method>
  123. </configuration>
  124. <configuration default="true" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType">
  125. <module name="" />
  126. <option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m -ea" />
  127. <option name="PROGRAM_PARAMETERS" />
  128. <predefined_log_file enabled="true" id="idea.log" />
  129. <method v="2">
  130. <option name="Make" enabled="true" />
  131. </method>
  132. </configuration>
  133. <recent_temporary>
  134. <list>
  135. <item itemvalue="Spring Boot.Application" />
  136. </list>
  137. </recent_temporary>
  138. </component>
  139. <component name="SvnConfiguration">
  140. <configuration />
  141. </component>
  142. <component name="TaskManager">
  143. <task active="true" id="Default" summary="Default task">
  144. <changelist id="2054d288-d3d9-47a2-840a-057f9d2a0c35" name="Default" comment="" />
  145. <created>1575454380950</created>
  146. <option name="number" value="Default" />
  147. <option name="presentableId" value="Default" />
  148. <updated>1575454380950</updated>
  149. <workItem from="1575454383897" duration="933000" />
  150. <workItem from="1575458685159" duration="145000" />
  151. <workItem from="1575458932433" duration="1228000" />
  152. <workItem from="1575541813550" duration="381000" />
  153. <workItem from="1575617707630" duration="4798000" />
  154. <workItem from="1575697969233" duration="2282000" />
  155. <workItem from="1575792865725" duration="969000" />
  156. <workItem from="1575858113895" duration="24000" />
  157. <workItem from="1575861805124" duration="8928000" />
  158. <workItem from="1575964285703" duration="2000" />
  159. <workItem from="1575964309344" duration="4000" />
  160. <workItem from="1576217532897" duration="1692000" />
  161. <workItem from="1576219332653" duration="1731000" />
  162. <workItem from="1576224088281" duration="1377000" />
  163. <workItem from="1576225915046" duration="1511000" />
  164. <workItem from="1576398863795" duration="7097000" />
  165. <workItem from="1576461123504" duration="654000" />
  166. <workItem from="1576480498856" duration="14765000" />
  167. <workItem from="1576546981866" duration="12717000" />
  168. <workItem from="1576636119568" duration="15104000" />
  169. <workItem from="1576725236437" duration="13935000" />
  170. <workItem from="1576808169875" duration="15430000" />
  171. <workItem from="1577064972523" duration="14308000" />
  172. <workItem from="1577168104140" duration="257000" />
  173. <workItem from="1577240993676" duration="26945000" />
  174. <workItem from="1577418968701" duration="6485000" />
  175. <workItem from="1577706672203" duration="8957000" />
  176. <workItem from="1577933633701" duration="3198000" />
  177. <workItem from="1579068546792" duration="1909000" />
  178. <workItem from="1579073948519" duration="1104000" />
  179. <workItem from="1579153318820" duration="21000" />
  180. <workItem from="1579242767300" duration="1660000" />
  181. <workItem from="1579244519607" duration="792000" />
  182. <workItem from="1581588162372" duration="19000" />
  183. <workItem from="1581588202531" duration="165000" />
  184. <workItem from="1581589161098" duration="43000" />
  185. <workItem from="1581589244540" duration="146000" />
  186. <workItem from="1581615955132" duration="15000" />
  187. <workItem from="1584449307710" duration="88000" />
  188. <workItem from="1584497510688" duration="828000" />
  189. <workItem from="1584499814688" duration="2000" />
  190. <workItem from="1584501134115" duration="41000" />
  191. <workItem from="1585358377827" duration="601000" />
  192. <workItem from="1585360101476" duration="893000" />
  193. <workItem from="1585363132015" duration="1022000" />
  194. <workItem from="1585463032539" duration="590000" />
  195. <workItem from="1585555338136" duration="1722000" />
  196. <workItem from="1585557305130" duration="1742000" />
  197. <workItem from="1585559119845" duration="1102000" />
  198. </task>
  199. <servers />
  200. </component>
  201. <component name="TypeScriptGeneratedFilesManager">
  202. <option name="version" value="1" />
  203. </component>
  204. <component name="WindowStateProjectService">
  205. <state x="184" y="96" key="#com.intellij.execution.impl.EditConfigurationsDialog" timestamp="1584449391479">
  206. <screen x="0" y="23" width="1440" height="822" />
  207. </state>
  208. <state x="184" y="96" key="#com.intellij.execution.impl.EditConfigurationsDialog/0.23.1440.822@0.23.1440.822" timestamp="1584449391479" />
  209. <state width="1398" height="380" key="GridCell.Tab.0.bottom" timestamp="1585560222114">
  210. <screen x="0" y="23" width="1440" height="829" />
  211. </state>
  212. <state width="1398" height="232" key="GridCell.Tab.0.bottom/0.23.1440.826@0.23.1440.826" timestamp="1585555485989" />
  213. <state width="1398" height="380" key="GridCell.Tab.0.bottom/0.23.1440.827@0.23.1440.827" timestamp="1585559250784" />
  214. <state width="1398" height="380" key="GridCell.Tab.0.bottom/0.23.1440.828@0.23.1440.828" timestamp="1585559832318" />
  215. <state width="1398" height="380" key="GridCell.Tab.0.bottom/0.23.1440.829@0.23.1440.829" timestamp="1585560222114" />
  216. <state width="1398" height="380" key="GridCell.Tab.0.center" timestamp="1585560222113">
  217. <screen x="0" y="23" width="1440" height="829" />
  218. </state>
  219. <state width="1398" height="232" key="GridCell.Tab.0.center/0.23.1440.826@0.23.1440.826" timestamp="1585555485988" />
  220. <state width="1398" height="380" key="GridCell.Tab.0.center/0.23.1440.827@0.23.1440.827" timestamp="1585559250783" />
  221. <state width="1398" height="380" key="GridCell.Tab.0.center/0.23.1440.828@0.23.1440.828" timestamp="1585559832317" />
  222. <state width="1398" height="380" key="GridCell.Tab.0.center/0.23.1440.829@0.23.1440.829" timestamp="1585560222113" />
  223. <state width="1398" height="380" key="GridCell.Tab.0.left" timestamp="1585560222113">
  224. <screen x="0" y="23" width="1440" height="829" />
  225. </state>
  226. <state width="1398" height="232" key="GridCell.Tab.0.left/0.23.1440.826@0.23.1440.826" timestamp="1585555485988" />
  227. <state width="1398" height="380" key="GridCell.Tab.0.left/0.23.1440.827@0.23.1440.827" timestamp="1585559250783" />
  228. <state width="1398" height="380" key="GridCell.Tab.0.left/0.23.1440.828@0.23.1440.828" timestamp="1585559832316" />
  229. <state width="1398" height="380" key="GridCell.Tab.0.left/0.23.1440.829@0.23.1440.829" timestamp="1585560222113" />
  230. <state width="1398" height="380" key="GridCell.Tab.0.right" timestamp="1585560222114">
  231. <screen x="0" y="23" width="1440" height="829" />
  232. </state>
  233. <state width="1398" height="232" key="GridCell.Tab.0.right/0.23.1440.826@0.23.1440.826" timestamp="1585555485989" />
  234. <state width="1398" height="380" key="GridCell.Tab.0.right/0.23.1440.827@0.23.1440.827" timestamp="1585559250784" />
  235. <state width="1398" height="380" key="GridCell.Tab.0.right/0.23.1440.828@0.23.1440.828" timestamp="1585559832317" />
  236. <state width="1398" height="380" key="GridCell.Tab.0.right/0.23.1440.829@0.23.1440.829" timestamp="1585560222114" />
  237. <state width="1398" height="380" key="GridCell.Tab.1.bottom" timestamp="1585560222116">
  238. <screen x="0" y="23" width="1440" height="829" />
  239. </state>
  240. <state width="1398" height="232" key="GridCell.Tab.1.bottom/0.23.1440.826@0.23.1440.826" timestamp="1585555485991" />
  241. <state width="1398" height="380" key="GridCell.Tab.1.bottom/0.23.1440.827@0.23.1440.827" timestamp="1585559250786" />
  242. <state width="1398" height="380" key="GridCell.Tab.1.bottom/0.23.1440.828@0.23.1440.828" timestamp="1585559832319" />
  243. <state width="1398" height="380" key="GridCell.Tab.1.bottom/0.23.1440.829@0.23.1440.829" timestamp="1585560222116" />
  244. <state width="1398" height="380" key="GridCell.Tab.1.center" timestamp="1585560222115">
  245. <screen x="0" y="23" width="1440" height="829" />
  246. </state>
  247. <state width="1398" height="232" key="GridCell.Tab.1.center/0.23.1440.826@0.23.1440.826" timestamp="1585555485990" />
  248. <state width="1398" height="380" key="GridCell.Tab.1.center/0.23.1440.827@0.23.1440.827" timestamp="1585559250785" />
  249. <state width="1398" height="380" key="GridCell.Tab.1.center/0.23.1440.828@0.23.1440.828" timestamp="1585559832318" />
  250. <state width="1398" height="380" key="GridCell.Tab.1.center/0.23.1440.829@0.23.1440.829" timestamp="1585560222115" />
  251. <state width="1398" height="380" key="GridCell.Tab.1.left" timestamp="1585560222115">
  252. <screen x="0" y="23" width="1440" height="829" />
  253. </state>
  254. <state width="1398" height="232" key="GridCell.Tab.1.left/0.23.1440.826@0.23.1440.826" timestamp="1585555485990" />
  255. <state width="1398" height="380" key="GridCell.Tab.1.left/0.23.1440.827@0.23.1440.827" timestamp="1585559250785" />
  256. <state width="1398" height="380" key="GridCell.Tab.1.left/0.23.1440.828@0.23.1440.828" timestamp="1585559832318" />
  257. <state width="1398" height="380" key="GridCell.Tab.1.left/0.23.1440.829@0.23.1440.829" timestamp="1585560222115" />
  258. <state width="1398" height="380" key="GridCell.Tab.1.right" timestamp="1585560222115">
  259. <screen x="0" y="23" width="1440" height="829" />
  260. </state>
  261. <state width="1398" height="232" key="GridCell.Tab.1.right/0.23.1440.826@0.23.1440.826" timestamp="1585555485991" />
  262. <state width="1398" height="380" key="GridCell.Tab.1.right/0.23.1440.827@0.23.1440.827" timestamp="1585559250785" />
  263. <state width="1398" height="380" key="GridCell.Tab.1.right/0.23.1440.828@0.23.1440.828" timestamp="1585559832319" />
  264. <state width="1398" height="380" key="GridCell.Tab.1.right/0.23.1440.829@0.23.1440.829" timestamp="1585560222115" />
  265. <state x="794" y="313" key="com.intellij.ide.util.TipDialog" timestamp="1585557324210">
  266. <screen x="0" y="23" width="1440" height="827" />
  267. </state>
  268. <state x="794" y="312" key="com.intellij.ide.util.TipDialog/0.23.1440.823/-1920.-72.1920.1057@0.23.1440.823" timestamp="1584499814791" />
  269. <state x="794" y="313" key="com.intellij.ide.util.TipDialog/0.23.1440.827@0.23.1440.827" timestamp="1585557324210" />
  270. <state x="794" y="314" key="com.intellij.ide.util.TipDialog/0.23.1440.829@0.23.1440.829" timestamp="1585363207913" />
  271. <state x="794" y="314" key="com.intellij.ide.util.TipDialog/0.23.1440.830@0.23.1440.830" timestamp="1585360101388" />
  272. <state x="520" y="85" width="837" height="550" key="find.popup" timestamp="1585556808136">
  273. <screen x="0" y="23" width="1440" height="827" />
  274. </state>
  275. <state x="520" y="85" width="837" height="550" key="find.popup/0.23.1440.827@0.23.1440.827" timestamp="1585556808136" />
  276. <state x="603" y="159" width="837" height="550" key="find.popup/0.23.1440.830@0.23.1440.830" timestamp="1585360905858" />
  277. </component>
  278. <component name="masterDetails">
  279. <states>
  280. <state key="ArtifactsStructureConfigurable.UI">
  281. <settings>
  282. <artifact-editor />
  283. <splitter-proportions>
  284. <option name="proportions">
  285. <list>
  286. <option value="0.2" />
  287. </list>
  288. </option>
  289. </splitter-proportions>
  290. </settings>
  291. </state>
  292. <state key="FacetStructureConfigurable.UI">
  293. <settings>
  294. <last-edited>Spring</last-edited>
  295. <splitter-proportions>
  296. <option name="proportions">
  297. <list>
  298. <option value="0.2" />
  299. </list>
  300. </option>
  301. </splitter-proportions>
  302. </settings>
  303. </state>
  304. <state key="GlobalLibrariesConfigurable.UI">
  305. <settings>
  306. <splitter-proportions>
  307. <option name="proportions">
  308. <list>
  309. <option value="0.2" />
  310. </list>
  311. </option>
  312. </splitter-proportions>
  313. </settings>
  314. </state>
  315. <state key="JdkListConfigurable.UI">
  316. <settings>
  317. <last-edited>1.8</last-edited>
  318. <splitter-proportions>
  319. <option name="proportions">
  320. <list>
  321. <option value="0.2" />
  322. </list>
  323. </option>
  324. </splitter-proportions>
  325. </settings>
  326. </state>
  327. <state key="ModuleStructureConfigurable.UI">
  328. <settings>
  329. <last-edited>shop</last-edited>
  330. <splitter-proportions>
  331. <option name="proportions">
  332. <list>
  333. <option value="0.2" />
  334. <option value="0.6" />
  335. </list>
  336. </option>
  337. </splitter-proportions>
  338. </settings>
  339. </state>
  340. <state key="ProjectJDKs.UI">
  341. <settings>
  342. <last-edited>1.8</last-edited>
  343. <splitter-proportions>
  344. <option name="proportions">
  345. <list>
  346. <option value="0.2" />
  347. </list>
  348. </option>
  349. </splitter-proportions>
  350. </settings>
  351. </state>
  352. <state key="ProjectLibrariesConfigurable.UI">
  353. <settings>
  354. <last-edited>Maven: ch.qos.logback:logback-classic:1.1.11</last-edited>
  355. <splitter-proportions>
  356. <option name="proportions">
  357. <list>
  358. <option value="0.2" />
  359. </list>
  360. </option>
  361. </splitter-proportions>
  362. </settings>
  363. </state>
  364. </states>
  365. </component>
  366. </project>