You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

133 lines
5.8 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
  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="d0e2ddd8-efdc-4dce-b0fd-07c7411e37c2" name="Changes" comment="Creo una interfaz para interactuar con el producto">
  8. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
  10. <change beforePath="$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/ServicioProductos.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/ServicioProductos.java" afterDir="false" />
  11. </list>
  12. <option name="SHOW_DIALOG" value="false" />
  13. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  14. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  15. <option name="LAST_RESOLUTION" value="IGNORE" />
  16. </component>
  17. <component name="FileTemplateManagerImpl">
  18. <option name="RECENT_TEMPLATES">
  19. <list>
  20. <option value="spring-beans.schema" />
  21. <option value="Class" />
  22. <option value="Interface" />
  23. </list>
  24. </option>
  25. </component>
  26. <component name="Git.Settings">
  27. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  28. </component>
  29. <component name="MarkdownSettingsMigration">
  30. <option name="stateVersion" value="1" />
  31. </component>
  32. <component name="ProblemsViewState">
  33. <option name="selectedTabId" value="CurrentFile" />
  34. </component>
  35. <component name="ProjectId" id="2HxkMcjnwt6nytABR8EE0P52FXH" />
  36. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  37. <component name="ProjectViewState">
  38. <option name="hideEmptyMiddlePackages" value="true" />
  39. <option name="showLibraryContents" value="true" />
  40. </component>
  41. <component name="PropertiesComponent"><![CDATA[{
  42. "keyToString": {
  43. "RunOnceActivity.OpenProjectViewOnStart": "true",
  44. "RunOnceActivity.ShowReadmeOnStart": "true",
  45. "SHARE_PROJECT_CONFIGURATION_FILES": "true",
  46. "WebServerToolWindowFactoryState": "false",
  47. "node.js.detected.package.eslint": "true",
  48. "node.js.detected.package.tslint": "true",
  49. "node.js.selected.package.eslint": "(autodetect)",
  50. "node.js.selected.package.tslint": "(autodetect)",
  51. "nodejs_package_manager_path": "npm",
  52. "project.structure.last.edited": "Modules",
  53. "project.structure.proportion": "0.15",
  54. "project.structure.side.proportion": "0.2",
  55. "spring.configuration.checksum": "ded2ef21d2f7ddd4afc5d55389ed18eb"
  56. }
  57. }]]></component>
  58. <component name="RunManager">
  59. <configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  60. <option name="MAIN_CLASS_NAME" value="com.jorpelu.ServicioDeProductos.Main" />
  61. <module name="ServicioDeProductos" />
  62. <extension name="coverage">
  63. <pattern>
  64. <option name="PATTERN" value="com.jorpelu.ServicioDeProductos.*" />
  65. <option name="ENABLED" value="true" />
  66. </pattern>
  67. </extension>
  68. <method v="2">
  69. <option name="Make" enabled="true" />
  70. </method>
  71. </configuration>
  72. <recent_temporary>
  73. <list>
  74. <item itemvalue="Application.Main" />
  75. </list>
  76. </recent_temporary>
  77. </component>
  78. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  79. <component name="TaskManager">
  80. <task active="true" id="Default" summary="Default task">
  81. <changelist id="d0e2ddd8-efdc-4dce-b0fd-07c7411e37c2" name="Changes" comment="" />
  82. <created>1669234080818</created>
  83. <option name="number" value="Default" />
  84. <option name="presentableId" value="Default" />
  85. <updated>1669234080818</updated>
  86. <workItem from="1669234082181" duration="4126000" />
  87. <workItem from="1669327599329" duration="2673000" />
  88. <workItem from="1669370939836" duration="3417000" />
  89. </task>
  90. <task id="LOCAL-00001" summary="innnit">
  91. <created>1669371969480</created>
  92. <option name="number" value="00001" />
  93. <option name="presentableId" value="LOCAL-00001" />
  94. <option name="project" value="LOCAL" />
  95. <updated>1669371969480</updated>
  96. </task>
  97. <task id="LOCAL-00002" summary="Actualizo README.md borro Saludator.java">
  98. <created>1669373591401</created>
  99. <option name="number" value="00002" />
  100. <option name="presentableId" value="LOCAL-00002" />
  101. <option name="project" value="LOCAL" />
  102. <updated>1669373591401</updated>
  103. </task>
  104. <task id="LOCAL-00003" summary="Creo una interfaz para interactuar con el producto">
  105. <created>1669373956224</created>
  106. <option name="number" value="00003" />
  107. <option name="presentableId" value="LOCAL-00003" />
  108. <option name="project" value="LOCAL" />
  109. <updated>1669373956224</updated>
  110. </task>
  111. <option name="localTasksCounter" value="4" />
  112. <servers />
  113. </component>
  114. <component name="TypeScriptGeneratedFilesManager">
  115. <option name="version" value="3" />
  116. </component>
  117. <component name="Vcs.Log.Tabs.Properties">
  118. <option name="TAB_STATES">
  119. <map>
  120. <entry key="MAIN">
  121. <value>
  122. <State />
  123. </value>
  124. </entry>
  125. </map>
  126. </option>
  127. </component>
  128. <component name="VcsManagerConfiguration">
  129. <MESSAGE value="innnit" />
  130. <MESSAGE value="Actualizo README.md borro Saludator.java" />
  131. <MESSAGE value="Creo una interfaz para interactuar con el producto" />
  132. <option name="LAST_COMMIT_MESSAGE" value="Creo una interfaz para interactuar con el producto" />
  133. </component>
  134. </project>