123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- <?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$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/src/main/java/cn/zhentao/pojo/Dto.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/zhentao/pojo/Dto.java" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/src/main/java/cn/zhentao/test/DtoTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/cn/zhentao/test/DtoTest.java" 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="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">
- <ConfirmationsSetting value="2" id="Add" />
- </component>
- <component name="ProjectViewState">
- <option name="hideEmptyMiddlePackages" value="true" />
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent">{
- "keyToString": {
- "ASKED_ADD_EXTERNAL_FILES": "true",
- "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="3885000" />
- <workItem from="1743399094199" duration="1706000" />
- </task>
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="VcsManagerConfiguration">
- <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
- </component>
- </project>
|