workspace.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="49096653-f8e6-4a33-8ce7-3f3da29baf46" name="Default Changelist" comment="">
  5. <change afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/ihotel/config/PayConfig.java" afterDir="false" />
  6. <change afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/ihotel/config/PayConfig.class" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/src/main/java/com/chuanghai/ihotel/controller/HotelUserController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/ihotel/controller/HotelUserController.java" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/src/main/java/com/chuanghai/ihotel/controller/TestController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/ihotel/controller/TestController.java" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/src/main/java/com/chuanghai/ihotel/service/impl/HotelUserServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/chuanghai/ihotel/service/impl/HotelUserServiceImpl.java" afterDir="false" />
  11. <change beforePath="$PROJECT_DIR$/src/main/resources/application-prod.yml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/application-prod.yml" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/src/main/resources/static/doc/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/doc/index.html" afterDir="false" />
  13. <change beforePath="$PROJECT_DIR$/src/main/resources/static/doc/search.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/static/doc/search.js" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/target/classes/META-INF/spring-configuration-metadata.json" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/META-INF/spring-configuration-metadata.json" afterDir="false" />
  15. <change beforePath="$PROJECT_DIR$/target/classes/application-prod.yml" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/application-prod.yml" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/target/classes/com/chuanghai/ihotel/controller/HotelUserController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/ihotel/controller/HotelUserController.class" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/target/classes/com/chuanghai/ihotel/controller/TestController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/ihotel/controller/TestController.class" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/target/classes/com/chuanghai/ihotel/service/impl/HotelUserServiceImpl$1.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/ihotel/service/impl/HotelUserServiceImpl$1.class" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/target/classes/com/chuanghai/ihotel/service/impl/HotelUserServiceImpl$2.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/ihotel/service/impl/HotelUserServiceImpl$2.class" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/target/classes/com/chuanghai/ihotel/service/impl/HotelUserServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/chuanghai/ihotel/service/impl/HotelUserServiceImpl.class" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/target/classes/static/doc/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/static/doc/index.html" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/target/classes/static/doc/search.js" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/static/doc/search.js" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/target/ihotel-0.0.1-SNAPSHOT.jar" beforeDir="false" afterPath="$PROJECT_DIR$/target/ihotel-0.0.1-SNAPSHOT.jar" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/target/ihotel-0.0.1-SNAPSHOT.jar.original" beforeDir="false" afterPath="$PROJECT_DIR$/target/ihotel-0.0.1-SNAPSHOT.jar.original" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" afterDir="false" />
  26. <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" />
  27. <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" />
  28. <change beforePath="$PROJECT_DIR$/target/surefire-reports/TEST-com.chuanghai.ihotel.IhotelApplicationTests.xml" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/TEST-com.chuanghai.ihotel.IhotelApplicationTests.xml" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/target/surefire-reports/com.chuanghai.ihotel.IhotelApplicationTests.txt" beforeDir="false" afterPath="$PROJECT_DIR$/target/surefire-reports/com.chuanghai.ihotel.IhotelApplicationTests.txt" afterDir="false" />
  30. </list>
  31. <ignored path="$PROJECT_DIR$/classes/" />
  32. <ignored path="$PROJECT_DIR$/target/" />
  33. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  34. <option name="SHOW_DIALOG" value="false" />
  35. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  36. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  37. <option name="LAST_RESOLUTION" value="IGNORE" />
  38. </component>
  39. <component name="Git.Settings">
  40. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  41. </component>
  42. <component name="MavenImportPreferences">
  43. <option name="generalSettings">
  44. <MavenGeneralSettings>
  45. <option name="localRepository" value="D:\Software\Develop\Maven\repository" />
  46. <option name="mavenHome" value="D:/Software/Develop/Maven/apache-maven-3.3.9" />
  47. <option name="userSettingsFile" value="D:\Software\Develop\Maven\apache-maven-3.3.9\conf\settings.xml" />
  48. </MavenGeneralSettings>
  49. </option>
  50. </component>
  51. <component name="MavenProjectNavigator">
  52. <treeState>
  53. <expand>
  54. <path>
  55. <item name="" type="16c1761:MavenProjectsStructure$RootNode" />
  56. <item name="ihotel" type="9519ce18:MavenProjectsStructure$ProjectNode" />
  57. </path>
  58. <path>
  59. <item name="" type="16c1761:MavenProjectsStructure$RootNode" />
  60. <item name="ihotel" type="9519ce18:MavenProjectsStructure$ProjectNode" />
  61. <item name="Lifecycle" type="58874e2:MavenProjectsStructure$LifecycleNode" />
  62. </path>
  63. </expand>
  64. <select />
  65. </treeState>
  66. </component>
  67. <component name="ProjectFrameBounds" extendedState="6">
  68. <option name="x" value="953" />
  69. <option name="width" value="974" />
  70. <option name="height" value="1039" />
  71. </component>
  72. <component name="ProjectView">
  73. <navigator proportions="" version="1">
  74. <foldersAlwaysOnTop value="true" />
  75. </navigator>
  76. <panes>
  77. <pane id="Scope" />
  78. <pane id="ProjectPane">
  79. <subPane>
  80. <expand>
  81. <path>
  82. <item name="ihotel" type="b2602c69:ProjectViewProjectNode" />
  83. <item name="ihotel-backend" type="462c0819:PsiDirectoryNode" />
  84. </path>
  85. <path>
  86. <item name="ihotel" type="b2602c69:ProjectViewProjectNode" />
  87. <item name="ihotel-backend" type="462c0819:PsiDirectoryNode" />
  88. <item name="src" type="462c0819:PsiDirectoryNode" />
  89. </path>
  90. <path>
  91. <item name="ihotel" type="b2602c69:ProjectViewProjectNode" />
  92. <item name="ihotel-backend" type="462c0819:PsiDirectoryNode" />
  93. <item name="src" type="462c0819:PsiDirectoryNode" />
  94. <item name="main" type="462c0819:PsiDirectoryNode" />
  95. </path>
  96. <path>
  97. <item name="ihotel" type="b2602c69:ProjectViewProjectNode" />
  98. <item name="ihotel-backend" type="462c0819:PsiDirectoryNode" />
  99. <item name="src" type="462c0819:PsiDirectoryNode" />
  100. <item name="main" type="462c0819:PsiDirectoryNode" />
  101. <item name="java" type="462c0819:PsiDirectoryNode" />
  102. </path>
  103. </expand>
  104. <select />
  105. </subPane>
  106. </pane>
  107. <pane id="PackagesPane" />
  108. </panes>
  109. </component>
  110. <component name="PropertiesComponent">
  111. <property name="WebServerToolWindowFactoryState" value="false" />
  112. <property name="aspect.path.notification.shown" value="true" />
  113. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  114. <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
  115. <property name="nodejs_npm_path_reset_for_default_project" value="true" />
  116. <property name="settings.editor.selected.configurable" value="MavenSettings" />
  117. </component>
  118. <component name="RebelAgentSelection">
  119. <selection>jr</selection>
  120. </component>
  121. <component name="RunDashboard">
  122. <option name="ruleStates">
  123. <list>
  124. <RuleState>
  125. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  126. </RuleState>
  127. <RuleState>
  128. <option name="name" value="StatusDashboardGroupingRule" />
  129. </RuleState>
  130. </list>
  131. </option>
  132. </component>
  133. <component name="RunManager">
  134. <configuration name="IhotelApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  135. <module name="ihotel" />
  136. <option name="SPRING_BOOT_MAIN_CLASS" value="com.chuanghai.ihotel.IhotelApplication" />
  137. <method v="2">
  138. <option name="Make" enabled="true" />
  139. </method>
  140. </configuration>
  141. </component>
  142. <component name="SvnConfiguration">
  143. <configuration />
  144. </component>
  145. <component name="TaskManager">
  146. <task active="true" id="Default" summary="Default task">
  147. <changelist id="49096653-f8e6-4a33-8ce7-3f3da29baf46" name="Default Changelist" comment="" />
  148. <created>1689238366351</created>
  149. <option name="number" value="Default" />
  150. <option name="presentableId" value="Default" />
  151. <updated>1689238366351</updated>
  152. <workItem from="1689238367603" duration="264000" />
  153. </task>
  154. <servers />
  155. </component>
  156. <component name="TimeTrackingManager">
  157. <option name="totallyTimeSpent" value="264000" />
  158. </component>
  159. <component name="ToolWindowManager">
  160. <frame x="-8" y="-8" width="1936" height="1048" extended-state="6" />
  161. <layout>
  162. <window_info id="JRebel" side_tool="true" />
  163. <window_info id="Image Layers" />
  164. <window_info id="Capture Tool" />
  165. <window_info id="UI Designer" />
  166. <window_info id="Favorites" side_tool="true" />
  167. <window_info id="Designer" />
  168. <window_info id="Web" side_tool="true" />
  169. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.25" />
  170. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  171. <window_info anchor="bottom" id="Spring" />
  172. <window_info anchor="bottom" id="Event Log" side_tool="true" />
  173. <window_info anchor="bottom" id="Terminal" />
  174. <window_info anchor="bottom" id="Messages" />
  175. <window_info anchor="bottom" id="Java Enterprise" />
  176. <window_info anchor="bottom" id="Database Changes" />
  177. <window_info anchor="bottom" id="Version Control" />
  178. <window_info anchor="bottom" id="Docker" />
  179. <window_info anchor="bottom" id="JRebel Executor" />
  180. <window_info anchor="bottom" id="JRebel Console" side_tool="true" />
  181. <window_info anchor="bottom" id="Message" order="0" />
  182. <window_info anchor="bottom" id="Find" order="1" />
  183. <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.32932165" />
  184. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  185. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  186. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  187. <window_info anchor="bottom" id="TODO" order="6" />
  188. <window_info anchor="right" id="Maven" weight="0.32995737" />
  189. <window_info anchor="right" id="Palette" />
  190. <window_info anchor="right" id="JRebel Setup Guide" side_tool="true" />
  191. <window_info anchor="right" id="Capture Analysis" />
  192. <window_info anchor="right" id="Database" />
  193. <window_info anchor="right" id="Palette&#9;" />
  194. <window_info anchor="right" id="Theme Preview" />
  195. <window_info anchor="right" id="Bean Validation" />
  196. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  197. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  198. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  199. </layout>
  200. </component>
  201. <component name="TypeScriptGeneratedFilesManager">
  202. <option name="version" value="1" />
  203. </component>
  204. <component name="masterDetails">
  205. <states>
  206. <state key="ProjectJDKs.UI">
  207. <settings>
  208. <last-edited>1.8</last-edited>
  209. <splitter-proportions>
  210. <option name="proportions">
  211. <list>
  212. <option value="0.2" />
  213. </list>
  214. </option>
  215. </splitter-proportions>
  216. </settings>
  217. </state>
  218. </states>
  219. </component>
  220. </project>