123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project version="4">
- <component name="AutoImportSettings">
- <option name="autoReloadType" value="SELECTIVE" />
- </component>
- <component name="ChangeListManager">
- <list default="true" id="c55ade25-e54d-48a0-93d9-70876a2596b5" name="Changes" comment="">
- <change afterPath="$PROJECT_DIR$/../02_JavaWeb/.idea/compiler.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../02_JavaWeb/.idea/jarRepositories.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../02_JavaWeb/day04_maven_jdbc/src/main/java/com/lc/dao/DeptDao.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../02_JavaWeb/day04_maven_jdbc/src/main/java/com/lc/pojo/Dept.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../02_JavaWeb/day04_maven_jdbc/src/main/resources/druid.properties" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../02_JavaWeb/day04_maven_jdbc/src/test/java/TestDept.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../02_JavaWeb/day04_maven_jdbc/src/test/java/TestDruid.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../02_JavaWeb/day04_maven_jdbc/src/test/java/TestJdbc01.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/pom.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/java/com/lc/mapper/UserMapper.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/java/com/lc/pojo/User.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/resources/jdbc.properties" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/main/resources/mybatis-config.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/../02_JavaWeb/day06_mybatis/src/test/java/TestMybatis01.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/lc/mybatis/mapper/DeptMapper.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/lc/mybatis/mapper/UserMapper.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/lc/mybatis/pojo/Dept.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/java/com/lc/mybatis/pojo/User.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/resources/druid.properties" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/resources/log4j.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/resources/mapper/DeptMapper.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/resources/mapper/UserMapper.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/main/resources/mybatis-config.xml" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/test/java/Test01.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/test/java/Test02.java" afterDir="false" />
- <change afterPath="$PROJECT_DIR$/src/test/java/com/lc/mybatis/TestMybatis01.java" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../01_JavaSe/JavaSe/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../01_JavaSe/JavaSe/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../01_JavaSe/JavaSe/day03/src/com/lc/day03/exer/ExerWhile04.java" beforeDir="false" afterPath="$PROJECT_DIR$/../01_JavaSe/JavaSe/day03/src/com/lc/day03/exer/ExerWhile04.java" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../02_JavaWeb/.idea/dataSources.local.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/.idea/dataSources.local.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../02_JavaWeb/.idea/dataSources.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/.idea/dataSources.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../02_JavaWeb/.idea/dataSources/550a94cd-5a84-4eae-8c42-e64bc8aed117.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/.idea/dataSources/550a94cd-5a84-4eae-8c42-e64bc8aed117.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../02_JavaWeb/.idea/dataSources/e1de3f07-12af-4996-b9a0-605a975b8b87.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/.idea/dataSources/e1de3f07-12af-4996-b9a0-605a975b8b87.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../02_JavaWeb/.idea/encodings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/.idea/encodings.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../02_JavaWeb/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/.idea/misc.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../02_JavaWeb/.idea/modules.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/.idea/modules.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/../02_JavaWeb/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/../02_JavaWeb/.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="CompilerWorkspaceConfiguration">
- <option name="MAKE_PROJECT_ON_SAVE" value="true" />
- <option name="PARALLEL_COMPILATION" value="true" />
- </component>
- <component name="FileTemplateManagerImpl">
- <option name="RECENT_TEMPLATES">
- <list>
- <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="MavenImportPreferences">
- <option name="generalSettings">
- <MavenGeneralSettings>
- <option name="mavenHome" value="$USER_HOME$/Xerga/apache-maven-3.8.1" />
- </MavenGeneralSettings>
- </option>
- </component>
- <component name="ProjectColorInfo">{
- "associatedIndex": 1
- }</component>
- <component name="ProjectId" id="2UBqdMJhbN4y035s1X20565csIX" />
- <component name="ProjectLevelVcsManager">
- <ConfirmationsSetting value="2" id="Add" />
- </component>
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent">{
- "keyToString": {
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "WebServerToolWindowFactoryState": "false",
- "last_opened_file_path": "C:/LoveCoding/VIP-27/code/maven_test/src/main/resources/mapper",
- "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": "SDKs",
- "project.structure.proportion": "0.0",
- "project.structure.side.proportion": "0.0",
- "settings.editor.selected.configurable": "preferences.pluginManager",
- "vue.rearranger.settings.migration": "true"
- }
- }</component>
- <component name="RecentsManager">
- <key name="CopyFile.RECENT_KEYS">
- <recent name="C:\LoveCoding\VIP-27\code\maven_test\src\main\resources\mapper" />
- </key>
- <key name="MoveClassesOrPackagesDialog.RECENTS_KEY">
- <recent name="com.lc.mybatis" />
- </key>
- <key name="CopyClassDialog.RECENTS_KEY">
- <recent name="com.lc.mybatis" />
- </key>
- </component>
- <component name="RunAnythingCache">
- <option name="myCommands">
- <command value="mvn clean" />
- </option>
- </component>
- <component name="RunManager" selected="Application.Test02">
- <configuration name="Test01" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
- <option name="MAIN_CLASS_NAME" value="Test01" />
- <module name="maven_test" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="Test02" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
- <option name="MAIN_CLASS_NAME" value="Test02" />
- <module name="maven_test" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="TestMybatis01" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="maven_test" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.lc.mybatis.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.lc.mybatis" />
- <option name="MAIN_CLASS_NAME" value="com.lc.mybatis.TestMybatis01" />
- <option name="TEST_OBJECT" value="class" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="TestMybatis01.test01" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="maven_test" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.lc.mybatis.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.lc.mybatis" />
- <option name="MAIN_CLASS_NAME" value="com.lc.mybatis.TestMybatis01" />
- <option name="METHOD_NAME" value="test01" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="TestMybatis01.test02" type="JUnit" factoryName="JUnit" temporary="true" nameIsGenerated="true">
- <module name="maven_test" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.lc.mybatis.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="PACKAGE_NAME" value="com.lc.mybatis" />
- <option name="MAIN_CLASS_NAME" value="com.lc.mybatis.TestMybatis01" />
- <option name="METHOD_NAME" value="test02" />
- <option name="TEST_OBJECT" value="method" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <recent_temporary>
- <list>
- <item itemvalue="Application.Test02" />
- <item itemvalue="Application.Test01" />
- <item itemvalue="JUnit.TestMybatis01.test01" />
- <item itemvalue="JUnit.TestMybatis01" />
- <item itemvalue="JUnit.TestMybatis01.test02" />
- </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="c55ade25-e54d-48a0-93d9-70876a2596b5" name="Changes" comment="" />
- <created>1692423425345</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1692423425345</updated>
- <workItem from="1692423426340" duration="4059000" />
- <workItem from="1692579898879" duration="209000" />
- <workItem from="1693358629664" duration="10750000" />
- <workItem from="1693449941422" duration="11195000" />
- <workItem from="1693626585980" duration="13000" />
- <workItem from="1693881398707" duration="5875000" />
- <workItem from="1693969994665" duration="2586000" />
- <workItem from="1693994479553" duration="36000" />
- <workItem from="1694143270087" duration="3806000" />
- <workItem from="1694151407644" duration="7000" />
- <workItem from="1694151424298" duration="75000" />
- <workItem from="1694156317120" duration="5035000" />
- <workItem from="1694307239504" duration="15000" />
- </task>
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="XDebuggerManager">
- <breakpoint-manager>
- <breakpoints>
- <line-breakpoint enabled="true" type="java-line">
- <url>file://$PROJECT_DIR$/src/main/java/com/lc/mybatis/TestDruid.java</url>
- <line>31</line>
- <option name="timeStamp" value="1" />
- </line-breakpoint>
- </breakpoints>
- </breakpoint-manager>
- </component>
- <component name="XSLT-Support.FileAssociations.UIState">
- <expand />
- <select />
- </component>
- </project>
|