Himanshu Pareekblog.javarush.dev·Sep 8, 2024Creating Docker Image of Spring Boot Application using BuildpacksIntroduction You have created a Spring Boot application. It is working great on your local machine and now, you need to deploy the application somewhere else. On some platforms, you can directly submit the jar file and it will be deployed. At some pl...Discuss·33 readsJava and Spring FrameworkDocker
Nicolas Fränkelfrankel.hashnode.dev·Aug 8, 2024FeaturedOpenTelemetry Tracing on Spring Boot, Java Agent vs. Micrometer TracingMy demo of OpenTelemetry Tracing features two Spring Boot components. One uses the Java agent, and I noticed a different behavior when I recently upgraded it from v1.x to v2.x. In the other one, I'm using Micrometer Tracing because I compile to Graal...Discuss·15 likes·77 readsmicrometer tracing
Abhinav PandeyforfreeCodeCampfreecodecamp.org·Jul 26, 2024How to Develop a CRUD App with Spring Boot, Neon Postgres, and Azure App ServiceIn this article, we'll explore how to develop a CRUD (Create, Read, Update, Delete) application using Spring Boot and Neon Postgres. We'll also deploy the application on Azure App Service and make it production-ready by setting up features like autos...DiscussAzure
Mario CasariforfreeCodeCampfreecodecamp.org·Jul 8, 2024How to Perform Load Testing in Spring Boot with GatlingTo evaluate the performance of a system, you need a tool that can simulate its behavior in production. For this purpose, you can use a software tool based on Scala called Gatling. This article will teach you how to integrate it into a Spring Boot ap...DiscussGatling
Shailendra Singhtechsphere.dev·Jun 16, 2024Spring Into Docker: Containerizing Your Application EffectivelyContainers have become the preferred method for bundling an application along with its software and operating system dependencies, allowing easy deployment across different environments. In this article, lets look at containerizing a Spring Boot appl...Discuss·352 readsspring-boot
Kunal NalawadeforfreeCodeCampfreecodecamp.org·May 8, 2024How to Implement an OAuth2 Resource Server with Spring SecurityHey everyone! Imagine you are building an awesome application, with lots of cool features. Picture a backend server at its core that hosts a majority of the business logic and exposes functionality through APIs. Once you have planned out your APIs, t...DiscussJava
Shohanur Rahmanshohanur.hashnode.dev·Apr 21, 2024Microservice using spring bootWhat is a microservice? Microservices are a software architecture approach where an application is divided into small, independent and self-contained services that communicate with each other through APIs. This allows for faster development, deployme...Discuss·26 readsMicroservices
Beau CarnesforfreeCodeCampfreecodecamp.org·Mar 19, 2024Learn App Development with Spring Boot 3Spring Boot 3 is an advanced framework that simplifies the development of new Spring applications through convention over configuration, providing a range of out-of-the-box functionalities for building enterprise-grade applications efficiently. We ju...Discussspring-boot
Beau CarnesforfreeCodeCampfreecodecamp.org·Feb 6, 2024Learn Spring Boot and Spring Data JPABy mastering Spring Boot and Spring Data JPA, you'll be equipped to build efficient, scalable, and secure applications with ease, making you a valuable asset in the job market and a more effective developer. We just published a comprehensive video co...Discussspring-boot
freeCodeCampforfreeCodeCampfreecodecamp.org·Sep 2, 2022How to Monitor Python APIs using Pyctuator and SpringBootAdminBy Sameer Shukla Actuator endpoints help us monitor our services. By using actuators, we can gain a lot of information about what’s going on. SpringBoot has a number of in-built actuators, and it also allows us to create our own Actuator Endpoint. ...Discussapi