Class ClientForwardController


  • @Controller
    public class ClientForwardController
    extends Object
    • Constructor Detail

      • ClientForwardController

        public ClientForwardController()
    • Method Detail

      • forward

        @GetMapping({"/{path:[^\\.]*}","/{path:^(?!websocket).*}/**/{path:[^\\.]*}"})
        public String forward()
        Forwards any unmapped paths (except those containing a period) to the client index.html.
        Returns:
        forward to client index.html.