-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #62 from Devs-Com/dev
Actualización de la rama master para la versión 0.5 del proyecto
- Loading branch information
Showing
109 changed files
with
34,016 additions
and
1,609 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+4.51 KB
...le/stose/controllers/BlogController.class → ...ple/stose/controller/BlogController.class
Binary file not shown.
Binary file added
BIN
+1.47 KB
bin/src/main/java/com/example/stose/controller/CrearBlogController.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.18 KB
bin/src/main/java/com/example/stose/controller/NosotrosController.class
Binary file not shown.
Binary file added
BIN
+4.24 KB
bin/src/main/java/com/example/stose/controller/carritoComprasController.class
Binary file not shown.
Binary file added
BIN
+1.49 KB
bin/src/main/java/com/example/stose/controller/costosDeEnvioController.class
Binary file not shown.
Binary file added
BIN
+5.5 KB
bin/src/main/java/com/example/stose/controller/detalleLibroController.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+5.52 KB
bin/src/main/java/com/example/stose/controller/libroOfertaController.class
Binary file not shown.
Binary file added
BIN
+4.21 KB
bin/src/main/java/com/example/stose/controller/listaDeseosController.class
Binary file not shown.
Binary file added
BIN
+1.49 KB
bin/src/main/java/com/example/stose/controller/revisionPedidoController.class
Binary file not shown.
Binary file added
BIN
+1.46 KB
bin/src/main/java/com/example/stose/controller/tiendaController.class
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+3.56 KB
...va/com/example/stose/models/BlogDTO.class → ...ava/com/example/stose/model/BlogDTO.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+387 Bytes
bin/src/main/java/com/example/stose/repositories/LibroRepositorie.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
spring.data.mongodb.uri=mongodb+srv://stose:[email protected]/?retryWrites=true&w=majority | ||
spring.datasource.url=jdbc:mysql://containers-us-west-83.railway.app:5698/railway | ||
spring.datasource.username=root | ||
spring.datasource.password=6fhdLolOUa470wABwWSn | ||
|
||
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect | ||
spring.jpa.hibernate.ddl-auto=none | ||
|
||
spring.jpa.show-sql=true | ||
spring.jpa.properties.hibernate.format_sql=true | ||
|
||
spring.data.mongodb.uri=mongodb+srv://stose:[email protected]/stose?retryWrites=true&w=majority | ||
|
||
title.index = .Stose | Inicio | ||
title.detallelibro = .Stose | Detalle del Libro | ||
title.librooferta = .Stose | Libro en Oferta | ||
title.carritocompras = .Stose | Carrito de compras | ||
title.nosotros = .Stose | Nosotros | ||
title.libros = .Stose | Gestion de Libros | ||
title.listadeseos = .Stose | Lista de Deseos |
Oops, something went wrong.