@Bean @ConditionalOnMissingBean public ClassPathRestartStrategy classPathRestartStrategy() { return new PatternClassPathRestartStrategy( this.properties.getRestart().getAllExclude()); }
@Bean public ClassPathRestartStrategy classPathRestartStrategy() { return new PatternClassPathRestartStrategy( this.properties.getRestart().getAllExclude()); }