Class TicketRouteController

java.lang.Object
com.bytedesk.ticket.controller.TicketRouteController

@Controller @RequestMapping("/ticket") @Description("Ticket Route Controller - Ticket module route controller for handling ticket-related page requests") public class TicketRouteController 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

    • TicketRouteController

      public TicketRouteController()
  • Method Details

    • index

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