|
@@ -0,0 +1,187 @@
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
+<project version="4">
|
|
|
|
+ <component name="ArtifactsWorkspaceSettings">
|
|
|
|
+ <artifacts-to-build>
|
|
|
|
+ <artifact name="SSM:war" />
|
|
|
|
+ </artifacts-to-build>
|
|
|
|
+ </component>
|
|
|
|
+ <component name="AutoImportSettings">
|
|
|
|
+ <option name="autoReloadType" value="SELECTIVE" />
|
|
|
|
+ </component>
|
|
|
|
+ <component name="ChangeListManager">
|
|
|
|
+ <list default="true" id="e79aedb9-1106-467c-a7a4-a57fa65eeabc" name="Changes" comment="">
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/encodings.xml" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/jarRepositories.xml" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/.idea/misc.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/controller/BookController.java" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/com/sf/dto/Result.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/mapper/BookMapper.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/applicationContext.xml" 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/步骤" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/springDispatcherServlet-servlet.xml" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/webapp/WEB-INF/web.xml" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/src/main/webapp/index.jsp" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/target/SSM.war" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/target/SSM/META-INF/MANIFEST.MF" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/target/SSM/WEB-INF/web.xml" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/target/SSM/index.jsp" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/target/classes/applicationContext.xml" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/target/classes/db.properties" afterDir="false" />
|
|
|
|
+ <change afterPath="$PROJECT_DIR$/target/classes/mybatis-config.xml" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/../04maven/mybatis/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../04maven/mybatis/.idea/workspace.xml" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/../04maven/spring/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../04maven/spring/.idea/workspace.xml" afterDir="false" />
|
|
|
|
+ <change beforePath="$PROJECT_DIR$/../springmvc/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../springmvc/.idea/workspace.xml" 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="spring-beans.schema" />
|
|
|
|
+ <option value="Interface" />
|
|
|
|
+ <option value="Class" />
|
|
|
|
+ </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="MarkdownSettingsMigration">
|
|
|
|
+ <option name="stateVersion" value="1" />
|
|
|
|
+ </component>
|
|
|
|
+ <component name="ProjectId" id="2TPLsY4wI7AR6w0K64mPsq2DwN3" />
|
|
|
|
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true">
|
|
|
|
+ <ConfirmationsSetting value="2" id="Add" />
|
|
|
|
+ </component>
|
|
|
|
+ <component name="ProjectViewState">
|
|
|
|
+ <option name="showLibraryContents" value="true" />
|
|
|
|
+ </component>
|
|
|
|
+ <component name="PropertiesComponent"><![CDATA[{
|
|
|
|
+ "keyToString": {
|
|
|
|
+ "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
|
|
|
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
|
|
+ "RunOnceActivity.ShowReadmeOnStart": "true",
|
|
|
|
+ "SHARE_PROJECT_CONFIGURATION_FILES": "true",
|
|
|
|
+ "WebServerToolWindowFactoryState": "false",
|
|
|
|
+ "node.js.detected.package.eslint": "true",
|
|
|
|
+ "node.js.detected.package.tslint": "true",
|
|
|
|
+ "node.js.selected.package.eslint": "(autodetect)",
|
|
|
|
+ "node.js.selected.package.tslint": "(autodetect)",
|
|
|
|
+ "project.structure.last.edited": "Modules",
|
|
|
|
+ "project.structure.proportion": "0.0",
|
|
|
|
+ "project.structure.side.proportion": "0.0",
|
|
|
|
+ "spring.configuration.checksum": "a7885c51c567427cd74513f0c6e0d563",
|
|
|
|
+ "vue.rearranger.settings.migration": "true"
|
|
|
|
+ }
|
|
|
|
+}]]></component>
|
|
|
|
+ <component name="RunManager">
|
|
|
|
+ <configuration name="Tomcat-SSM" type="#com.intellij.j2ee.web.tomcat.TomcatRunConfigurationFactory" factoryName="Local" APPLICATION_SERVER_NAME="Tomcat 9.0.70" ALTERNATIVE_JRE_ENABLED="false">
|
|
|
|
+ <option name="UPDATING_POLICY" value="restart-server" />
|
|
|
|
+ <deployment>
|
|
|
|
+ <artifact name="SSM:war">
|
|
|
|
+ <settings>
|
|
|
|
+ <option name="CONTEXT_PATH" value="/" />
|
|
|
|
+ </settings>
|
|
|
|
+ </artifact>
|
|
|
|
+ </deployment>
|
|
|
|
+ <server-settings>
|
|
|
|
+ <option name="BASE_DIRECTORY_NAME" value="0221410b-d3d5-436d-859f-18c2341e7598" />
|
|
|
|
+ </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="61428" />
|
|
|
|
+ </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="SSM: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="e79aedb9-1106-467c-a7a4-a57fa65eeabc" name="Changes" comment="" />
|
|
|
|
+ <created>1690939977275</created>
|
|
|
|
+ <option name="number" value="Default" />
|
|
|
|
+ <option name="presentableId" value="Default" />
|
|
|
|
+ <updated>1690939977275</updated>
|
|
|
|
+ <workItem from="1690939978968" duration="3475000" />
|
|
|
|
+ <workItem from="1690946298942" duration="15831000" />
|
|
|
|
+ </task>
|
|
|
|
+ <servers />
|
|
|
|
+ </component>
|
|
|
|
+ <component name="TypeScriptGeneratedFilesManager">
|
|
|
|
+ <option name="version" value="3" />
|
|
|
|
+ </component>
|
|
|
|
+</project>
|