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.

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