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

Conference: Spring I/O 2022

Year: 2022

Spring I/O 2022 - Barcelona, 26-27 May Slides: https://speakerdeck.com/dragon74/spring-boot-based-collaboration 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.