workspace.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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 afterPath="$PROJECT_DIR$/src/main/java/com/template/common/utils/DateUtil.java" afterDir="false" />
  9. <change afterPath="$PROJECT_DIR$/src/main/java/com/template/common/utils/Func.java" afterDir="false" />
  10. <change afterPath="$PROJECT_DIR$/src/main/java/com/template/model/vo/HousePricePageVo.java" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/src/main/java/com/template/model/vo/HousePriceVo.java" afterDir="false" />
  12. <change beforePath="$PROJECT_DIR$/.idea/.gitignore" beforeDir="false" />
  13. <change beforePath="$PROJECT_DIR$/.idea/compiler.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
  14. <change beforePath="$PROJECT_DIR$/.idea/encodings.xml" beforeDir="false" />
  15. <change beforePath="$PROJECT_DIR$/.idea/jarRepositories.xml" beforeDir="false" />
  16. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/.idea/uiDesigner.xml" beforeDir="false" />
  18. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/api/HousePriceAPI.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/api/HousePriceAPI.java" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/controller/HousePriceController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/controller/HousePriceController.java" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/mapper/HousePriceMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/mapper/HousePriceMapper.java" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/services/HousePriceService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/services/HousePriceService.java" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/src/main/java/com/template/services/impl/HousePriceServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/services/impl/HousePriceServiceImpl.java" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/src/main/resources/mapper/template/HousePriceMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/mapper/template/HousePriceMapper.xml" afterDir="false" />
  24. <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" />
  25. <change beforePath="$PROJECT_DIR$/target/classes/com/template/controller/HousePriceController.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/template/controller/HousePriceController.class" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/target/classes/com/template/mapper/HousePriceMapper.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/template/mapper/HousePriceMapper.class" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/target/classes/com/template/services/impl/HousePriceServiceImpl.class" beforeDir="false" afterPath="$PROJECT_DIR$/target/classes/com/template/services/impl/HousePriceServiceImpl.class" afterDir="false" />
  28. <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" />
  29. <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" />
  30. <change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst" beforeDir="false" afterPath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst" afterDir="false" />
  31. <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" />
  32. <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" />
  33. <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" />
  34. <change beforePath="$PROJECT_DIR$/target/surefire-reports/TEST-com.template.MybatisPlusApplicationTests.xml" beforeDir="false" />
  35. <change beforePath="$PROJECT_DIR$/target/surefire-reports/TEST-com.template.WrapperTest.xml" beforeDir="false" />
  36. <change beforePath="$PROJECT_DIR$/target/surefire-reports/com.template.MybatisPlusApplicationTests.txt" beforeDir="false" />
  37. <change beforePath="$PROJECT_DIR$/target/surefire-reports/com.template.WrapperTest.txt" beforeDir="false" />
  38. </list>
  39. <option name="SHOW_DIALOG" value="false" />
  40. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  41. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  42. <option name="LAST_RESOLUTION" value="IGNORE" />
  43. </component>
  44. <component name="FileTemplateManagerImpl">
  45. <option name="RECENT_TEMPLATES">
  46. <list>
  47. <option value="Class" />
  48. </list>
  49. </option>
  50. </component>
  51. <component name="Git.Settings">
  52. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  53. </component>
  54. <component name="MarkdownSettingsMigration">
  55. <option name="stateVersion" value="1" />
  56. </component>
  57. <component name="MavenImportPreferences">
  58. <option name="generalSettings">
  59. <MavenGeneralSettings>
  60. <option name="mavenHome" value="D:/soft/maven/apache-maven-3.8.6" />
  61. <option name="userSettingsFile" value="D:\soft\maven\apache-maven-3.8.6\conf\settings.xml" />
  62. </MavenGeneralSettings>
  63. </option>
  64. </component>
  65. <component name="MavenRunner">
  66. <option name="skipTests" value="true" />
  67. </component>
  68. <component name="ProjectId" id="2YHd6TDRlyqYh3OC9nI7fVxdhno" />
  69. <component name="ProjectViewState">
  70. <option name="showExcludedFiles" value="false" />
  71. <option name="showLibraryContents" value="true" />
  72. </component>
  73. <component name="PropertiesComponent"><![CDATA[{
  74. "keyToString": {
  75. "RequestMappingsPanelOrder0": "0",
  76. "RequestMappingsPanelOrder1": "1",
  77. "RequestMappingsPanelWidth0": "75",
  78. "RequestMappingsPanelWidth1": "75",
  79. "RunOnceActivity.OpenProjectViewOnStart": "true",
  80. "RunOnceActivity.ShowReadmeOnStart": "true",
  81. "WebServerToolWindowFactoryState": "false",
  82. "node.js.detected.package.eslint": "true",
  83. "node.js.detected.package.tslint": "true",
  84. "node.js.selected.package.eslint": "(autodetect)",
  85. "node.js.selected.package.tslint": "(autodetect)",
  86. "project.structure.last.edited": "Project",
  87. "project.structure.proportion": "0.15",
  88. "project.structure.side.proportion": "0.0",
  89. "settings.editor.selected.configurable": "MavenSettings",
  90. "spring.configuration.checksum": "f6966ce39847c3d9a18b4a1dfc3fec06"
  91. }
  92. }]]></component>
  93. <component name="RecentsManager">
  94. <key name="CopyClassDialog.RECENTS_KEY">
  95. <recent name="com.template.common.utils" />
  96. </key>
  97. </component>
  98. <component name="RunDashboard">
  99. <option name="configurationTypes">
  100. <set>
  101. <option value="SpringBootApplicationConfigurationType" />
  102. </set>
  103. </option>
  104. </component>
  105. <component name="RunManager">
  106. <configuration name="MybatisPlusApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
  107. <module name="iHotel_student_houtai" />
  108. <option name="SPRING_BOOT_MAIN_CLASS" value="com.template.MybatisPlusApplication" />
  109. <extension name="coverage">
  110. <pattern>
  111. <option name="PATTERN" value="com.template.*" />
  112. <option name="ENABLED" value="true" />
  113. </pattern>
  114. </extension>
  115. <method v="2">
  116. <option name="Make" enabled="true" />
  117. </method>
  118. </configuration>
  119. </component>
  120. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  121. <component name="SshConsoleOptionsProvider">
  122. <option name="myEncoding" value="UTF-8" />
  123. </component>
  124. <component name="TaskManager">
  125. <task active="true" id="Default" summary="Default task">
  126. <changelist id="42a0d34b-c484-4704-92dd-be5ac61d2f66" name="Changes" comment="" />
  127. <created>1700186263832</created>
  128. <option name="number" value="Default" />
  129. <option name="presentableId" value="Default" />
  130. <updated>1700186263832</updated>
  131. <workItem from="1700186265128" duration="1452000" />
  132. <workItem from="1700187845025" duration="12974000" />
  133. </task>
  134. <servers />
  135. </component>
  136. <component name="TypeScriptGeneratedFilesManager">
  137. <option name="version" value="3" />
  138. </component>
  139. <component name="Vcs.Log.Tabs.Properties">
  140. <option name="TAB_STATES">
  141. <map>
  142. <entry key="MAIN">
  143. <value>
  144. <State />
  145. </value>
  146. </entry>
  147. </map>
  148. </option>
  149. </component>
  150. <component name="XDebuggerManager">
  151. <breakpoint-manager>
  152. <breakpoints>
  153. <line-breakpoint enabled="true" type="java-line">
  154. <url>file://$PROJECT_DIR$/src/main/java/com/template/controller/HousePriceController.java</url>
  155. <line>244</line>
  156. <option name="timeStamp" value="3" />
  157. </line-breakpoint>
  158. </breakpoints>
  159. </breakpoint-manager>
  160. <watches-manager>
  161. <configuration name="SpringBootApplicationConfigurationType">
  162. <watch expression="housePrices" />
  163. </configuration>
  164. </watches-manager>
  165. </component>
  166. </project>