|
@@ -0,0 +1,209 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<project version="4">
|
|
|
+ <component name="ArtifactsWorkspaceSettings">
|
|
|
+ <artifacts-to-build>
|
|
|
+ <artifact name="springmvc-demo:war" />
|
|
|
+ <artifact name="springmvc-demo:war exploded" />
|
|
|
+ </artifacts-to-build>
|
|
|
+ </component>
|
|
|
+ <component name="AutoImportSettings">
|
|
|
+ <option name="autoReloadType" value="SELECTIVE" />
|
|
|
+ </component>
|
|
|
+ <component name="ChangeListManager">
|
|
|
+ <list default="true" id="d55c211f-cca4-4230-b149-ae8c1dab3c43" name="Changes" comment="">
|
|
|
+ <change afterPath="$PROJECT_DIR$/../.idea/VIPJAVA.iml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/google-java-format.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/MyServletContainerInitializer.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/MyWebAppInitializer.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/SpringMvcConfig.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/AuthorController.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/BookController.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/servlet/UserServlet.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/resources/spring-mvc.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/web.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/webapp/hello.jsp" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/webapp/index.jsp" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/java/com/lc/mapper/UserMapper.java" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/java/com/lc/mapper/UserMapper.java" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/resources/com/lc/mapper/UserMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/resources/com/lc/mapper/UserMapper.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/jarRepositories.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/jarRepositories.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/misc.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/.idea/workspace.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/../gn_oa_vip27/src/main/java/com/sf/utils/JdbcUtil.java" beforeDir="false" afterPath="$PROJECT_DIR$/../gn_oa_vip27/src/main/java/com/sf/utils/JdbcUtil.java" afterDir="false" />
|
|
|
+ </list>
|
|
|
+ <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="Jsp File" />
|
|
|
+ <option value="Spring Xml File" />
|
|
|
+ <option value="Class" />
|
|
|
+ </list>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="Git.Settings">
|
|
|
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
|
|
|
+ </component>
|
|
|
+ <component name="KubernetesApiProvider"><![CDATA[{
|
|
|
+ "isMigrated": true
|
|
|
+}]]></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="ProjectColorInfo"><![CDATA[{
|
|
|
+ "associatedIndex": 4
|
|
|
+}]]></component>
|
|
|
+ <component name="ProjectId" id="2b4QX4DZlPMWbRpeUw2AqyNi4lV" />
|
|
|
+ <component name="ProjectLevelVcsManager">
|
|
|
+ <ConfirmationsSetting value="2" id="Add" />
|
|
|
+ </component>
|
|
|
+ <component name="ProjectViewState">
|
|
|
+ <option name="showLibraryContents" value="true" />
|
|
|
+ </component>
|
|
|
+ <component name="PropertiesComponent"><![CDATA[{
|
|
|
+ "keyToString": {
|
|
|
+ "Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
|
|
|
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
|
+ "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
+ "Tomcat Server.Tomcat 10.0.21.executor": "Run",
|
|
|
+ "Tomcat Server.Tomcat 8.5.93.executor": "Run",
|
|
|
+ "git-widget-placeholder": "master",
|
|
|
+ "kotlin-language-version-configured": "true",
|
|
|
+ "last_opened_file_path": "/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springmvc-demo/src/main/webapp/WEB-INF",
|
|
|
+ "node.js.detected.package.eslint": "true",
|
|
|
+ "node.js.detected.package.tslint": "true",
|
|
|
+ "node.js.selected.package.eslint": "(autodetect)",
|
|
|
+ "node.js.selected.package.tslint": "(autodetect)",
|
|
|
+ "nodejs_package_manager_path": "npm",
|
|
|
+ "settings.editor.selected.configurable": "MavenSettings",
|
|
|
+ "vue.rearranger.settings.migration": "true"
|
|
|
+ }
|
|
|
+}]]></component>
|
|
|
+ <component name="RecentsManager">
|
|
|
+ <key name="CopyFile.RECENT_KEYS">
|
|
|
+ <recent name="$PROJECT_DIR$/src/main/webapp/WEB-INF" />
|
|
|
+ </key>
|
|
|
+ </component>
|
|
|
+ <component name="RunManager">
|
|
|
+ <configuration name="Tomcat 10.0.21" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" APPLICATION_SERVER_NAME="Tomcat 10.0.21" ALTERNATIVE_JRE_ENABLED="false" nameIsGenerated="true">
|
|
|
+ <option name="OPEN_IN_BROWSER_URL" value="http://localhost:8080/springmvc_demo/hello" />
|
|
|
+ <option name="UPDATING_POLICY" value="restart-server" />
|
|
|
+ <deployment>
|
|
|
+ <artifact name="springmvc-demo:war">
|
|
|
+ <settings>
|
|
|
+ <option name="CONTEXT_PATH" value="/springmvc_demo_war" />
|
|
|
+ </settings>
|
|
|
+ </artifact>
|
|
|
+ <artifact name="springmvc-demo:war exploded">
|
|
|
+ <settings>
|
|
|
+ <option name="CONTEXT_PATH" value="/springmvc_demo" />
|
|
|
+ </settings>
|
|
|
+ </artifact>
|
|
|
+ </deployment>
|
|
|
+ <server-settings>
|
|
|
+ <option name="BASE_DIRECTORY_NAME" value="35ace8a8-cdaa-4cb1-aa16-948e91024d18" />
|
|
|
+ </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="56558" />
|
|
|
+ </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="Profile">
|
|
|
+ <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="springmvc-demo:war exploded" />
|
|
|
+ <artifact name="springmvc-demo:war" />
|
|
|
+ </option>
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ </component>
|
|
|
+ <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
|
|
|
+ <component name="TaskManager">
|
|
|
+ <task active="true" id="Default" summary="Default task">
|
|
|
+ <changelist id="d55c211f-cca4-4230-b149-ae8c1dab3c43" name="Changes" comment="" />
|
|
|
+ <created>1705471907664</created>
|
|
|
+ <option name="number" value="Default" />
|
|
|
+ <option name="presentableId" value="Default" />
|
|
|
+ <updated>1705471907664</updated>
|
|
|
+ <workItem from="1705471908780" duration="9815000" />
|
|
|
+ </task>
|
|
|
+ <servers />
|
|
|
+ </component>
|
|
|
+ <component name="TypeScriptGeneratedFilesManager">
|
|
|
+ <option name="version" value="3" />
|
|
|
+ </component>
|
|
|
+</project>
|