123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="ArtifactsWorkspaceSettings">
- <artifacts-to-build>
- <artifact name="hosp5:war exploded" />
- </artifacts-to-build>
- </component>
- <component name="ChangeListManager">
- <list default="true" id="e509e956-225e-4663-bc29-390842c71ddd" name="Default Changelist" comment="">
- <change afterPath="$PROJECT_DIR$/src/com/gydx/gongyingshangruler/Controller/GongyingshangController.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/com/gydx/gongyingshangruler/Mapper/Gongyingshang.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/com/gydx/gongyingshangruler/Mapper/Gongyingshangiface.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/com/gydx/gongyingshangruler/Service/GongyingshangService.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/com/gydx/gongyingshangruler/VO/GongyingshangVO.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/com/gydx/gongyingshangruler/gongyingshangruler.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <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" />
- <change beforePath="$PROJECT_DIR$/web/WEB-INF/web.xml" beforeDir="false" afterPath="$PROJECT_DIR$/web/WEB-INF/web.xml" afterDir="false" />
- </list>
- <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
- <option name="SHOW_DIALOG" value="false" />
- <option name="HIGHLIGHT_CONFLICTS" value="true" />
- <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
- <option name="LAST_RESOLUTION" value="IGNORE" />
- </component>
- <component name="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <option value="spring-beans.schema" />
- <option value="FxmlFile" />
- <option value="Class" />
- <option value="Interface" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- </component>
- <component name="LogFilters">
- <option name="FILTER_ERRORS" value="false" />
- <option name="FILTER_WARNINGS" value="false" />
- <option name="FILTER_INFO" value="true" />
- <option name="FILTER_DEBUG" value="true" />
- <option name="CUSTOM_FILTER" />
- </component>
- <component name="ProjectId" id="2npkiHvmJIRbQpe3bMYFcABhc84" />
- <component name="ProjectLevelVcsManager">
- <ConfirmationsSetting value="2" id="Add" />
- </component>
- <component name="PropertiesComponent">
- <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
- <property name="WebServerToolWindowFactoryState" value="false" />
- <property name="aspect.path.notification.shown" value="true" />
- <property name="last_opened_file_path" value="$USER_HOME$/Documents/WeChat Files/wxid_9onpuq2sj6je22/FileStorage/File/2024-11/JavaJBssm(1)/JavaJBssm" />
- <property name="node.js.detected.package.eslint" value="true" />
- <property name="node.js.detected.package.tslint" value="true" />
- <property name="node.js.path.for.package.eslint" value="project" />
- <property name="node.js.path.for.package.tslint" value="project" />
- <property name="node.js.selected.package.eslint" value="(autodetect)" />
- <property name="node.js.selected.package.tslint" value="(autodetect)" />
- <property name="project.structure.last.edited" value="Facets" />
- <property name="project.structure.proportion" value="0.15" />
- <property name="project.structure.side.proportion" value="0.2" />
- <property name="settings.editor.selected.configurable" value="spring" />
- </component>
- <component name="RecentsManager">
- <key name="CopyFile.RECENT_KEYS">
- <recent name="D:\ijwork\git\hosp5\src" />
- <recent name="D:\ijwork\git\hosp5\src\com\gydx" />
- <recent name="D:\ijwork\git\hosp5\src\com\gydx\Guochengxinxi\Mapper" />
- <recent name="D:\ijwork\git\hosp5\src\com\gydx\Guochengxinxi\Service" />
- <recent name="D:\ijwork\git\hosp5\src\com\gydx\User\Mapper" />
- </key>
- <key name="CopyClassDialog.RECENTS_KEY">
- <recent name="com.gydx.Guochengxinxi.Controller" />
- <recent name="com.gydx.Guochengxinxi.VO" />
- <recent name="com.gydx.User.Controller" />
- <recent name="com.gydx.User.VO" />
- </key>
- <key name="MoveFile.RECENT_KEYS">
- <recent name="D:\ijwork\hosp5\web\WEB-INF" />
- </key>
- </component>
- <component name="RunDashboard">
- <option name="ruleStates">
- <list>
- <RuleState>
- <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
- </RuleState>
- <RuleState>
- <option name="name" value="StatusDashboardGroupingRule" />
- </RuleState>
- </list>
- </option>
- </component>
- <component name="RunManager">
- <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">
- <option name="OPEN_IN_BROWSER_URL" value="http://localhost:8080/hosp5_war_exploded/" />
- <option name="UPDATING_POLICY" value="restart-server" />
- <deployment>
- <artifact name="hosp5:war exploded">
- <settings>
- <option name="CONTEXT_PATH" value="/hosp5_war_exploded" />
- </settings>
- </artifact>
- </deployment>
- <server-settings>
- <option name="BASE_DIRECTORY_NAME" value="Unnamed_hosp5" />
- </server-settings>
- <predefined_log_file enabled="true" id="Tomcat" />
- <predefined_log_file enabled="true" id="Tomcat Catalina" />
- <predefined_log_file id="Tomcat Manager" />
- <predefined_log_file id="Tomcat Host Manager" />
- <predefined_log_file id="Tomcat Localhost Access" />
- <RunnerSettings RunnerId="Debug">
- <option name="DEBUG_PORT" value="61453" />
- </RunnerSettings>
- <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Cover">
- <option name="USE_ENV_VARIABLES" value="true" />
- <STARTUP>
- <option name="USE_DEFAULT" value="true" />
- <option name="SCRIPT" value="" />
- <option name="VM_PARAMETERS" value="" />
- <option name="PROGRAM_PARAMETERS" value="" />
- </STARTUP>
- <SHUTDOWN>
- <option name="USE_DEFAULT" value="true" />
- <option name="SCRIPT" value="" />
- <option name="VM_PARAMETERS" value="" />
- <option name="PROGRAM_PARAMETERS" value="" />
- </SHUTDOWN>
- </ConfigurationWrapper>
- <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Debug">
- <option name="USE_ENV_VARIABLES" value="true" />
- <STARTUP>
- <option name="USE_DEFAULT" value="true" />
- <option name="SCRIPT" value="" />
- <option name="VM_PARAMETERS" value="" />
- <option name="PROGRAM_PARAMETERS" value="" />
- </STARTUP>
- <SHUTDOWN>
- <option name="USE_DEFAULT" value="true" />
- <option name="SCRIPT" value="" />
- <option name="VM_PARAMETERS" value="" />
- <option name="PROGRAM_PARAMETERS" value="" />
- </SHUTDOWN>
- </ConfigurationWrapper>
- <ConfigurationWrapper VM_VAR="JAVA_OPTS" RunnerId="Run">
- <option name="USE_ENV_VARIABLES" value="true" />
- <STARTUP>
- <option name="USE_DEFAULT" value="true" />
- <option name="SCRIPT" value="" />
- <option name="VM_PARAMETERS" value="" />
- <option name="PROGRAM_PARAMETERS" value="" />
- </STARTUP>
- <SHUTDOWN>
- <option name="USE_DEFAULT" value="true" />
- <option name="SCRIPT" value="" />
- <option name="VM_PARAMETERS" value="" />
- <option name="PROGRAM_PARAMETERS" value="" />
- </SHUTDOWN>
- </ConfigurationWrapper>
- <method v="2">
- <option name="Make" enabled="true" />
- <option name="BuildArtifacts" enabled="true">
- <artifact name="hosp5:war exploded" />
- </option>
- </method>
- </configuration>
- </component>
- <component name="SvnConfiguration">
- <configuration />
- </component>
- <component name="TaskManager">
- <task active="true" id="Default" summary="Default task">
- <changelist id="e509e956-225e-4663-bc29-390842c71ddd" name="Default Changelist" comment="" />
- <created>1729677530225</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1729677530225</updated>
- <workItem from="1729677534193" duration="5962000" />
- <workItem from="1729749884664" duration="5439000" />
- <workItem from="1730203761963" duration="816000" />
- <workItem from="1730283091305" duration="27997000" />
- <workItem from="1730722494016" duration="2703000" />
- <workItem from="1730883663241" duration="12885000" />
- <workItem from="1731057219893" duration="259000" />
- <workItem from="1731057631000" duration="9612000" />
- </task>
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="1" />
- </component>
- <component name="Vcs.Log.Tabs.Properties">
- <option name="TAB_STATES">
- <map>
- <entry key="MAIN">
- <value>
- <State>
- <option name="COLUMN_ORDER" />
- </State>
- </value>
- </entry>
- </map>
- </option>
- </component>
- </project>
|