Hi everyone! I'm studying design patterns/architecture and would like to start writing real-world examples to accelerate my learning. Does anyone know of any good examples of where the strategy pattern is used in the Spring Boot framework?
If it uses any other patterns as well I'd love a reference to them to see how it's implemented. I'm fairly new to patterns and think I would have a hard time identifying what's what.
Comment From: wilkinsona
You could start by searching the code for strategy. There are numerous places where Spring Boot defines or implements a strategy interface such as ClassPathRestartStrategy and PatternClassPathRestartRestrategy.
Best of luck with your studies but, as mentioned in the guidelines for contributing, we prefer to only use issues for bugs and enhancements. If you have any follow-up questions please ask on Stack Overflow or Gitter.