John McClean
John McClean
Out of date - currently written for a much older version of Microserver
Separate module for authentication and authorisation.
This might make application configuration simpler, and slightly more functional. Simplest example : ``` Microserver.of("my-app") .run(); ``` Example with configuration ``` Microserserver.of("my-app") .filters(Filter1.class,Filter2.class) .resourcesFromSpring(ResourceMarker.class,ResourceMarker2.class) .onPort(8080) .run(); ``` It would open...
I can submit a PR if you like. I think one curry() method per Function type that returns a chain of single parameter functions would be useful here instead.
Provide Jackson serialization and deserialization for cyclops persistent data types.
Will simplify the API / reduce cognitive overhead when attempting to find methods.
Most, if not all, still describe earlier versions of Cyclops.