proteus
proteus copied to clipboard
Proteus is a blazing fast minimalist Java web server framework built atop Undertow.
Results
3
proteus issues
Sort by
recently updated
recently updated
newest added
e.g catch all errors in controller: @ExceptionHandler public ServerResponse errorHandle(ServerRequest request){ ..... return response(result); }