@ -4,8 +4,22 @@
<option name= "autoReloadType" value= "SELECTIVE" />
</component>
<component name= "ChangeListManager" >
<list default= "true" id= "d0e2ddd8-efdc-4dce-b0fd-07c7411e37c2" name= "Changes" comment= "Implementacion de @Autowired en la clase" >
<list default= "true" id= "d0e2ddd8-efdc-4dce-b0fd-07c7411e37c2" name= "Changes" comment= "llamo a los productos con el commpontent-scan y actualizo README.md" >
<change afterPath= "$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/config/AppConfig.java" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/dao/Parser.java" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/dao/ProductoService.java" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/dao/ProductosDao.java" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/dao/ProductosDaoImplMemory.java" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/src/main/resources/productos.properties" afterDir= "false" />
<change afterPath= "$PROJECT_DIR$/src/main/resources/productos_data.csv" 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$/pom.xml" beforeDir= "false" afterPath= "$PROJECT_DIR$/pom.xml" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/ISercicioProductoDAO.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/model/Producto.java" afterDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/ProductoService.java" beforeDir= "false" />
<change beforePath= "$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/ProductosDaoImplMemory.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" />
@ -18,8 +32,8 @@
<list >
<option value= "spring-beans.schema" />
<option value= "Interface" />
<option value= "Class" />
<option value= "AnnotationType" />
<option value= "Class" />
</list>
</option>
</component>
@ -60,6 +74,12 @@
<key name= "CreateClassDialog.RecentsKey" >
<recent name= "com.jorpelu.ServicioDeProductos" />
</key>
<key name= "MoveFile.RECENT_KEYS" >
<recent name= "C:\ProyectosInteliJ\ServicioDeProductos\src\main\resources" />
</key>
<key name= "CopyClassDialog.RECENTS_KEY" >
<recent name= "dao" />
</key>
</component>
<component name= "RunManager" >
<configuration name= "Main" type= "Application" factoryName= "Application" temporary= "true" nameIsGenerated= "true" >
@ -67,7 +87,7 @@
<module name= "ServicioDeProductos" />
<extension name= "coverage" >
<pattern >
<option name= "PATTERN" value= "com.jorpelu.ServicioDeProductos .*" />
<option name= "PATTERN" value= "config .*" />
<option name= "ENABLED" value= "true" />
</pattern>
</extension>
@ -96,7 +116,7 @@
<workItem from= "1669327599329" duration= "2673000" />
<workItem from= "1669370939836" duration= "5274000" />
<workItem from= "1669388229176" duration= "732000" />
<workItem from= "1669403092395" duration= "10568 000" />
<workItem from= "1669403092395" duration= "19751 000" />
</task>
<task id= "LOCAL-00001" summary= "innnit" >
<created > 1669371969480</created>
@ -147,7 +167,14 @@
<option name= "project" value= "LOCAL" />
<updated > 1669476308821</updated>
</task>
<option name= "localTasksCounter" value= "8" />
<task id= "LOCAL-00008" summary= "llamo a los productos con el commpontent-scan y actualizo README.md" >
<created > 1669481268777</created>
<option name= "number" value= "00008" />
<option name= "presentableId" value= "LOCAL-00008" />
<option name= "project" value= "LOCAL" />
<updated > 1669481268777</updated>
</task>
<option name= "localTasksCounter" value= "9" />
<servers />
</component>
<component name= "TypeScriptGeneratedFilesManager" >
@ -172,6 +199,33 @@
<MESSAGE value= "Intento añadir anotaciones, pero no me deja entrar al namespace" />
<MESSAGE value= "Sigo sin conseguir anñadir Required, El resto me va bien" />
<MESSAGE value= "Implementacion de @Autowired en la clase" />
<option name= "LAST_COMMIT_MESSAGE" value= "Implementacion de @Autowired en la clase" />
<MESSAGE value= "llamo a los productos con el commpontent-scan y actualizo README.md" />
<option name= "LAST_COMMIT_MESSAGE" value= "llamo a los productos con el commpontent-scan y actualizo README.md" />
</component>
<component name= "XDebuggerManager" >
<breakpoint-manager >
<breakpoints >
<line-breakpoint enabled= "true" type= "java-line" >
<url > file://$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/dao/Parser.java</url>
<line > 16</line>
<option name= "timeStamp" value= "3" />
</line-breakpoint>
<line-breakpoint enabled= "true" type= "java-line" >
<url > file://$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/dao/Parser.java</url>
<line > 19</line>
<option name= "timeStamp" value= "4" />
</line-breakpoint>
<line-breakpoint enabled= "true" type= "java-line" >
<url > file://$PROJECT_DIR$/src/main/java/com/jorpelu/ServicioDeProductos/dao/Parser.java</url>
<line > 20</line>
<option name= "timeStamp" value= "5" />
</line-breakpoint>
</breakpoints>
</breakpoint-manager>
<pin-to-top-manager >
<pinned-members >
<PinnedItemInfo parentTag= "com.jorpelu.ServicioDeProductos.ProductosDaoImplMemory" memberName= "productos" />
</pinned-members>
</pin-to-top-manager>
</component>
</project>