micronaut-rest Questions
5
Looking for a better solution to handle the global exception in micronaut https://docs.micronaut.io/latest/guide/index.html#errorHandling
Controller
@Controller("/category")
public class ...
Nicodemus asked 16/1, 2021 at 7:46
2
I've been using Spring Boot for a long time. I'm working on Micronaut now.
I'm used to using Sleuth to print trace and span IDs automatically on logs. What is the sleuth equivalent in Micronaut?
If...
Pharynx asked 3/3, 2021 at 9:38
2
Solved
I need to set a param as Not Required in my request.
I tried:
@Get(value = "/list/{username}")
HttpResponse<?> list(String username, @QueryValue(value = "actionCode") St...
Tartu asked 30/9, 2020 at 20:5
1
© 2022 - 2025 — McMap. All rights reserved.