Spring Boot-Production Boost

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • "The Spring ecosystem provides you with all you need for building modern applications. In this session, we'll highlight useful features in five areas to get your applications ready for production.

    - JVM and Containerization. Producing efficient Spring Boot images with Cloud Native Buildpacks, configuring CPU and memory for the JVM, and handling container resources in Kubernetes.
    - Configuration. Avoiding common mistakes when using profiles, planning a configuration strategy using property files, configuration services, and Kubernetes.
    - Data Integration. Managing schemas and data with Flyway directly from Spring Boot for imperative and reactive apps.
    - Testing. Leveraging sliced tests for targeted integration tests, using mock servers, and relying on Testcontainers for environment parity.
    - Monitoring. Configuring health probes for Kubernetes, securing the management endpoints, taking a heap dump, and troubleshooting performance."
    Thomas Vitale, Senior Software Engineer at Systematic
    Slides: www.slideshare...

Комментарии • 13

  • @MirekKrenc
    @MirekKrenc 2 года назад +3

    Thanks! Really great - short, concise and to the point

  • @pnavais
    @pnavais 3 года назад +1

    Excellent presentation Thomas ! Trying to figure now how to integrate memory calculator with layered jar dockerfile deployments.

  • @CarlosHenriqueBarbosa
    @CarlosHenriqueBarbosa 3 года назад +1

    Great video, congratulations.

  • @aa-xe5gq
    @aa-xe5gq 3 года назад +2

    nice video, I have one questions.
    why use autowired not constructor injection for webclienttest object, is it because it's just testing not the core business application itself.

  • @seonwookim5391
    @seonwookim5391 3 года назад

    Excellent presentation and thank you so much!! It was a great help for me and I wish I could see you more and more

  • @codeone6423
    @codeone6423 2 года назад

    WoW amazing 👏

  • @deeepsh-verma
    @deeepsh-verma 3 года назад

    Awesome! One more fine addition here could be spring-cloud-sleuth for distributed tracing.

  • @AjaySolleti
    @AjaySolleti 3 года назад

    loved it

  • @javisartdesign
    @javisartdesign 3 года назад +1

    thanks, don't really see using records in any other video

  • @lifewinsful
    @lifewinsful 3 года назад +2

    Autoconfiguration of memories, etc in production is a dangerous thing dude.

  • @xiao2634
    @xiao2634 2 года назад +1

    Every Spring tutorial is the same RESTful API...

  • @kumarashutosh229
    @kumarashutosh229 2 года назад

    Great! Please provide the repo for the code used in presentation.

  • @linhvu1673
    @linhvu1673 3 года назад

    Really thank you Thomas and your book is excellent as well