workspace.xml 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  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="42a0d34b-c484-4704-92dd-be5ac61d2f66" name="Changes" comment="">
  8. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/api/HouseNumberStateAPI.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/api/HouseNumberStateAPI.java" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/model/dto/ApartmentSettingDto.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/model/dto/ApartmentSettingDto.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/model/pojo/ApartmentSetting.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/model/pojo/ApartmentSetting.java" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/model/vo/ApartmentSettingVo.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/model/vo/ApartmentSettingVo.java" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/target/classes/com/template/api/HouseNumberStateAPI.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/template/api/HouseNumberStateAPI.class" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/target/classes/com/template/controller/HouseNumberStateController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/template/controller/HouseNumberStateController.class" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/target/classes/com/template/controller/HouseOrderController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/template/controller/HouseOrderController.class" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/target/classes/com/template/model/pojo/ApartmentSetting.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/template/model/pojo/ApartmentSetting.class" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/target/classes/com/template/model/vo/ApartmentSettingVo.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/template/model/vo/ApartmentSettingVo.class" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/target/mybatis_plus-0.0.1-SNAPSHOT.jar" beforeDir="false" afterPath="$PROJECT_DIR$/target/mybatis_plus-0.0.1-SNAPSHOT.jar" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/target/mybatis_plus-0.0.1-SNAPSHOT.jar.original" beforeDir="false" afterPath="$PROJECT_DIR$/target/mybatis_plus-0.0.1-SNAPSHOT.jar.original" afterDir="false" />
  21. </list>
  22. <option name="SHOW_DIALOG" value="false" />
  23. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  24. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  25. <option name="LAST_RESOLUTION" value="IGNORE" />
  26. </component>
  27. <component name="CodeInsightWorkspaceSettings">
  28. <option name="optimizeImportsOnTheFly" value="true" />
  29. </component>
  30. <component name="FileTemplateManagerImpl">
  31. <option name="RECENT_TEMPLATES">
  32. <list>
  33. <option value="Interface" />
  34. <option value="Class" />
  35. </list>
  36. </option>
  37. </component>
  38. <component name="Git.Settings">
  39. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  40. </component>
  41. <component name="MarkdownSettingsMigration">
  42. <option name="stateVersion" value="1" />
  43. </component>
  44. <component name="MavenImportPreferences">
  45. <option name="generalSettings">
  46. <MavenGeneralSettings>
  47. <option name="mavenHome" value="D:/soft/maven/apache-maven-3.8.6" />
  48. <option name="userSettingsFile" value="D:\soft\maven\apache-maven-3.8.6\conf\settings.xml" />
  49. </MavenGeneralSettings>
  50. </option>
  51. </component>
  52. <component name="MavenRunner">
  53. <option name="skipTests" value="true" />
  54. </component>
  55. <component name="ProblemsViewState">
  56. <option name="selectedTabId" value="CurrentFile" />
  57. </component>
  58. <component name="ProjectId" id="2YHd6TDRlyqYh3OC9nI7fVxdhno" />
  59. <component name="ProjectViewState">
  60. <option name="showExcludedFiles" value="false" />
  61. <option name="showLibraryContents" value="true" />
  62. </component>
  63. <component name="PropertiesComponent">{
  64. &quot;keyToString&quot;: {
  65. &quot;RequestMappingsPanelOrder0&quot;: &quot;0&quot;,
  66. &quot;RequestMappingsPanelOrder1&quot;: &quot;1&quot;,
  67. &quot;RequestMappingsPanelWidth0&quot;: &quot;75&quot;,
  68. &quot;RequestMappingsPanelWidth1&quot;: &quot;75&quot;,
  69. &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
  70. &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
  71. &quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
  72. &quot;WebServerToolWindowFactoryState&quot;: &quot;false&quot;,
  73. &quot;last_opened_file_path&quot;: &quot;E:/2024project/iHotel_student_houtai&quot;,
  74. &quot;node.js.detected.package.eslint&quot;: &quot;true&quot;,
  75. &quot;node.js.detected.package.tslint&quot;: &quot;true&quot;,
  76. &quot;node.js.selected.package.eslint&quot;: &quot;(autodetect)&quot;,
  77. &quot;node.js.selected.package.tslint&quot;: &quot;(autodetect)&quot;,
  78. &quot;nodejs_package_manager_path&quot;: &quot;npm&quot;,
  79. &quot;project.structure.last.edited&quot;: &quot;Project&quot;,
  80. &quot;project.structure.proportion&quot;: &quot;0.15&quot;,
  81. &quot;project.structure.side.proportion&quot;: &quot;0.0&quot;,
  82. &quot;settings.editor.selected.configurable&quot;: &quot;MavenSettings&quot;,
  83. &quot;spring.configuration.checksum&quot;: &quot;f6966ce39847c3d9a18b4a1dfc3fec06&quot;
  84. }
  85. }</component>
  86. <component name="RecentsManager">
  87. <key name="CopyFile.RECENT_KEYS">
  88. <recent name="E:\2024project\iHotel_student_houtai\src\main\resources" />
  89. <recent name="E:\company\iHotel_student_houtai\src\main\java\com\template\common\utils" />
  90. <recent name="E:\company\iHotel_student_houtai\src\main\java\com\template\model\weixin" />
  91. </key>
  92. <key name="MoveFile.RECENT_KEYS">
  93. <recent name="E:\2024project\iHotel_student_houtai\src\main\resources\mapper\template" />
  94. <recent name="E:\company\iHotel_student_houtai\src\main\resources\mapper\template" />
  95. <recent name="E:\company\iHotel_student_houtai\src\main\resources\mapper" />
  96. </key>
  97. <key name="CopyClassDialog.RECENTS_KEY">
  98. <recent name="com.template.common.utils" />
  99. <recent name="com.template.common.utils.weixin" />
  100. <recent name="com.template.model.weixin" />
  101. <recent name="com.template.config" />
  102. </key>
  103. </component>
  104. <component name="RunDashboard">
  105. <option name="configurationTypes">
  106. <set>
  107. <option value="SpringBootApplicationConfigurationType" />
  108. </set>
  109. </option>
  110. </component>
  111. <component name="RunManager" selected="Spring Boot.MybatisPlusApplication">
  112. <configuration name="AesUtils" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  113. <option name="MAIN_CLASS_NAME" value="com.template.common.utils.AesUtils" />
  114. <module name="iHotel_student_houtai" />
  115. <extension name="coverage">
  116. <pattern>
  117. <option name="PATTERN" value="com.template.common.utils.*" />
  118. <option name="ENABLED" value="true" />
  119. </pattern>
  120. </extension>
  121. <method v="2">
  122. <option name="Make" enabled="true" />
  123. </method>
  124. </configuration>
  125. <configuration name="AppletLoginController" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  126. <option name="MAIN_CLASS_NAME" value="com.template.controller.AppletLoginController" />
  127. <module name="iHotel_student_houtai" />
  128. <extension name="coverage">
  129. <pattern>
  130. <option name="PATTERN" value="com.template.controller.*" />
  131. <option name="ENABLED" value="true" />
  132. </pattern>
  133. </extension>
  134. <method v="2">
  135. <option name="Make" enabled="true" />
  136. </method>
  137. </configuration>
  138. <configuration name="AutoCode" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  139. <option name="MAIN_CLASS_NAME" value="com.template.AutoCode" />
  140. <module name="iHotel_student_houtai" />
  141. <extension name="coverage">
  142. <pattern>
  143. <option name="PATTERN" value="com.template.*" />
  144. <option name="ENABLED" value="true" />
  145. </pattern>
  146. </extension>
  147. <method v="2">
  148. <option name="Make" enabled="true" />
  149. </method>
  150. </configuration>
  151. <configuration name="DateTimeZoneUtil" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  152. <option name="MAIN_CLASS_NAME" value="com.template.model.weixin.DateTimeZoneUtil" />
  153. <module name="iHotel_student_houtai" />
  154. <extension name="coverage">
  155. <pattern>
  156. <option name="PATTERN" value="com.template.model.weixin.*" />
  157. <option name="ENABLED" value="true" />
  158. </pattern>
  159. </extension>
  160. <method v="2">
  161. <option name="Make" enabled="true" />
  162. </method>
  163. </configuration>
  164. <configuration name="HouseOrderController" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  165. <option name="MAIN_CLASS_NAME" value="com.template.controller.HouseOrderController" />
  166. <module name="iHotel_student_houtai" />
  167. <extension name="coverage">
  168. <pattern>
  169. <option name="PATTERN" value="com.template.controller.*" />
  170. <option name="ENABLED" value="true" />
  171. </pattern>
  172. </extension>
  173. <method v="2">
  174. <option name="Make" enabled="true" />
  175. </method>
  176. </configuration>
  177. <configuration name="MybatisPlusApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  178. <option name="ACTIVE_PROFILES" />
  179. <module name="iHotel_student_houtai" />
  180. <option name="SPRING_BOOT_MAIN_CLASS" value="com.template.MybatisPlusApplication" />
  181. <extension name="coverage">
  182. <pattern>
  183. <option name="PATTERN" value="com.template.*" />
  184. <option name="ENABLED" value="true" />
  185. </pattern>
  186. </extension>
  187. <method v="2">
  188. <option name="Make" enabled="true" />
  189. </method>
  190. </configuration>
  191. <list>
  192. <item itemvalue="Application.AesUtils" />
  193. <item itemvalue="Application.AppletLoginController" />
  194. <item itemvalue="Application.DateTimeZoneUtil" />
  195. <item itemvalue="Application.HouseOrderController" />
  196. <item itemvalue="Application.AutoCode" />
  197. <item itemvalue="Spring Boot.MybatisPlusApplication" />
  198. </list>
  199. <recent_temporary>
  200. <list>
  201. <item itemvalue="Application.DateTimeZoneUtil" />
  202. <item itemvalue="Application.AppletLoginController" />
  203. <item itemvalue="Application.AesUtils" />
  204. <item itemvalue="Application.HouseOrderController" />
  205. <item itemvalue="Application.AutoCode" />
  206. </list>
  207. </recent_temporary>
  208. </component>
  209. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  210. <component name="SpringBootOptions">
  211. <option name="showAdditionalConfigNotification" value="false" />
  212. </component>
  213. <component name="SshConsoleOptionsProvider">
  214. <option name="myEncoding" value="UTF-8" />
  215. </component>
  216. <component name="TaskManager">
  217. <task active="true" id="Default" summary="Default task">
  218. <changelist id="42a0d34b-c484-4704-92dd-be5ac61d2f66" name="Changes" comment="" />
  219. <created>1700186263832</created>
  220. <option name="number" value="Default" />
  221. <option name="presentableId" value="Default" />
  222. <updated>1700186263832</updated>
  223. <workItem from="1700186265128" duration="1452000" />
  224. <workItem from="1700187845025" duration="272442000" />
  225. <workItem from="1701824578863" duration="148698000" />
  226. <workItem from="1703235523569" duration="695000" />
  227. <workItem from="1707035814786" duration="26000" />
  228. <workItem from="1707125933388" duration="758000" />
  229. <workItem from="1707127543620" duration="194000" />
  230. <workItem from="1707183565887" duration="4060000" />
  231. <workItem from="1708478601045" duration="43000" />
  232. <workItem from="1708672733279" duration="19000" />
  233. <workItem from="1708672767815" duration="12000" />
  234. <workItem from="1708672786015" duration="3000" />
  235. <workItem from="1708672802540" duration="50451000" />
  236. <workItem from="1709263276404" duration="690000" />
  237. <workItem from="1709272855362" duration="148572000" />
  238. <workItem from="1710723486251" duration="146091000" />
  239. <workItem from="1711501418779" duration="16617000" />
  240. <workItem from="1711588157060" duration="32709000" />
  241. <workItem from="1711935512322" duration="2237000" />
  242. <workItem from="1711955623454" duration="111270000" />
  243. <workItem from="1712711167230" duration="81261000" />
  244. <workItem from="1713230566228" duration="80634000" />
  245. <workItem from="1714016912493" duration="11299000" />
  246. <workItem from="1714984629640" duration="102282000" />
  247. <workItem from="1715826083663" duration="6440000" />
  248. <workItem from="1716780091292" duration="1118000" />
  249. <workItem from="1717117321985" duration="1228000" />
  250. <workItem from="1717380643450" duration="6764000" />
  251. <workItem from="1718351916607" duration="1852000" />
  252. <workItem from="1718589597123" duration="9394000" />
  253. <workItem from="1718790560373" duration="618000" />
  254. <workItem from="1718855981011" duration="13620000" />
  255. <workItem from="1719450617842" duration="1267000" />
  256. <workItem from="1719468917857" duration="202000" />
  257. <workItem from="1719803543119" duration="62579000" />
  258. </task>
  259. <servers />
  260. </component>
  261. <component name="TypeScriptGeneratedFilesManager">
  262. <option name="version" value="3" />
  263. </component>
  264. <component name="Vcs.Log.Tabs.Properties">
  265. <option name="TAB_STATES">
  266. <map>
  267. <entry key="MAIN">
  268. <value>
  269. <State />
  270. </value>
  271. </entry>
  272. </map>
  273. </option>
  274. </component>
  275. <component name="XDebuggerManager">
  276. <breakpoint-manager>
  277. <breakpoints>
  278. <line-breakpoint enabled="true" type="java-line">
  279. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/ClassScheduleController.java</url>
  280. <line>98</line>
  281. <option name="timeStamp" value="15" />
  282. </line-breakpoint>
  283. <line-breakpoint enabled="true" type="java-line">
  284. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/ClassScheduleController.java</url>
  285. <line>124</line>
  286. <option name="timeStamp" value="16" />
  287. </line-breakpoint>
  288. <line-breakpoint enabled="true" type="java-line">
  289. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java</url>
  290. <line>553</line>
  291. <option name="timeStamp" value="48" />
  292. </line-breakpoint>
  293. <line-breakpoint enabled="true" type="java-line">
  294. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java</url>
  295. <line>878</line>
  296. <option name="timeStamp" value="50" />
  297. </line-breakpoint>
  298. <line-breakpoint enabled="true" type="java-line">
  299. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java</url>
  300. <line>643</line>
  301. <option name="timeStamp" value="61" />
  302. </line-breakpoint>
  303. <line-breakpoint enabled="true" type="java-line">
  304. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java</url>
  305. <line>698</line>
  306. <option name="timeStamp" value="62" />
  307. </line-breakpoint>
  308. <line-breakpoint enabled="true" type="java-line">
  309. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java</url>
  310. <line>662</line>
  311. <option name="timeStamp" value="64" />
  312. </line-breakpoint>
  313. <line-breakpoint enabled="true" type="java-line">
  314. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/UsersMenuController.java</url>
  315. <line>108</line>
  316. <option name="timeStamp" value="72" />
  317. </line-breakpoint>
  318. <line-breakpoint enabled="true" type="java-line">
  319. <url>file://$PROJECT_DIR$/src/main/java/com/template/common/utils/SubscribeSample.java</url>
  320. <line>103</line>
  321. <option name="timeStamp" value="129" />
  322. </line-breakpoint>
  323. <line-breakpoint enabled="true" type="java-line">
  324. <url>file://$PROJECT_DIR$/src/main/java/com/template/common/utils/SubscribeSample.java</url>
  325. <line>114</line>
  326. <option name="timeStamp" value="130" />
  327. </line-breakpoint>
  328. <line-breakpoint enabled="true" type="java-line">
  329. <url>file://$PROJECT_DIR$/src/main/java/com/template/common/utils/SubscribeSample.java</url>
  330. <line>131</line>
  331. <option name="timeStamp" value="131" />
  332. </line-breakpoint>
  333. <line-breakpoint enabled="true" type="java-line">
  334. <url>file://$PROJECT_DIR$/src/main/java/com/template/common/utils/SubscribeSample.java</url>
  335. <line>135</line>
  336. <option name="timeStamp" value="132" />
  337. </line-breakpoint>
  338. <line-breakpoint enabled="true" type="java-line">
  339. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/UnlockingAdminController.java</url>
  340. <line>112</line>
  341. <option name="timeStamp" value="163" />
  342. </line-breakpoint>
  343. <line-breakpoint enabled="true" type="java-line">
  344. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/UnlockingAdminController.java</url>
  345. <line>102</line>
  346. <option name="timeStamp" value="166" />
  347. </line-breakpoint>
  348. <line-breakpoint enabled="true" type="java-line">
  349. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseOrderController.java</url>
  350. <line>1844</line>
  351. <option name="timeStamp" value="179" />
  352. </line-breakpoint>
  353. <line-breakpoint enabled="true" type="java-line">
  354. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseOrderController.java</url>
  355. <line>1581</line>
  356. <option name="timeStamp" value="181" />
  357. </line-breakpoint>
  358. <line-breakpoint enabled="true" type="java-line">
  359. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseOrderController.java</url>
  360. <line>1685</line>
  361. <option name="timeStamp" value="218" />
  362. </line-breakpoint>
  363. <line-breakpoint enabled="true" type="java-line">
  364. <url>file://$PROJECT_DIR$/src/main/java/com/template/model/weixin/MyRestTempleteUtil.java</url>
  365. <line>33</line>
  366. <option name="timeStamp" value="224" />
  367. </line-breakpoint>
  368. <line-breakpoint enabled="true" type="java-line">
  369. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java</url>
  370. <line>426</line>
  371. <option name="timeStamp" value="228" />
  372. </line-breakpoint>
  373. <line-breakpoint enabled="true" type="java-line">
  374. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HouseNumberStateController.java</url>
  375. <line>320</line>
  376. <option name="timeStamp" value="231" />
  377. </line-breakpoint>
  378. </breakpoints>
  379. </breakpoint-manager>
  380. <watches-manager>
  381. <configuration name="SpringBootApplicationConfigurationType">
  382. <watch expression="housePrices" />
  383. </configuration>
  384. </watches-manager>
  385. </component>
  386. <component name="com.intellij.coverage.CoverageDataManagerImpl">
  387. <SUITE FILE_PATH="coverage/iHotel_student_houtai$SubscribeSample.ic" NAME="SubscribeSample Coverage Results" MODIFIED="1710380614726" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false">
  388. <FILTER>com.template.common.utils.*</FILTER>
  389. </SUITE>
  390. </component>
  391. </project>