Class ServiceRouteController

java.lang.Object
com.bytedesk.service.controller.ServiceRouteController

@Controller @RequestMapping("/service") @Description("Service Route Controller - Customer service module route controller for handling service-related page requests") public class ServiceRouteController extends Object
  • Field Details

    • showDemo

      @Value("${bytedesk.custom.show-demo:true}") private Boolean showDemo
    • customEnabled

      @Value("${bytedesk.custom.enabled:false}") private Boolean customEnabled
    • customName

      @Value("${bytedesk.custom.name:\u5fae\u8bed}") private String customName
    • customDescription

      @Value("${bytedesk.custom.description:\u91cd\u590d\u5de5\u4f5c\u81ea\u52a8\u5316}") private String customDescription
  • Constructor Details

    • ServiceRouteController

      public ServiceRouteController()
  • Method Details

    • index

      @GetMapping({"","/"}) public String index(org.springframework.ui.Model model)