Select your category
Outdoor
Outdoor
Energy
Energy
Featured Products
Gift card
R1 000.00
Gift card
Buy Now
10 Year Warranty
Combo 5.3kWh LBSA battery + 5kw Deye Inverter
R41 409.00
Combo 5.3kWh LBSA battery + 5kw Deye Inverter
Buy Now
Geyserwise PV Solar Water Heating Kit For 100L Geyser
R16 389.00
Geyserwise PV Solar Water Heating Kit For 100L Geyser
Buy Now
10 Year Warranty
5 kW System
R81 359.00
5 kW System
Include installation, COC, Deye inverter with LBSA battery & Jinko Panels
Buy Now
10 Year Warranty
10 kW System
R149 219.00
10 kW System
Include installation, COC, Deye inverter with LBSA battery & Jinko Panels
Buy Now
Skip to main content
Menu
Home
About us
Store
Contact us
Delivery
+27 (0)67 068 3607
sales@b-essential.co.za
package com.example.redirect; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; import org.springframework.web.servlet.view.RedirectView; @RestController public class RedirectController { @GetMapping("/search") public RedirectView redirectToWebsite(@RequestParam String query) { if (query.contains("flippenlekkerbraai")) { return new RedirectView("https://b-e-o.shop.netcash.co.za/"); } return new RedirectView("https://www.google.com"); } }