Tomasz Kucharzyk
Tomasz Kucharzyk
Create instructions how to debug appliacation with docker and use Spring Boot dev tools
- Use user service - Allow user to create account - Allow admin to manage users - (optional) send activation email
- Use Reactor Core - Create user service with it's own database - Expose public api via gateway service - Use internal api in auth service
- Polish UI - Add page transitions if possible - Add animations - Add better styling
- Internationalization support - Messages stored in db - Allow to edit messages via web interface
### Description Hello, I would like to create multiple endpoints with the same url. Depending on request headers I would like to decide which method should be used. Currently I...
I am getting the following error during the tests with r2dbc-mssql 1.0.2.RELEASE ``` 2023-09-08 10:38:14,559 ERROR [reactor-tcp-nio-2] io.netty.util.ResourceLeakDetector: LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more...