123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- <?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="c9274cdc-0fde-4401-94ec-f0e5a53d4002" 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="Git.Settings">
- <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
- </component>
- <component name="ProjectId" id="2luJuvOSOlFfFrVHLYE2PSB67BH" />
- <component name="ProjectLevelVcsManager" settingsEditedManually="true">
- <ConfirmationsSetting value="1" id="Add" />
- </component>
- <component name="ProjectViewState">
- <option name="showLibraryContents" value="true" />
- </component>
- <component name="PropertiesComponent">
- <property name="RequestMappingsPanelOrder0" value="0" />
- <property name="RequestMappingsPanelOrder1" value="1" />
- <property name="RequestMappingsPanelWidth0" value="75" />
- <property name="RequestMappingsPanelWidth1" value="75" />
- <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
- <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
- <property name="WebServerToolWindowFactoryState" value="false" />
- <property name="last_opened_file_path" value="$PROJECT_DIR$" />
- <property name="project.structure.last.edited" value="Modules" />
- <property name="project.structure.proportion" value="0.0" />
- <property name="project.structure.side.proportion" value="0.0" />
- <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
- </component>
- <component name="ReactorSettings">
- <option name="notificationShown" value="true" />
- </component>
- <component name="RunDashboard">
- <option name="configurationTypes">
- <set>
- <option value="SpringBootApplicationConfigurationType" />
- </set>
- </option>
- </component>
- <component name="RunManager" selected="Spring Boot.HisApplication">
- <configuration default="true" type="JetRunConfigurationType">
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
- <option name="filePath" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="GatewayApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
- <module name="gateway" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.purui.ghip.GatewayApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- <configuration name="HisApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
- <module name="his-service" />
- <option name="SPRING_BOOT_MAIN_CLASS" value="com.purui.ghip.HisApplication" />
- <method v="2">
- <option name="Make" enabled="true" />
- </method>
- </configuration>
- </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="c9274cdc-0fde-4401-94ec-f0e5a53d4002" name="Changes" comment="" />
- <created>1726024254538</created>
- <option name="number" value="Default" />
- <option name="presentableId" value="Default" />
- <updated>1726024254538</updated>
- <workItem from="1726024257747" duration="2594000" />
- <workItem from="1726026908243" duration="95000" />
- <workItem from="1726027017185" duration="1295000" />
- <workItem from="1726033931974" duration="32788000" />
- <workItem from="1726725000209" duration="340000" />
- </task>
- <task id="LOCAL-00001" summary="获取接口配置">
- <created>1726725268968</created>
- <option name="number" value="00001" />
- <option name="presentableId" value="LOCAL-00001" />
- <option name="project" value="LOCAL" />
- <updated>1726725268968</updated>
- </task>
- <option name="localTasksCounter" value="2" />
- <servers />
- </component>
- <component name="TypeScriptGeneratedFilesManager">
- <option name="version" value="3" />
- </component>
- <component name="Vcs.Log.Tabs.Properties">
- <option name="TAB_STATES">
- <map>
- <entry key="MAIN">
- <value>
- <State />
- </value>
- </entry>
- </map>
- </option>
- <option name="oldMeFiltersMigrated" value="true" />
- </component>
- <component name="VcsManagerConfiguration">
- <MESSAGE value="获取接口配置" />
- <option name="LAST_COMMIT_MESSAGE" value="获取接口配置" />
- </component>
- </project>
|