Shows how to implement a custom security rule in Micronaut, this code supports the blog post at https://blog.wick.technology/micronaut-security-rule/.
To build this project, execute in the root of the project:
./graldew build
which will build and run the tests.
To run the example, execute in the root of the project:
./gradlew :custom-security-rule-example-application:run