Month archive
May 2021
2 posts
- 2021-05-08
7. Easily configure your Micronaut with MongoDB – character controller example
In the last few chapters we’ve setup a basic Micronaut project with JWT authentication against Postgres table. You can find the chapters here: The code that we’re going through will…
- 2021-05-04
6. How to easily secure and encode user credential Java
The code for this project can now be found here. Note that this repository is branched from the Micronaut template that was created in previous chapters. The original template can…