1718192021222324252627
} @Override public AnnotationConfigApplicationContext createApplicationContext() { scan("be.bagofwords"); singleton("environmentProperties", new EnvironmentProperties() { @Override public boolean saveThreadSamplesToFile() { return true; }