Collaboration when developing Spring Boot Microservices by Dan Erez @ Spring I/O 2022

preview_player
Показать описание
Spring I/O 2022 - Barcelona, 26-27 May

Developing software based on micro services architecture is extremely easy when you use spring boot and spring cloud. Just throw in a few lines of code and you can have a micro service up and running. But when you have many micro services it’s not easy to run and maintain all of them locally, so you have use a central deployment. But if all developers do it, how can they work simultaneously on the same central spring cloud environment and still not interrupt each other? In this talk, I will you show you how to resolve this chaos and boost your productivity along the way.
Рекомендации по теме
Комментарии
Автор

is the Zuul even supported with the latest spring boot versions? both eureka and zuul are not working with the latest spring boot 2.6.x or 2.7.0 version

vishalsundararajan