From 32bd280d7a9a368d0f46fe128694e3444f293fd8 Mon Sep 17 00:00:00 2001 From: vigliom Date: Sat, 26 Nov 2022 16:25:08 +0100 Subject: [PATCH] Implementacion de @Autowired en la clase --- .idea/codeStyles/codeStyleConfig.xml | 5 +++++ .idea/workspace.xml | 19 ++++++++++++------- .../ServicioDeProductos/ProductoService.java | 3 +++ src/main/resources/beans.xml | 2 +- 4 files changed, 21 insertions(+), 8 deletions(-) create mode 100644 .idea/codeStyles/codeStyleConfig.xml diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000..a55e7a1 --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 4b9babc..0723fca 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,10 +4,8 @@