Spring

Contents

    Spring vs Microprofile

    2021 How to Monitor a Spring Boot App very good article about Spring Actuator, Micrometer, Prometheus and Grafana.

    En 2019, deux trends (attendre un peu avant de mettre en prod)

    misc

    @GetMapping("/actor/{id}")
    public String getActorName(@PathVariable("id") int id) {
        try {
            return actorService.getActor(id);
        } catch (ActorNotFoundException ex) {
            throw new ResponseStatusException(HttpStatus.NOT_FOUND, "Actor Not Found", ex);
        }
    }
    

    Proudly Powered by Zim 0.75.2.

    Template by Etienne Gandrille, based on ZeroFiveEight and using JQuery Toc Plugin.