Explore a step-by-step approach to migrating a Spring Boot application to Java Modules in this 50-minute conference talk from Devoxx. Learn how to leverage the power of modules in your own application, even with limited library adoption. Discover practical techniques for making your application modular using everyday Java ecosystem technologies, applicable to both Java and Kotlin. Follow along as the speaker guides you through upgrading dependencies, reducing problem space, compiling, creating a modular structure, describing modules, importing modules, and addressing challenges like split packages and automatic modules. Gain insights into testing strategies, security considerations, and module descriptor creation for different application components. Conclude with a bonus round on main module implementation and a comprehensive summary of the migration process.
Migrating Your Spring Boot Application to Java Modules