zkoss/zkspringboot: ZK - Spring Boot integration
Summary
• or just have a look into the demos Shortcut configuration to enable a Spring MVC Controller with a @GetMapping for the root path / returning the configured view name. The default zul-view-resolver config will prepend the the servlet mapping for ZKs update engine (default ) and append the -extension to locate the zul file in your application. Defines a simple InternalViewResolver resolving view names to zul files inside the class-web package (not required but still possible for packaging) The defaults above have the following effect, given the get mapping: Resolves to ZKs UpdateServlet will locate the file on the classpath e.g. in A configured prefix e.g. will be inserted before the view name: Enables ZKs RichletFilter. The value has to be a servlet filter mapping such as: Requires additional richlet-mappings configured in zk.xml. See Triggering a restart Because a breakpoint doesnt stop when running with Maven , you can run an application with class as a Java application in debug mode.