123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- <?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="10b05465-08d5-4de9-8c1b-7ff9bbb70b98" name="更改" comment="">
- <change beforePath="$PROJECT_DIR$/target/classes/META-INF/MANIFEST.MF" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/classes/application.properties" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/classes/cn/zhentao/DemoApplication.class" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/classes/cn/zhentao/controller/DtoController.class" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/classes/cn/zhentao/pojo/Dto.class" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/classes/cn/zhentao/pojo/ResultVo.class" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/classes/cn/zhentao/service/DtoService.class" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/classes/cn/zhentao/service/Iml/DtoServiceIml.class" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/classes/static/index.html" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/demo-0.0.1-SNAPSHOT.jar" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/demo-0.0.1-SNAPSHOT.jar.original" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/maven-archiver/pom.properties" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/surefire-reports/2025-03-30T20-04-20_770.dumpstream" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/surefire-reports/TEST-cn.zhentao.DemoApplicationTests.xml" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/surefire-reports/cn.zhentao.DemoApplicationTests.txt" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/target/test-classes/cn/zhentao/DemoApplicationTests.class" beforeDir="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="Class" />
- </list>
- </option>
- </component>
- <component name="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- </component>
- <component name="MarkdownSettingsMigration">
- <option name="stateVersion" value="1" />
- </component>
- <component name="MavenImportPreferences">
- <option name="generalSettings">
- <MavenGeneralSettings>
- <option name="localRepository" value="D:\ku" />
- <option name="mavenHome" value="$PROJECT_DIR$/../../apache-maven-3.9.2" />
- <option name="useMavenConfig" value="true" />
- <option name="userSettingsFile" value="D:\apache-maven-3.9.2\conf\settings.xml" />
- </MavenGeneralSettings>
- </option>
- <option name="importingSettings">
- <MavenImportingSettings>
- <option name="workspaceImportEnabled" value="true" />
- </MavenImportingSettings>
- </option>
- </component>
- <component name="ProjectId" id="2v3pZzMCqUpMuD99yjyVEc2wQTx" />
- <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent"><![CDATA[{
- "keyToString": {
- "RequestMappingsPanelOrder0": "0",
- "RequestMappingsPanelOrder1": "1",
- "RequestMappingsPanelWidth0": "75",
- "RequestMappingsPanelWidth1": "75",
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "WebServerToolWindowFactoryState": "false",
- "last_opened_file_path": "D:/yun7/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)",
- "settings.editor.selected.configurable": "preferences.pluginManager",
- "spring.configuration.checksum": "fe01ce2a7fbac8fafaed7c982a04e229",
- "vue.rearranger.settings.migration": "true"
- }
- }]]></component>
- <component name="RunManager" selected="应用程序.DtoTest">
- <configuration name="DtoTest" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
- <option name="MAIN_CLASS_NAME" value="cn.zhentao.test.DtoTest" />
- <module name="demo" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="cn.zhentao.test.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="DemoApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" nameIsGenerated="true">
- <module name="demo" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="cn.zhentao.DemoApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <recent_temporary>
- <list>
- <item itemvalue="应用程序.DtoTest" />
- </list>
- </recent_temporary>
- </component>
- <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="应用程序级" UseSingleDictionary="true" transferred="true" />
- <component name="TaskManager">
- <task active="true" id="Default" summary="默认任务">
- <changelist id="10b05465-08d5-4de9-8c1b-7ff9bbb70b98" name="更改" comment="" />
- <created>1743383672367</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1743383672367</updated>
- <workItem from="1743383674052" duration="66000" />
- <workItem from="1743383748480" duration="82000" />
- <workItem from="1743383839024" duration="2819000" />
- </task>
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- </project>
|