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