Spring Boot - Advanced Patterns
In a multi-module Spring Boot project, you want to share common utility classes across modules without duplicating code. Which approach is best?
common module for shared utilities.common as a dependency to access shared code cleanly.common module and add it as a dependency to other modules -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions