Does Spring Boot support Hot Deployments in production environments?

Can we do hot deployments (updating executable code) in Spring boot applications running outside of the IDE.

I see that "spring-boot-devtools" is mostly used when developers work with code changes in their IDE, but I'm looking for hot deployments in Stage or Production environments.

This Hot Deployment feature has been shown as one of the core features in OSGi compared to Spring Boots Microservices. So I'm trying to figure out if such a Spring Boot tool is offered.

+4
source share

Source: https://habr.com/ru/post/1650021/


All Articles