123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- <?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="494e7e12-0e43-41f1-b914-44d06666de04" name="Changes" comment="" />
- <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="ProjectColorInfo"><![CDATA[{
- "associatedIndex": 6
- }]]></component>
- <component name="ProjectId" id="2rZDms9Sm1X0MozaUkRiWMPw3Mu" />
- <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.ShowReadmeOnStart": "true",
- "Spring Boot.SmartRobotRemoteApplication.executor": "Debug",
- "kotlin-language-version-configured": "true",
- "last_opened_file_path": "/Users/wangmiaomiao/IdeaProjects/smart-robot-remote",
- "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": "Project",
- "project.structure.proportion": "0.15",
- "project.structure.side.proportion": "0.2",
- "vue.rearranger.settings.migration": "true"
- }
- }]]></component>
- <component name="RecentsManager">
- <key name="CopyFile.RECENT_KEYS">
- <recent name="$PROJECT_DIR$" />
- <recent name="$PROJECT_DIR$/src/main/resources/mapper" />
- </key>
- <key name="CopyClassDialog.RECENTS_KEY">
- <recent name="com.robot.remote.smartrobotremote.domain" />
- <recent name="com.robot.remote.smartrobotremote.mapper" />
- </key>
- </component>
- <component name="RunManager">
- <configuration name="SmartRobotRemoteApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot" temporary="true" nameIsGenerated="true">
- <module name="smart-robot-remote" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.robot.remote.smartrobotremote.SmartRobotRemoteApplication" />
- <extension name="coverage">
- <pattern>
- <option name="PATTERN" value="com.robot.remote.smartrobotremote.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <recent_temporary>
- <list>
- <item itemvalue="Spring Boot.SmartRobotRemoteApplication" />
- </list>
- </recent_temporary>
- </component>
- <component name="SharedIndexes">
- <attachedChunks>
- <set>
- <option value="bundled-jdk-9f38398b9061-39b83d9b5494-intellij.indexing.shared.core-IU-241.18034.62" />
- <option value="bundled-js-predefined-1d06a55b98c1-0b3e54e931b4-JavaScript-IU-241.18034.62" />
- </set>
- </attachedChunks>
- </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="494e7e12-0e43-41f1-b914-44d06666de04" name="Changes" comment="" />
- <created>1736757867945</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1736757867945</updated>
- <workItem from="1736757869096" duration="8039000" />
- </task>
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- </project>
|