Error message not showing from Spring ResponseStatusException
A little discovery I found recently. My error messages are not showing as intended. @PostMapping @ResponseStatus(HttpStatus.CREATED) fun createAccount(@Requ...
A little discovery I found recently. My error messages are not showing as intended. @PostMapping @ResponseStatus(HttpStatus.CREATED) fun createAccount(@Requ...
When working in a team, someone will be using windows, while some will be on mac. Usually, it won’t be an issue, but windows and mac/linux has a different wa...
Sometimes it can be pretty frustrating when the error message doesn’t show the root cause of the problem, usually that’s because it is not straightforward wh...
When it comes to releasing software projects to production, versioning can be a topic that is easily overlooked as something that is too trivial and done man...
Cucumber is a great way for users to automate acceptance testing, as it allows using somewhat natural language to define the test cases. With a little learni...