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.

176 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="Implementacion de @Autowired en la clase">
  8. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/src/main/resources/beans.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/beans.xml" afterDir="false" />
  10. </list>
  11. <option name="SHOW_DIALOG" value="false" />
  12. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  13. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  14. <option name="LAST_RESOLUTION" value="IGNORE" />
  15. </component>
  16. <component name="FileTemplateManagerImpl">
  17. <option name="RECENT_TEMPLATES">
  18. <list>
  19. <option value="spring-beans.schema" />
  20. <option value="Interface" />
  21. <option value="Class" />
  22. <option value="AnnotationType" />
  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. "WebServerToolWindowFactoryState": "false",
  46. "last_opened_file_path": "C:/ProyectosInteliJ/CarreraRelevos",
  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. "settings.editor.selected.configurable": "reference.settingsdialog.IDE.editor.colors.XML",
  56. "spring.configuration.checksum": "ded2ef21d2f7ddd4afc5d55389ed18eb"
  57. }
  58. }]]></component>
  59. <component name="RecentsManager">
  60. <key name="CreateClassDialog.RecentsKey">
  61. <recent name="com.jorpelu.ServicioDeProductos" />
  62. </key>
  63. </component>
  64. <component name="RunManager">
  65. <configuration name="Main" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
  66. <option name="MAIN_CLASS_NAME" value="com.jorpelu.ServicioDeProductos.Main" />
  67. <module name="ServicioDeProductos" />
  68. <extension name="coverage">
  69. <pattern>
  70. <option name="PATTERN" value="com.jorpelu.ServicioDeProductos.*" />
  71. <option name="ENABLED" value="true" />
  72. </pattern>
  73. </extension>
  74. <method v="2">
  75. <option name="Make" enabled="true" />
  76. </method>
  77. </configuration>
  78. <recent_temporary>
  79. <list>
  80. <item itemvalue="Application.Main" />
  81. </list>
  82. </recent_temporary>
  83. </component>
  84. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  85. <component name="SpringBeansView">
  86. <option name="beanDetailsProportion" value="0.3" />
  87. </component>
  88. <component name="TaskManager">
  89. <task active="true" id="Default" summary="Default task">
  90. <changelist id="d0e2ddd8-efdc-4dce-b0fd-07c7411e37c2" name="Changes" comment="" />
  91. <created>1669234080818</created>
  92. <option name="number" value="Default" />
  93. <option name="presentableId" value="Default" />
  94. <updated>1669234080818</updated>
  95. <workItem from="1669234082181" duration="4126000" />
  96. <workItem from="1669327599329" duration="2673000" />
  97. <workItem from="1669370939836" duration="5274000" />
  98. <workItem from="1669388229176" duration="732000" />
  99. <workItem from="1669403092395" duration="10568000" />
  100. </task>
  101. <task id="LOCAL-00001" summary="innnit">
  102. <created>1669371969480</created>
  103. <option name="number" value="00001" />
  104. <option name="presentableId" value="LOCAL-00001" />
  105. <option name="project" value="LOCAL" />
  106. <updated>1669371969480</updated>
  107. </task>
  108. <task id="LOCAL-00002" summary="Actualizo README.md borro Saludator.java">
  109. <created>1669373591401</created>
  110. <option name="number" value="00002" />
  111. <option name="presentableId" value="LOCAL-00002" />
  112. <option name="project" value="LOCAL" />
  113. <updated>1669373591401</updated>
  114. </task>
  115. <task id="LOCAL-00003" summary="Creo una interfaz para interactuar con el producto">
  116. <created>1669373956224</created>
  117. <option name="number" value="00003" />
  118. <option name="presentableId" value="LOCAL-00003" />
  119. <option name="project" value="LOCAL" />
  120. <updated>1669373956224</updated>
  121. </task>
  122. <task id="LOCAL-00004" summary="Actualizo README.md">
  123. <created>1669374391386</created>
  124. <option name="number" value="00004" />
  125. <option name="presentableId" value="LOCAL-00004" />
  126. <option name="project" value="LOCAL" />
  127. <updated>1669374391386</updated>
  128. </task>
  129. <task id="LOCAL-00005" summary="Intento añadir anotaciones, pero no me deja entrar al namespace">
  130. <created>1669411595874</created>
  131. <option name="number" value="00005" />
  132. <option name="presentableId" value="LOCAL-00005" />
  133. <option name="project" value="LOCAL" />
  134. <updated>1669411595874</updated>
  135. </task>
  136. <task id="LOCAL-00006" summary="Sigo sin conseguir anñadir Required, El resto me va bien">
  137. <created>1669412837337</created>
  138. <option name="number" value="00006" />
  139. <option name="presentableId" value="LOCAL-00006" />
  140. <option name="project" value="LOCAL" />
  141. <updated>1669412837337</updated>
  142. </task>
  143. <task id="LOCAL-00007" summary="Implementacion de @Autowired en la clase">
  144. <created>1669476308821</created>
  145. <option name="number" value="00007" />
  146. <option name="presentableId" value="LOCAL-00007" />
  147. <option name="project" value="LOCAL" />
  148. <updated>1669476308821</updated>
  149. </task>
  150. <option name="localTasksCounter" value="8" />
  151. <servers />
  152. </component>
  153. <component name="TypeScriptGeneratedFilesManager">
  154. <option name="version" value="3" />
  155. </component>
  156. <component name="Vcs.Log.Tabs.Properties">
  157. <option name="TAB_STATES">
  158. <map>
  159. <entry key="MAIN">
  160. <value>
  161. <State />
  162. </value>
  163. </entry>
  164. </map>
  165. </option>
  166. </component>
  167. <component name="VcsManagerConfiguration">
  168. <MESSAGE value="innnit" />
  169. <MESSAGE value="Actualizo README.md borro Saludator.java" />
  170. <MESSAGE value="Creo una interfaz para interactuar con el producto" />
  171. <MESSAGE value="Actualizo README.md" />
  172. <MESSAGE value="Intento añadir anotaciones, pero no me deja entrar al namespace" />
  173. <MESSAGE value="Sigo sin conseguir anñadir Required, El resto me va bien" />
  174. <MESSAGE value="Implementacion de @Autowired en la clase" />
  175. <option name="LAST_COMMIT_MESSAGE" value="Implementacion de @Autowired en la clase" />
  176. </component>
  177. </project>