|
@@ -10,34 +10,41 @@
|
|
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
|
</component>
|
|
|
<component name="ChangeListManager">
|
|
|
- <list default="true" id="8a346ac7-ee3f-4cad-99c9-d339051f5d36" name="Changes" comment="">
|
|
|
+ <list default="true" id="8a346ac7-ee3f-4cad-99c9-d339051f5d36" name="Changes" comment="0515 springmvc">
|
|
|
<change afterPath="$PROJECT_DIR$/../.idea/VIP31.iml" afterDir="false" />
|
|
|
<change afterPath="$PROJECT_DIR$/../JavaSE/JavaSe01/JavaSe01.iml" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/.idea/google-java-format.xml" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/.idea/uiDesigner.xml" afterDir="false" />
|
|
|
- <change afterPath="$PROJECT_DIR$/.idea/vcs.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/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 afterPath="$PROJECT_DIR$/.idea/artifacts/springmvc_demo_Web_exploded.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/RequestController.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/dao/BookDao.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/entity/Book.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/service/BookService.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/service/impl/BookServiceImpl.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/resources/db.properties" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/resources/mapper/BookMapper.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/resources/mybatis-config.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/resources/spring.xml" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/TestMybatis.java" afterDir="false" />
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/test/java/com/sf/TestSpringMvc.java" afterDir="false" />
|
|
|
<change beforePath="$PROJECT_DIR$/../spring-demo/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../spring-demo/.idea/workspace.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/MyServletContainerInitializer.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/MyServletContainerInitializer.java" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/java/com/sf/controller/BookController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/sf/controller/BookController.java" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/resources/spring-mvc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/spring-mvc.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/webapp/WEB-INF/web.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/web.xml" afterDir="false" />
|
|
|
+ <change beforePath="$PROJECT_DIR$/src/main/webapp/hello.jsp" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/webapp/hello.jsp" 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="ChangesViewManager">
|
|
|
+ <option name="groupingKeys">
|
|
|
+ <option value="directory" />
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
<component name="FileTemplateManagerImpl">
|
|
|
<option name="RECENT_TEMPLATES">
|
|
|
<list>
|
|
@@ -50,10 +57,10 @@
|
|
|
<component name="Git.Settings">
|
|
|
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
|
|
|
</component>
|
|
|
- <component name="KubernetesApiPersistence"><![CDATA[{}]]></component>
|
|
|
- <component name="KubernetesApiProvider"><![CDATA[{
|
|
|
- "isMigrated": true
|
|
|
-}]]></component>
|
|
|
+ <component name="KubernetesApiPersistence">{}</component>
|
|
|
+ <component name="KubernetesApiProvider">{
|
|
|
+ "isMigrated": true
|
|
|
+}</component>
|
|
|
<component name="LogFilters">
|
|
|
<option name="FILTER_ERRORS" value="false" />
|
|
|
<option name="FILTER_WARNINGS" value="false" />
|
|
@@ -61,6 +68,20 @@
|
|
|
<option name="FILTER_DEBUG" value="true" />
|
|
|
<option name="CUSTOM_FILTER" />
|
|
|
</component>
|
|
|
+ <component name="MavenImportPreferences">
|
|
|
+ <option name="generalSettings">
|
|
|
+ <MavenGeneralSettings>
|
|
|
+ <option name="localRepository" value="$MAVEN_REPOSITORY$" />
|
|
|
+ <option name="useMavenConfig" value="false" />
|
|
|
+ <option name="userSettingsFile" value="$USER_HOME$/.m2/settings.xml" />
|
|
|
+ </MavenGeneralSettings>
|
|
|
+ </option>
|
|
|
+ </component>
|
|
|
+ <component name="ProjectColorInfo">{
|
|
|
+ "customColor": "",
|
|
|
+ "associatedIndex": 6
|
|
|
+}</component>
|
|
|
+ <component name="ProjectId" id="2gcQAwWb8LN43APOkgvdE8X1inq" />
|
|
|
<component name="ProjectLevelVcsManager">
|
|
|
<ConfirmationsSetting value="2" id="Add" />
|
|
|
</component>
|
|
@@ -69,6 +90,8 @@
|
|
|
</component>
|
|
|
<component name="PropertiesComponent"><![CDATA[{
|
|
|
"keyToString": {
|
|
|
+ "JUnit.TestMybatis.testMybatis.executor": "Run",
|
|
|
+ "JUnit.TestSpringMvc.test.executor": "Run",
|
|
|
"Maven. [org.apache.maven.plugins:maven-archetype-plugin:RELEASE:generate].executor": "Run",
|
|
|
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
|
@@ -76,21 +99,70 @@
|
|
|
"Tomcat Server.Tomcat 11.0.0-M16.executor": "Run",
|
|
|
"git-widget-placeholder": "master",
|
|
|
"kotlin-language-version-configured": "true",
|
|
|
+ "last_opened_file_path": "/Users/Qing/IdeaProjects/SiFu/VIP31/springmvc-demo",
|
|
|
"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",
|
|
|
- "project.structure.last.edited": "Artifacts",
|
|
|
- "project.structure.proportion": "0.0",
|
|
|
- "project.structure.side.proportion": "0.0",
|
|
|
+ "project.structure.last.edited": "Modules",
|
|
|
+ "project.structure.proportion": "0.1809181",
|
|
|
+ "project.structure.side.proportion": "0.2794899",
|
|
|
"settings.editor.selected.configurable": "MavenSettings",
|
|
|
"vue.rearranger.settings.migration": "true"
|
|
|
}
|
|
|
}]]></component>
|
|
|
- <component name="RunManager">
|
|
|
+ <component name="RecentsManager">
|
|
|
+ <key name="CopyFile.RECENT_KEYS">
|
|
|
+ <recent name="$PROJECT_DIR$" />
|
|
|
+ </key>
|
|
|
+ </component>
|
|
|
+ <component name="RunManager" selected="Tomcat Server.Tomcat 10.0.21">
|
|
|
+ <configuration name="TestMybatis.testMybatis" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="springmvc-demo" />
|
|
|
+ <extension name="coverage">
|
|
|
+ <pattern>
|
|
|
+ <option name="PATTERN" value="com.sf.*" />
|
|
|
+ <option name="ENABLED" value="true" />
|
|
|
+ </pattern>
|
|
|
+ </extension>
|
|
|
+ <option name="PACKAGE_NAME" value="com.sf" />
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.TestMybatis" />
|
|
|
+ <option name="METHOD_NAME" value="testMybatis" />
|
|
|
+ <option name="TEST_OBJECT" value="method" />
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <configuration name="TestSpringMvc.test" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
|
|
|
+ <module name="springmvc-demo" />
|
|
|
+ <extension name="coverage">
|
|
|
+ <pattern>
|
|
|
+ <option name="PATTERN" value="com.sf.*" />
|
|
|
+ <option name="ENABLED" value="true" />
|
|
|
+ </pattern>
|
|
|
+ </extension>
|
|
|
+ <option name="PACKAGE_NAME" value="com.sf" />
|
|
|
+ <option name="MAIN_CLASS_NAME" value="com.sf.TestSpringMvc" />
|
|
|
+ <option name="METHOD_NAME" value="test" />
|
|
|
+ <option name="TEST_OBJECT" value="method" />
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <configuration default="true" type="JetRunConfigurationType">
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
+ <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
|
|
|
+ <option name="filePath" />
|
|
|
+ <method v="2">
|
|
|
+ <option name="Make" enabled="true" />
|
|
|
+ </method>
|
|
|
+ </configuration>
|
|
|
<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_war/hello" />
|
|
|
+ <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">
|
|
@@ -183,6 +255,17 @@
|
|
|
</option>
|
|
|
</method>
|
|
|
</configuration>
|
|
|
+ <list>
|
|
|
+ <item itemvalue="JUnit.TestMybatis.testMybatis" />
|
|
|
+ <item itemvalue="JUnit.TestSpringMvc.test" />
|
|
|
+ <item itemvalue="Tomcat Server.Tomcat 10.0.21" />
|
|
|
+ </list>
|
|
|
+ <recent_temporary>
|
|
|
+ <list>
|
|
|
+ <item itemvalue="JUnit.TestMybatis.testMybatis" />
|
|
|
+ <item itemvalue="JUnit.TestSpringMvc.test" />
|
|
|
+ </list>
|
|
|
+ </recent_temporary>
|
|
|
</component>
|
|
|
<component name="SharedIndexes">
|
|
|
<attachedChunks>
|
|
@@ -200,11 +283,29 @@
|
|
|
<option name="number" value="Default" />
|
|
|
<option name="presentableId" value="Default" />
|
|
|
<updated>1715752794105</updated>
|
|
|
- <workItem from="1715752795429" duration="9220000" />
|
|
|
+ <workItem from="1715752795429" duration="9289000" />
|
|
|
+ <workItem from="1715994247914" duration="64000" />
|
|
|
+ <workItem from="1715994329537" duration="276000" />
|
|
|
+ <workItem from="1715994638690" duration="21000" />
|
|
|
+ <workItem from="1715994732370" duration="6964000" />
|
|
|
+ <workItem from="1716002556205" duration="2317000" />
|
|
|
+ </task>
|
|
|
+ <task id="LOCAL-00001" summary="0515 springmvc">
|
|
|
+ <option name="closed" value="true" />
|
|
|
+ <created>1715763981629</created>
|
|
|
+ <option name="number" value="00001" />
|
|
|
+ <option name="presentableId" value="LOCAL-00001" />
|
|
|
+ <option name="project" value="LOCAL" />
|
|
|
+ <updated>1715763981629</updated>
|
|
|
</task>
|
|
|
+ <option name="localTasksCounter" value="2" />
|
|
|
<servers />
|
|
|
</component>
|
|
|
<component name="TypeScriptGeneratedFilesManager">
|
|
|
<option name="version" value="3" />
|
|
|
</component>
|
|
|
+ <component name="VcsManagerConfiguration">
|
|
|
+ <MESSAGE value="0515 springmvc" />
|
|
|
+ <option name="LAST_COMMIT_MESSAGE" value="0515 springmvc" />
|
|
|
+ </component>
|
|
|
</project>
|