|
|
@ -4,10 +4,18 @@ |
|
|
|
<option name="autoReloadType" value="SELECTIVE" /> |
|
|
|
</component> |
|
|
|
<component name="ChangeListManager"> |
|
|
|
<list default="true" id="d0e2ddd8-efdc-4dce-b0fd-07c7411e37c2" name="Changes" comment="Creo una interfaz para interactuar con el producto"> |
|
|
|
<list default="true" id="d0e2ddd8-efdc-4dce-b0fd-07c7411e37c2" name="Changes" comment="Actualizo README.md"> |
|
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/ISercicioProductoDAO.java" afterDir="false" /> |
|
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/ProductoService.java" afterDir="false" /> |
|
|
|
<change afterPath="$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/ProductosDaoImplMemory.java" afterDir="false" /> |
|
|
|
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> |
|
|
|
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" /> |
|
|
|
<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" /> |
|
|
|
<change beforePath="$PROJECT_DIR$/pom.xml" beforeDir="false" afterPath="$PROJECT_DIR$/pom.xml" afterDir="false" /> |
|
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/ISercicioProducto.java" beforeDir="false" /> |
|
|
|
<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" /> |
|
|
|
<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" /> |
|
|
|
<change beforePath="$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/ServicioProductos.java" beforeDir="false" /> |
|
|
|
<change beforePath="$PROJECT_DIR$/src/main/resources/beans.xml" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/resources/beans.xml" afterDir="false" /> |
|
|
|
</list> |
|
|
|
<option name="SHOW_DIALOG" value="false" /> |
|
|
|
<option name="HIGHLIGHT_CONFLICTS" value="true" /> |
|
|
@ -18,8 +26,8 @@ |
|
|
|
<option name="RECENT_TEMPLATES"> |
|
|
|
<list> |
|
|
|
<option value="spring-beans.schema" /> |
|
|
|
<option value="Class" /> |
|
|
|
<option value="Interface" /> |
|
|
|
<option value="Class" /> |
|
|
|
</list> |
|
|
|
</option> |
|
|
|
</component> |
|
|
@ -44,6 +52,7 @@ |
|
|
|
"RunOnceActivity.ShowReadmeOnStart": "true", |
|
|
|
"SHARE_PROJECT_CONFIGURATION_FILES": "true", |
|
|
|
"WebServerToolWindowFactoryState": "false", |
|
|
|
"last_opened_file_path": "C:/ProyectosInteliJ/CarreraRelevos", |
|
|
|
"node.js.detected.package.eslint": "true", |
|
|
|
"node.js.detected.package.tslint": "true", |
|
|
|
"node.js.selected.package.eslint": "(autodetect)", |
|
|
@ -52,6 +61,7 @@ |
|
|
|
"project.structure.last.edited": "Modules", |
|
|
|
"project.structure.proportion": "0.15", |
|
|
|
"project.structure.side.proportion": "0.2", |
|
|
|
"settings.editor.selected.configurable": "reference.settingsdialog.IDE.editor.colors.XML", |
|
|
|
"spring.configuration.checksum": "ded2ef21d2f7ddd4afc5d55389ed18eb" |
|
|
|
} |
|
|
|
}]]></component> |
|
|
@ -76,6 +86,9 @@ |
|
|
|
</recent_temporary> |
|
|
|
</component> |
|
|
|
<component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" /> |
|
|
|
<component name="SpringBeansView"> |
|
|
|
<option name="beanDetailsProportion" value="0.3" /> |
|
|
|
</component> |
|
|
|
<component name="TaskManager"> |
|
|
|
<task active="true" id="Default" summary="Default task"> |
|
|
|
<changelist id="d0e2ddd8-efdc-4dce-b0fd-07c7411e37c2" name="Changes" comment="" /> |
|
|
@ -85,7 +98,9 @@ |
|
|
|
<updated>1669234080818</updated> |
|
|
|
<workItem from="1669234082181" duration="4126000" /> |
|
|
|
<workItem from="1669327599329" duration="2673000" /> |
|
|
|
<workItem from="1669370939836" duration="3417000" /> |
|
|
|
<workItem from="1669370939836" duration="5274000" /> |
|
|
|
<workItem from="1669388229176" duration="732000" /> |
|
|
|
<workItem from="1669403092395" duration="6461000" /> |
|
|
|
</task> |
|
|
|
<task id="LOCAL-00001" summary="innnit"> |
|
|
|
<created>1669371969480</created> |
|
|
@ -108,7 +123,14 @@ |
|
|
|
<option name="project" value="LOCAL" /> |
|
|
|
<updated>1669373956224</updated> |
|
|
|
</task> |
|
|
|
<option name="localTasksCounter" value="4" /> |
|
|
|
<task id="LOCAL-00004" summary="Actualizo README.md"> |
|
|
|
<created>1669374391386</created> |
|
|
|
<option name="number" value="00004" /> |
|
|
|
<option name="presentableId" value="LOCAL-00004" /> |
|
|
|
<option name="project" value="LOCAL" /> |
|
|
|
<updated>1669374391386</updated> |
|
|
|
</task> |
|
|
|
<option name="localTasksCounter" value="5" /> |
|
|
|
<servers /> |
|
|
|
</component> |
|
|
|
<component name="TypeScriptGeneratedFilesManager"> |
|
|
@ -129,6 +151,7 @@ |
|
|
|
<MESSAGE value="innnit" /> |
|
|
|
<MESSAGE value="Actualizo README.md borro Saludator.java" /> |
|
|
|
<MESSAGE value="Creo una interfaz para interactuar con el producto" /> |
|
|
|
<option name="LAST_COMMIT_MESSAGE" value="Creo una interfaz para interactuar con el producto" /> |
|
|
|
<MESSAGE value="Actualizo README.md" /> |
|
|
|
<option name="LAST_COMMIT_MESSAGE" value="Actualizo README.md" /> |
|
|
|
</component> |
|
|
|
</project> |