Skip to content

Instantly share code, notes, and snippets.

@avvero
Created February 13, 2018 07:16
Show Gist options
  • Select an option

  • Save avvero/a21bd5409a1c436387c3bcd29fc85c7a to your computer and use it in GitHub Desktop.

Select an option

Save avvero/a21bd5409a1c436387c3bcd29fc85c7a to your computer and use it in GitHub Desktop.
#search all #resources in #spring
@Component
public class FeatureController {
@Value("classpath*:**/*.feature")
private Resource[] features;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment