workspace.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="ChangeListManager">
  7. <list default="true" id="c9274cdc-0fde-4401-94ec-f0e5a53d4002" name="Changes" comment="获取接口配置" />
  8. <option name="SHOW_DIALOG" value="false" />
  9. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  10. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  11. <option name="LAST_RESOLUTION" value="IGNORE" />
  12. </component>
  13. <component name="FileTemplateManagerImpl">
  14. <option name="RECENT_TEMPLATES">
  15. <list>
  16. <option value="Class" />
  17. </list>
  18. </option>
  19. </component>
  20. <component name="Git.Settings">
  21. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  22. </component>
  23. <component name="ProjectId" id="2luJuvOSOlFfFrVHLYE2PSB67BH" />
  24. <component name="ProjectLevelVcsManager" settingsEditedManually="true">
  25. <ConfirmationsSetting value="1" id="Add" />
  26. </component>
  27. <component name="ProjectViewState">
  28. <option name="showLibraryContents" value="true" />
  29. </component>
  30. <component name="PropertiesComponent">
  31. <property name="RequestMappingsPanelOrder0" value="0" />
  32. <property name="RequestMappingsPanelOrder1" value="1" />
  33. <property name="RequestMappingsPanelWidth0" value="75" />
  34. <property name="RequestMappingsPanelWidth1" value="75" />
  35. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  36. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  37. <property name="WebServerToolWindowFactoryState" value="false" />
  38. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  39. <property name="project.structure.last.edited" value="Modules" />
  40. <property name="project.structure.proportion" value="0.0" />
  41. <property name="project.structure.side.proportion" value="0.0" />
  42. <property name="settings.editor.selected.configurable" value="reference.projectsettings.compiler.javacompiler" />
  43. </component>
  44. <component name="ReactorSettings">
  45. <option name="notificationShown" value="true" />
  46. </component>
  47. <component name="RunDashboard">
  48. <option name="configurationTypes">
  49. <set>
  50. <option value="SpringBootApplicationConfigurationType" />
  51. </set>
  52. </option>
  53. </component>
  54. <component name="RunManager" selected="Spring Boot.HisApplication">
  55. <configuration default="true" type="JetRunConfigurationType">
  56. <method v="2">
  57. <option name="Make" enabled="true" />
  58. </method>
  59. </configuration>
  60. <configuration default="true" type="KotlinStandaloneScriptRunConfigurationType">
  61. <option name="filePath" />
  62. <method v="2">
  63. <option name="Make" enabled="true" />
  64. </method>
  65. </configuration>
  66. <configuration name="GatewayApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  67. <module name="gateway" />
  68. <option name="SPRING_BOOT_MAIN_CLASS" value="com.purui.ghip.GatewayApplication" />
  69. <method v="2">
  70. <option name="Make" enabled="true" />
  71. </method>
  72. </configuration>
  73. <configuration name="HisApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
  74. <module name="his-service" />
  75. <option name="SPRING_BOOT_MAIN_CLASS" value="com.purui.ghip.HisApplication" />
  76. <method v="2">
  77. <option name="Make" enabled="true" />
  78. </method>
  79. </configuration>
  80. </component>
  81. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  82. <component name="TaskManager">
  83. <task active="true" id="Default" summary="Default task">
  84. <changelist id="c9274cdc-0fde-4401-94ec-f0e5a53d4002" name="Changes" comment="" />
  85. <created>1726024254538</created>
  86. <option name="number" value="Default" />
  87. <option name="presentableId" value="Default" />
  88. <updated>1726024254538</updated>
  89. <workItem from="1726024257747" duration="2594000" />
  90. <workItem from="1726026908243" duration="95000" />
  91. <workItem from="1726027017185" duration="1295000" />
  92. <workItem from="1726033931974" duration="32788000" />
  93. <workItem from="1726725000209" duration="340000" />
  94. </task>
  95. <task id="LOCAL-00001" summary="获取接口配置">
  96. <created>1726725268968</created>
  97. <option name="number" value="00001" />
  98. <option name="presentableId" value="LOCAL-00001" />
  99. <option name="project" value="LOCAL" />
  100. <updated>1726725268968</updated>
  101. </task>
  102. <option name="localTasksCounter" value="2" />
  103. <servers />
  104. </component>
  105. <component name="TypeScriptGeneratedFilesManager">
  106. <option name="version" value="3" />
  107. </component>
  108. <component name="Vcs.Log.Tabs.Properties">
  109. <option name="TAB_STATES">
  110. <map>
  111. <entry key="MAIN">
  112. <value>
  113. <State />
  114. </value>
  115. </entry>
  116. </map>
  117. </option>
  118. <option name="oldMeFiltersMigrated" value="true" />
  119. </component>
  120. <component name="VcsManagerConfiguration">
  121. <MESSAGE value="获取接口配置" />
  122. <option name="LAST_COMMIT_MESSAGE" value="获取接口配置" />
  123. </component>
  124. </project>