Created
February 13, 2018 07:16
-
-
Save avvero/a21bd5409a1c436387c3bcd29fc85c7a to your computer and use it in GitHub Desktop.
#search all #resources in #spring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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