# URI en el puerto 8080
http://localhost:8080
# POST: Establecer la base de datos puede escoger MySQL o Oracle
http://localhost:8080/api/productos/configurarDB?dbType=MySQL
# GET: Consultar base de datos actual seleccionada
http://localhost:8080/api/productos/dbActual
http://localhost:8080/api/productos/databases
# POST URI
http://localhost:8080/api/productos
# POST JSON BODY
{
"nombre": "Laptop",
"descripcion": "Intel Core 9, SSD 1024GB, 32 RAM",
"precio": 5600000.00
}
# GET
http://localhost:8080/api/productos
# DELETE
http://localhost:8080/api/productos
# DELETE
http://localhost:8080/api/productos/eliminar-nulos