Tag: springboot
SpringBoot to the Micronaut® framework - @ResponseStatus Exception
In SpringBoot you can annotate your exceptions with @ResponseStatus, Micronaut's HttpStatusException achieves a similar behaviour
SpringBoot to the Micronaut® framework - Controller annotations
SpringBoot and Micronaut applications ease the creation of routes with similar annotations.
SpringBoot to Micronaut® framework - Application Class
SpringBoot and Micronaut applications contain a simple application class which starts the application for you.