workspace.xml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ArtifactsWorkspaceSettings">
  4. <artifacts-to-build>
  5. <artifact name="hosp5:war exploded" />
  6. </artifacts-to-build>
  7. </component>
  8. <component name="ChangeListManager">
  9. <list default="true" id="e509e956-225e-4663-bc29-390842c71ddd" name="Default Changelist" comment="">
  10. <change afterPath="$PROJECT_DIR$/src/com/gydx/gongyingshangruler/Controller/GongyingshangController.java" afterDir="false" />
  11. <change afterPath="$PROJECT_DIR$/src/com/gydx/gongyingshangruler/Mapper/Gongyingshang.xml" afterDir="false" />
  12. <change afterPath="$PROJECT_DIR$/src/com/gydx/gongyingshangruler/Mapper/Gongyingshangiface.java" afterDir="false" />
  13. <change afterPath="$PROJECT_DIR$/src/com/gydx/gongyingshangruler/Service/GongyingshangService.java" afterDir="false" />
  14. <change afterPath="$PROJECT_DIR$/src/com/gydx/gongyingshangruler/VO/GongyingshangVO.java" afterDir="false" />
  15. <change afterPath="$PROJECT_DIR$/src/com/gydx/gongyingshangruler/gongyingshangruler.xml" afterDir="false" />
  16. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  17. <change beforePath="$PROJECT_DIR$/out/artifacts/hosp5_war_exploded/WEB-INF/classes/com/gydx/Guochengxinxi/Guochengxinxi.xml" beforeDir="false" afterPath="$PROJECT_DIR$/out/artifacts/hosp5_war_exploded/WEB-INF/classes/com/gydx/Guochengxinxi/Guochengxinxi.xml" afterDir="false" />
  18. <change beforePath="$PROJECT_DIR$/out/artifacts/hosp5_war_exploded/WEB-INF/classes/com/gydx/User/User.xml" beforeDir="false" afterPath="$PROJECT_DIR$/out/artifacts/hosp5_war_exploded/WEB-INF/classes/com/gydx/User/User.xml" afterDir="false" />
  19. <change beforePath="$PROJECT_DIR$/out/artifacts/hosp5_war_exploded/WEB-INF/classes/com/gydx/guizexinxi/Mapper/Guize.xml" beforeDir="false" afterPath="$PROJECT_DIR$/out/artifacts/hosp5_war_exploded/WEB-INF/classes/com/gydx/guizexinxi/Mapper/Guize.xml" afterDir="false" />
  20. <change beforePath="$PROJECT_DIR$/out/artifacts/hosp5_war_exploded/WEB-INF/classes/com/gydx/liangkuruler/Mapper/Liangku.xml" beforeDir="false" afterPath="$PROJECT_DIR$/out/artifacts/hosp5_war_exploded/WEB-INF/classes/com/gydx/liangkuruler/Mapper/Liangku.xml" afterDir="false" />
  21. <change beforePath="$PROJECT_DIR$/out/artifacts/hosp5_war_exploded/WEB-INF/classes/com/gydx/liangkuruler/VO/LiangkuVO.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/artifacts/hosp5_war_exploded/WEB-INF/classes/com/gydx/liangkuruler/VO/LiangkuVO.class" afterDir="false" />
  22. <change beforePath="$PROJECT_DIR$/out/artifacts/hosp5_war_exploded/WEB-INF/web.xml" beforeDir="false" afterPath="$PROJECT_DIR$/out/artifacts/hosp5_war_exploded/WEB-INF/web.xml" afterDir="false" />
  23. <change beforePath="$PROJECT_DIR$/out/production/hosp5/com/gydx/Guochengxinxi/Guochengxinxi.xml" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/hosp5/com/gydx/Guochengxinxi/Guochengxinxi.xml" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/out/production/hosp5/com/gydx/User/User.xml" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/hosp5/com/gydx/User/User.xml" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/out/production/hosp5/com/gydx/guizexinxi/Mapper/Guize.xml" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/hosp5/com/gydx/guizexinxi/Mapper/Guize.xml" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/out/production/hosp5/com/gydx/liangkuruler/Mapper/Liangku.xml" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/hosp5/com/gydx/liangkuruler/Mapper/Liangku.xml" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/out/production/hosp5/com/gydx/liangkuruler/VO/LiangkuVO.class" beforeDir="false" afterPath="$PROJECT_DIR$/out/production/hosp5/com/gydx/liangkuruler/VO/LiangkuVO.class" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/src/com/gydx/User/Controller/Usercon.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/gydx/User/Controller/Usercon.java" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/src/com/gydx/User/Mapper/User.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/gydx/User/Mapper/User.xml" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/src/com/gydx/User/Mapper/UserIface.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/gydx/User/Mapper/UserIface.java" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/src/com/gydx/User/Service/UserService.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/gydx/User/Service/UserService.java" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/src/com/gydx/User/Service/UserServiceImpl.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/gydx/User/Service/UserServiceImpl.java" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/src/com/gydx/User/VO/UserVO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/gydx/User/VO/UserVO.java" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/src/com/gydx/guizexinxi/Mapper/Guize.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/gydx/guizexinxi/Mapper/Guize.xml" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/src/com/gydx/liangkuruler/Mapper/Liangku.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/gydx/liangkuruler/Mapper/Liangku.xml" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/src/com/gydx/liangkuruler/VO/LiangkuVO.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/com/gydx/liangkuruler/VO/LiangkuVO.java" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/web/WEB-INF/web.xml" beforeDir="false" afterPath="$PROJECT_DIR$/web/WEB-INF/web.xml" afterDir="false" />
  38. </list>
  39. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  40. <option name="SHOW_DIALOG" value="false" />
  41. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  42. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  43. <option name="LAST_RESOLUTION" value="IGNORE" />
  44. </component>
  45. <component name="FileTemplateManagerImpl">
  46. <option name="RECENT_TEMPLATES">
  47. <list>
  48. <option value="spring-beans.schema" />
  49. <option value="FxmlFile" />
  50. <option value="Class" />
  51. <option value="Interface" />
  52. </list>
  53. </option>
  54. </component>
  55. <component name="Git.Settings">
  56. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  57. </component>
  58. <component name="LogFilters">
  59. <option name="FILTER_ERRORS" value="false" />
  60. <option name="FILTER_WARNINGS" value="false" />
  61. <option name="FILTER_INFO" value="true" />
  62. <option name="FILTER_DEBUG" value="true" />
  63. <option name="CUSTOM_FILTER" />
  64. </component>
  65. <component name="ProjectId" id="2npkiHvmJIRbQpe3bMYFcABhc84" />
  66. <component name="ProjectLevelVcsManager">
  67. <ConfirmationsSetting value="2" id="Add" />
  68. </component>
  69. <component name="PropertiesComponent">
  70. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  71. <property name="WebServerToolWindowFactoryState" value="false" />
  72. <property name="aspect.path.notification.shown" value="true" />
  73. <property name="last_opened_file_path" value="$USER_HOME$/Documents/WeChat Files/wxid_9onpuq2sj6je22/FileStorage/File/2024-11/JavaJBssm(1)/JavaJBssm" />
  74. <property name="node.js.detected.package.eslint" value="true" />
  75. <property name="node.js.detected.package.tslint" value="true" />
  76. <property name="node.js.path.for.package.eslint" value="project" />
  77. <property name="node.js.path.for.package.tslint" value="project" />
  78. <property name="node.js.selected.package.eslint" value="(autodetect)" />
  79. <property name="node.js.selected.package.tslint" value="(autodetect)" />
  80. <property name="project.structure.last.edited" value="Facets" />
  81. <property name="project.structure.proportion" value="0.15" />
  82. <property name="project.structure.side.proportion" value="0.2" />
  83. <property name="settings.editor.selected.configurable" value="spring" />
  84. </component>
  85. <component name="RecentsManager">
  86. <key name="CopyFile.RECENT_KEYS">
  87. <recent name="D:\ijwork\git\hosp5\src" />
  88. <recent name="D:\ijwork\git\hosp5\src\com\gydx" />
  89. <recent name="D:\ijwork\git\hosp5\src\com\gydx\Guochengxinxi\Mapper" />
  90. <recent name="D:\ijwork\git\hosp5\src\com\gydx\Guochengxinxi\Service" />
  91. <recent name="D:\ijwork\git\hosp5\src\com\gydx\User\Mapper" />
  92. </key>
  93. <key name="CopyClassDialog.RECENTS_KEY">
  94. <recent name="com.gydx.Guochengxinxi.Controller" />
  95. <recent name="com.gydx.Guochengxinxi.VO" />
  96. <recent name="com.gydx.User.Controller" />
  97. <recent name="com.gydx.User.VO" />
  98. </key>
  99. <key name="MoveFile.RECENT_KEYS">
  100. <recent name="D:\ijwork\hosp5\web\WEB-INF" />
  101. </key>
  102. </component>
  103. <component name="RunDashboard">
  104. <option name="ruleStates">
  105. <list>
  106. <RuleState>
  107. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  108. </RuleState>
  109. <RuleState>
  110. <option name="name" value="StatusDashboardGroupingRule" />
  111. </RuleState>
  112. </list>
  113. </option>
  114. </component>
  115. <component name="RunManager">
  116. <configuration name="Tomcat 8.5.100" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" APPLICATION_SERVER_NAME="Tomcat 8.5.100" ALTERNATIVE_JRE_ENABLED="true" ALTERNATIVE_JRE_PATH="1.8" nameIsGenerated="true">
  117. <option name="OPEN_IN_BROWSER_URL" value="http://localhost:8080/hosp5_war_exploded/" />
  118. <option name="UPDATING_POLICY" value="restart-server" />
  119. <deployment>
  120. <artifact name="hosp5:war exploded">
  121. <settings>
  122. <option name="CONTEXT_PATH" value="/hosp5_war_exploded" />
  123. </settings>
  124. </artifact>
  125. </deployment>
  126. <server-settings>
  127. <option name="BASE_DIRECTORY_NAME" value="Unnamed_hosp5" />
  128. </server-settings>
  129. <predefined_log_file enabled="true" id="Tomcat" />
  130. <predefined_log_file enabled="true" id="Tomcat Catalina" />
  131. <predefined_log_file id="Tomcat Manager" />
  132. <predefined_log_file id="Tomcat Host Manager" />
  133. <predefined_log_file id="Tomcat Localhost Access" />
  134. <RunnerSettings RunnerId="Debug">
  135. <option name="DEBUG_PORT" value="61453" />
  136. </RunnerSettings>
  137. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Cover">
  138. <option name="USE_ENV_VARIABLES" value="true" />
  139. <STARTUP>
  140. <option name="USE_DEFAULT" value="true" />
  141. <option name="SCRIPT" value="" />
  142. <option name="VM_PARAMETERS" value="" />
  143. <option name="PROGRAM_PARAMETERS" value="" />
  144. </STARTUP>
  145. <SHUTDOWN>
  146. <option name="USE_DEFAULT" value="true" />
  147. <option name="SCRIPT" value="" />
  148. <option name="VM_PARAMETERS" value="" />
  149. <option name="PROGRAM_PARAMETERS" value="" />
  150. </SHUTDOWN>
  151. </ConfigurationWrapper>
  152. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
  153. <option name="USE_ENV_VARIABLES" value="true" />
  154. <STARTUP>
  155. <option name="USE_DEFAULT" value="true" />
  156. <option name="SCRIPT" value="" />
  157. <option name="VM_PARAMETERS" value="" />
  158. <option name="PROGRAM_PARAMETERS" value="" />
  159. </STARTUP>
  160. <SHUTDOWN>
  161. <option name="USE_DEFAULT" value="true" />
  162. <option name="SCRIPT" value="" />
  163. <option name="VM_PARAMETERS" value="" />
  164. <option name="PROGRAM_PARAMETERS" value="" />
  165. </SHUTDOWN>
  166. </ConfigurationWrapper>
  167. <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
  168. <option name="USE_ENV_VARIABLES" value="true" />
  169. <STARTUP>
  170. <option name="USE_DEFAULT" value="true" />
  171. <option name="SCRIPT" value="" />
  172. <option name="VM_PARAMETERS" value="" />
  173. <option name="PROGRAM_PARAMETERS" value="" />
  174. </STARTUP>
  175. <SHUTDOWN>
  176. <option name="USE_DEFAULT" value="true" />
  177. <option name="SCRIPT" value="" />
  178. <option name="VM_PARAMETERS" value="" />
  179. <option name="PROGRAM_PARAMETERS" value="" />
  180. </SHUTDOWN>
  181. </ConfigurationWrapper>
  182. <method v="2">
  183. <option name="Make" enabled="true" />
  184. <option name="BuildArtifacts" enabled="true">
  185. <artifact name="hosp5:war exploded" />
  186. </option>
  187. </method>
  188. </configuration>
  189. </component>
  190. <component name="SvnConfiguration">
  191. <configuration />
  192. </component>
  193. <component name="TaskManager">
  194. <task active="true" id="Default" summary="Default task">
  195. <changelist id="e509e956-225e-4663-bc29-390842c71ddd" name="Default Changelist" comment="" />
  196. <created>1729677530225</created>
  197. <option name="number" value="Default" />
  198. <option name="presentableId" value="Default" />
  199. <updated>1729677530225</updated>
  200. <workItem from="1729677534193" duration="5962000" />
  201. <workItem from="1729749884664" duration="5439000" />
  202. <workItem from="1730203761963" duration="816000" />
  203. <workItem from="1730283091305" duration="27997000" />
  204. <workItem from="1730722494016" duration="2703000" />
  205. <workItem from="1730883663241" duration="12885000" />
  206. <workItem from="1731057219893" duration="259000" />
  207. <workItem from="1731057631000" duration="9612000" />
  208. </task>
  209. <servers />
  210. </component>
  211. <component name="TypeScriptGeneratedFilesManager">
  212. <option name="version" value="1" />
  213. </component>
  214. <component name="Vcs.Log.Tabs.Properties">
  215. <option name="TAB_STATES">
  216. <map>
  217. <entry key="MAIN">
  218. <value>
  219. <State>
  220. <option name="COLUMN_ORDER" />
  221. </State>
  222. </value>
  223. </entry>
  224. </map>
  225. </option>
  226. </component>
  227. </project>