123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473 |
- <?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="0123 add api">
- <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$/../springboot-demo/src/main/java/com/sf/bean/Computer.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/bean/Phone.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/config/BeanConfig.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/config/MyAutoConfig.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/config/other/OtherAutoConfig1.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/config/other/OtherAutoConfig2.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/resources/META-INF/spring.factories" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/resources/config/application-dev.properties" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/resources/config/application-prod.properties" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../springboot-demo/src/main/resources/config/application-test.properties" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../springboot-demo/src/test/java/com/sf/BeanTests.java" 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$/../02_JavaWeb/day07_mybatis/src/main/resources/com/lc/mapper/UserMapper.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/day07_mybatis/src/main/resources/com/lc/mapper/UserMapper.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../git-demo/com/sf/Test.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/../git-demo/com/sf/TestStudent.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/../git-demo/com/sf/TestTang.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/../git-demo/com/sf/TestWang.java" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/../git-demo/com/sf/TestZhang.java" beforeDir="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" />
- <change beforePath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/DemoApplication.java" beforeDir="false" afterPath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/DemoApplication.java" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/config/VegetablesConfig.java" beforeDir="false" afterPath="$PROJECT_DIR$/../springboot-demo/src/main/java/com/sf/config/VegetablesConfig.java" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../springboot-demo/src/main/resources/application-dev.properties" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/../springboot-demo/src/main/resources/application-prod.properties" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/../springboot-demo/src/main/resources/application-test.properties" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/../springboot-demo/src/main/resources/vegetables.properties" beforeDir="false" afterPath="$PROJECT_DIR$/../springboot-demo/src/main/resources/config/vegetables.properties" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../springboot-demo/src/test/java/com/sf/DemoApplicationTests.java" beforeDir="false" afterPath="$PROJECT_DIR$/../springboot-demo/src/test/java/com/sf/ApplicationTests.java" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.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" />
- </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>
- <option value="Jsp File" />
- <option value="Spring Xml File" />
- <option value="Interface" />
- <option value="Mybatis Mapper Xml File" />
- <option value="Thymeleaf HTML File" />
- <option value="Properties File" />
- <option value="Class" />
- <option value="HTML File" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
- </component>
- <component name="KubernetesApiProvider">{
- "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="MarkdownSettingsMigration">
- <option name="stateVersion" value="1" />
- </component>
- <component name="ProjectColorInfo">{
- "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">{
- "keyToString": {
- "DefaultHtmlFileTemplate": "HTML File",
- "HTTP Request.rest-api_1 | #1.executor": "Run",
- "HTTP Request.rest-api_2 | #1.executor": "Run",
- "JUnit.TestSpringMvc.test.executor": "Run",
- "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",
- "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.17833698",
- "project.structure.side.proportion": "0.2150838",
- "settings.editor.selected.configurable": "preferences.pluginManager",
- "vue.rearranger.settings.migration": "true"
- }
- }</component>
- <component name="RecentsManager">
- <key name="CopyFile.RECENT_KEYS">
- <recent name="$PROJECT_DIR$/src/main/webapp/WEB-INF/templates/demo" />
- <recent name="$PROJECT_DIR$/sql" />
- <recent name="$PROJECT_DIR$" />
- <recent name="$PROJECT_DIR$/src/main/java/com/sf" />
- <recent name="$PROJECT_DIR$/src/main/resources" />
- </key>
- <key name="MoveFile.RECENT_KEYS">
- <recent name="$PROJECT_DIR$/src/main/java/com/sf/anno/init" />
- <recent name="$PROJECT_DIR$/src/main/webapp/WEB-INF/jsp" />
- <recent name="$PROJECT_DIR$/src/main/java/com/sf/anno" />
- </key>
- <key name="CopyClassDialog.RECENTS_KEY">
- <recent name="com.sf.anno" />
- </key>
- </component>
- <component name="RunManager" selected="Tomcat Server.Tomcat 10.0.21">
- <configuration name="rest-api_1 | #1" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/rest-api_1.http" requestIdentifier="#1" runType="Run single request">
- <method v="2" />
- </configuration>
- <configuration name="rest-api_2 | #1" type="HttpClient.HttpRequestRunConfigurationType" factoryName="HTTP Request" temporary="true" nameIsGenerated="true" path="$APPLICATION_CONFIG_DIR$/scratches/rest-api_2.http" requestIdentifier="#1" runType="Run single request">
- <method v="2" />
- </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 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>
- <recent_temporary>
- <list>
- <item itemvalue="HTTP Request.rest-api_2 | #1" />
- <item itemvalue="HTTP Request.rest-api_1 | #1" />
- <item itemvalue="JUnit.TestSpringMvc.test" />
- </list>
- </recent_temporary>
- </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="12452000" />
- <workItem from="1705492873471" duration="19225000" />
- <workItem from="1705593304178" duration="747000" />
- <workItem from="1705625830502" duration="19845000" />
- <workItem from="1705682750234" duration="2481000" />
- <workItem from="1705748230368" duration="24000" />
- <workItem from="1705845379372" duration="1255000" />
- <workItem from="1705850774957" duration="649000" />
- <workItem from="1705852976185" duration="1600000" />
- <workItem from="1705897573911" duration="12996000" />
- <workItem from="1705972424180" duration="12204000" />
- <workItem from="1705995660651" duration="25000" />
- <workItem from="1705998836387" duration="40000" />
- <workItem from="1706063161444" duration="1507000" />
- <workItem from="1706155077661" duration="3119000" />
- </task>
- <task id="LOCAL-00001" summary="0117 springmvc">
- <option name="closed" value="true" />
- <created>1705481868228</created>
- <option name="number" value="00001" />
- <option name="presentableId" value="LOCAL-00001" />
- <option name="project" value="LOCAL" />
- <updated>1705481868228</updated>
- </task>
- <task id="LOCAL-00002" summary="0118 ssm整合">
- <option name="closed" value="true" />
- <created>1705551875551</created>
- <option name="number" value="00002" />
- <option name="presentableId" value="LOCAL-00002" />
- <option name="project" value="LOCAL" />
- <updated>1705551875551</updated>
- </task>
- <task id="LOCAL-00003" summary="0118 springmvc示例">
- <option name="closed" value="true" />
- <created>1705569024785</created>
- <option name="number" value="00003" />
- <option name="presentableId" value="LOCAL-00003" />
- <option name="project" value="LOCAL" />
- <updated>1705569024785</updated>
- </task>
- <task id="LOCAL-00004" summary="0119 ssm全注解版">
- <option name="closed" value="true" />
- <created>1705638546742</created>
- <option name="number" value="00004" />
- <option name="presentableId" value="LOCAL-00004" />
- <option name="project" value="LOCAL" />
- <updated>1705638546742</updated>
- </task>
- <task id="LOCAL-00005" summary="0119 sql">
- <option name="closed" value="true" />
- <created>1705646050971</created>
- <option name="number" value="00005" />
- <option name="presentableId" value="LOCAL-00005" />
- <option name="project" value="LOCAL" />
- <updated>1705646050971</updated>
- </task>
- <task id="LOCAL-00006" summary="0122 thymeleaf demo">
- <option name="closed" value="true" />
- <created>1705916126882</created>
- <option name="number" value="00006" />
- <option name="presentableId" value="LOCAL-00006" />
- <option name="project" value="LOCAL" />
- <updated>1705916126882</updated>
- </task>
- <task id="LOCAL-00007" summary="0123 i18n">
- <option name="closed" value="true" />
- <created>1705983348692</created>
- <option name="number" value="00007" />
- <option name="presentableId" value="LOCAL-00007" />
- <option name="project" value="LOCAL" />
- <updated>1705983348692</updated>
- </task>
- <task id="LOCAL-00008" summary="0123 mybatis注解开发">
- <option name="closed" value="true" />
- <created>1705995283450</created>
- <option name="number" value="00008" />
- <option name="presentableId" value="LOCAL-00008" />
- <option name="project" value="LOCAL" />
- <updated>1705995283450</updated>
- </task>
- <task id="LOCAL-00009" summary="0123 add api">
- <option name="closed" value="true" />
- <created>1705995680488</created>
- <option name="number" value="00009" />
- <option name="presentableId" value="LOCAL-00009" />
- <option name="project" value="LOCAL" />
- <updated>1705995680488</updated>
- </task>
- <option name="localTasksCounter" value="10" />
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="Vcs.Log.Tabs.Properties">
- <option name="OPEN_GENERIC_TABS">
- <map>
- <entry key="2796529a-5c91-4ade-865d-9ec14a0a9732" value="TOOL_WINDOW" />
- <entry key="8b8e1bf6-a623-40d3-b7bc-4bc664637900" value="TOOL_WINDOW" />
- <entry key="a504f1b5-4d9a-4e77-842b-fa8776f962fa" value="TOOL_WINDOW" />
- </map>
- </option>
- <option name="TAB_STATES">
- <map>
- <entry key="2796529a-5c91-4ade-865d-9ec14a0a9732">
- <value>
- <State>
- <option name="FILTERS">
- <map>
- <entry key="branch">
- <value>
- <list>
- <option value="HEAD" />
- </list>
- </value>
- </entry>
- <entry key="structure">
- <value>
- <list>
- <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springmvc-demo" />
- </list>
- </value>
- </entry>
- </map>
- </option>
- <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
- </State>
- </value>
- </entry>
- <entry key="8b8e1bf6-a623-40d3-b7bc-4bc664637900">
- <value>
- <State>
- <option name="FILTERS">
- <map>
- <entry key="branch">
- <value>
- <list>
- <option value="HEAD" />
- </list>
- </value>
- </entry>
- <entry key="structure">
- <value>
- <list>
- <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springmvc-demo" />
- </list>
- </value>
- </entry>
- </map>
- </option>
- <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
- </State>
- </value>
- </entry>
- <entry key="a504f1b5-4d9a-4e77-842b-fa8776f962fa">
- <value>
- <State>
- <option name="FILTERS">
- <map>
- <entry key="branch">
- <value>
- <list>
- <option value="HEAD" />
- </list>
- </value>
- </entry>
- <entry key="structure">
- <value>
- <list>
- <option value="dir:/Users/Qing/IdeaProjects/SiFu/VIPJAVA/springmvc-demo" />
- </list>
- </value>
- </entry>
- </map>
- </option>
- <option name="SHOW_ONLY_AFFECTED_CHANGES" value="true" />
- </State>
- </value>
- </entry>
- </map>
- </option>
- </component>
- <component name="VcsManagerConfiguration">
- <MESSAGE value="0117 springmvc" />
- <MESSAGE value="0118 ssm整合" />
- <MESSAGE value="0118 springmvc示例" />
- <MESSAGE value="0119 ssm全注解版" />
- <MESSAGE value="0119 sql" />
- <MESSAGE value="0122 thymeleaf demo" />
- <MESSAGE value="0123 i18n" />
- <MESSAGE value="0123 mybatis注解开发" />
- <MESSAGE value="0123 add api" />
- <option name="LAST_COMMIT_MESSAGE" value="0123 add api" />
- </component>
- <component name="XSLT-Support.FileAssociations.UIState">
- <expand />
- <select />
- </component>
- </project>
|